Searched refs:Has8MSecExt (Results 1 – 13 of 13) 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()">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 302 bool Has8MSecExt = false; variable 587 bool has8MSecExt() const { return Has8MSecExt; } in has8MSecExt()
|
D | ARM.td | 108 def Feature8MSecExt : SubtargetFeature<"8msecext", "Has8MSecExt", "true",
|
D | ARMInstrThumb.td | 477 Requires<[IsThumb, Has8MSecExt]>, 543 Requires<[IsThumb, Has8MSecExt]>,
|
D | ARMInstrThumb2.td | 4338 Requires<[Has8MSecExt]> { 4358 def t2TT : T2TT<0b00, "tt", []>, Requires<[IsThumb,Has8MSecExt]>; 4359 def t2TTT : T2TT<0b01, "ttt", []>, Requires<[IsThumb,Has8MSecExt]>; 4360 def t2TTA : T2TT<0b10, "tta", []>, Requires<[IsThumb,Has8MSecExt]>; 4361 def t2TTAT : T2TT<0b11, "ttat", []>, Requires<[IsThumb,Has8MSecExt]>;
|
D | ARMInstrVFP.td | 252 Requires<[HasV8MMainline, Has8MSecExt]> { 265 Requires<[HasV8MMainline, Has8MSecExt]> {
|
D | ARMInstrInfo.td | 315 def Has8MSecExt : Predicate<"Subtarget->has8MSecExt()">,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16526 if (Bits[ARM::Feature8MSecExt]) Has8MSecExt = true;
|