Home
last modified time | relevance | path

Searched refs:NegativeImmediates (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dnegative-immediates.s8 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
12 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
16 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
20 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
24 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
28 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
32 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
36 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
40 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
44 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
[all …]
Dnegative-immediates-thumb1.s8 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
11 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
15 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
19 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h106 bool NegativeImmediates = true; variable
DAArch64.td183 "NegativeImmediates", "false",
DAArch64InstrInfo.td69 "NegativeImmediates">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h413 bool NegativeImmediates = true; variable
DARM.td336 "NegativeImmediates", "false",
DARMInstrInfo.td348 "NegativeImmediates">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc10913 if (Bits[AArch64::FeatureNoNegativeImmediates]) NegativeImmediates = false;
DAArch64GenAsmMatcher.inc1184 case Feature_UseNegativeImmediates: return "NegativeImmediates";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc16566 if (Bits[ARM::FeatureNoNegativeImmediates]) NegativeImmediates = false;
DARMGenAsmMatcher.inc586 case Feature_UseNegativeImmediates: return "NegativeImmediates";