Home
last modified time | relevance | path

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

/external/llvm-project/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-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h169 bool NegativeImmediates = true; variable
DAArch64.td306 "NegativeImmediates", "false",
DAArch64InstrInfo.td153 "NegativeImmediates">;
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h194 bool NegativeImmediates = true; variable
DAArch64.td329 "NegativeImmediates", "false",
DAArch64InstrInfo.td162 "NegativeImmediates">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMPredicates.td166 "NegativeImmediates">;
DARMSubtarget.h449 bool NegativeImmediates = true; variable
DARM.td408 "NegativeImmediates", "false",
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.h464 bool NegativeImmediates = true; variable
DARMPredicates.td178 "NegativeImmediates">;
DARM.td408 "NegativeImmediates", "false",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc19453 if (Bits[ARM::FeatureNoNegativeImmediates]) NegativeImmediates = false;
DARMGenAsmMatcher.inc664 case Feature_UseNegativeImmediatesBit: return "NegativeImmediates";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19238 if (Bits[AArch64::FeatureNoNegativeImmediates]) NegativeImmediates = false;
DAArch64GenAsmMatcher.inc1268 case Feature_UseNegativeImmediatesBit: return "NegativeImmediates";