Searched refs:Has8MSecExt (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 307 bool Has8MSecExt = false; variable 602 bool has8MSecExt() const { return Has8MSecExt; } in has8MSecExt()
|
| H A D | ARM.td | 113 def Feature8MSecExt : SubtargetFeature<"8msecext", "Has8MSecExt", "true",
|
| H A D | ARMInstrThumb.td | 477 Requires<[IsThumb, Has8MSecExt]>, 543 Requires<[IsThumb, Has8MSecExt]>,
|
| H A D | ARMInstrThumb2.td | 4355 Requires<[Has8MSecExt]> { 4375 def t2TT : T2TT<0b00, "tt", []>, Requires<[IsThumb,Has8MSecExt]>; 4376 def t2TTT : T2TT<0b01, "ttt", []>, Requires<[IsThumb,Has8MSecExt]>; 4377 def t2TTA : T2TT<0b10, "tta", []>, Requires<[IsThumb,Has8MSecExt]>; 4378 def t2TTAT : T2TT<0b11, "ttat", []>, Requires<[IsThumb,Has8MSecExt]>;
|
| H A D | ARMInstrVFP.td | 252 Requires<[HasV8MMainline, Has8MSecExt]> { 265 Requires<[HasV8MMainline, Has8MSecExt]> {
|
| H A D | ARMInstrInfo.td | 321 def Has8MSecExt : Predicate<"Subtarget->has8MSecExt()">,
|