Searched refs:Has8MSecExt (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 222 bool Has8MSecExt = false; variable 453 bool has8MSecExt() const { return Has8MSecExt; } in has8MSecExt()
|
D | ARM.td | 92 def Feature8MSecExt : SubtargetFeature<"8msecext", "Has8MSecExt", "true",
|
D | ARMInstrThumb.td | 460 Requires<[IsThumb, Has8MSecExt]>, 526 Requires<[IsThumb, Has8MSecExt]>,
|
D | ARMInstrThumb2.td | 4340 Requires<[Has8MSecExt]> { 4360 def t2TT : T2TT<0b00, "tt", []>, Requires<[IsThumb,Has8MSecExt]>; 4361 def t2TTT : T2TT<0b01, "ttt", []>, Requires<[IsThumb,Has8MSecExt]>; 4362 def t2TTA : T2TT<0b10, "tta", []>, Requires<[IsThumb,Has8MSecExt]>; 4363 def t2TTAT : T2TT<0b11, "ttat", []>, Requires<[IsThumb,Has8MSecExt]>;
|
D | ARMInstrVFP.td | 232 Requires<[HasV8MMainline, Has8MSecExt]> { 245 Requires<[HasV8MMainline, Has8MSecExt]> {
|
D | ARMInstrInfo.td | 273 def Has8MSecExt : Predicate<"Subtarget->has8MSecExt()">,
|