Searched refs:SMC (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | arm-trustzone.s | 8 @ Check that the assembler processes SMC instructions when TrustZone support is 16 @ SMC 18 smi #0xf @ SMI is old (ARMv6KZ) name for SMC
|
D | arm-thumb-trustzone.s | 8 @ Check that the assembler processes SMC instructions when TrustZone support is 16 @ SMC
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | arm-trustzone.txt | 6 # SMC
|
D | arm-thumb-trustzone.txt | 6 # SMC
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 208 MultiClass *SMC = SubMultiClass.MC; in AddSubMultiClass() local 212 for (const auto &SMCVal : SMC->Rec.getValues()) in AddSubMultiClass() 219 for (const std::unique_ptr<Record> &R : SMC->DefPrototypes) { in AddSubMultiClass() 231 ArrayRef<Init *> SMCTArgs = SMC->Rec.getTemplateArgs(); in AddSubMultiClass() 275 ") of subclass '" + SMC->Rec.getNameInitAsString() + "'!"); in AddSubMultiClass()
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 680 SMC = ExceptionFixed | 0x00000003, enumerator
|
D | disasm-arm64.cc | 1199 case SMC: mnemonic = "smc"; break; in VisitException()
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 714 SMC = ExceptionFixed | 0x00000003, enumerator
|
D | disasm-a64.cc | 1387 case SMC: mnemonic = "smc"; break; in VisitException()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2328 def SMC : ABI<0b0001, (outs), (ins imm0_15:$opt), NoItinerary, "smc", "\t$opt",
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1223 def SMC : ExceptionGeneration<0b000, 0b11, "smc">;
|