Searched refs:ARMv7m (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | thumbv7m.s | 7 @ These tests test instruction encodings specific to ARMv7m.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumbv7m.s | 7 @ These tests test instruction encodings specific to ARMv7m.
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 420 def ARMv7m : Architecture<"armv7-m", "ARMv7m", [HasV7Ops, 743 def : ProcNoItin<"cortex-m3", [ARMv7m, ProcM3]>; 744 def : ProcNoItin<"sc300", [ARMv7m, ProcM3]>;
|
D | ARMSubtarget.h | 56 ARMv7m, ARMv7em, ARMv8a, ARMv81a, ARMv82a, ARMv8mMainline, ARMv8mBaseline enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARM.td | 581 def ARMv7m : Architecture<"armv7-m", "ARMv7m", [HasV7Ops, 927 def : ProcessorModel<"cortex-m3", CortexM3Model, [ARMv7m, 931 def : ProcessorModel<"sc300", CortexM3Model, [ARMv7m,
|
D | ARMSubtarget.h | 102 ARMv7m, enumerator
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 35 ARMv7m = 19, 213 …{ "armv7-m", "ARMv7m architecture", { ARM::ARMv7m }, { ARM::HasV7Ops, ARM::FeatureThumb2, ARM::Fea… 375 …{ "cortex-m3", "Select the cortex-m3 processor", { ARM::ARMv7m, ARM::ProcM3, ARM::FeatureHasNoBran… 398 …{ "sc300", "Select the sc300 processor", { ARM::ARMv7m, ARM::ProcM3, ARM::FeatureHasNoBranchPredic… 16514 if (Bits[ARM::ARMv7m] && ARMArch < ARMv7m) ARMArch = ARMv7m;
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 170 ; ARMv7m
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 202 ; ARMv7m
|