HomeSort by relevance Sort by last modified time
    Searched refs:SMC (Results 1 - 15 of 15) sorted by null

  /external/llvm/test/MC/ARM/
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
21 @ NOTZ-NOT: smc #15
23 @ TZ: smc #15 @ encoding: [0x7f,0x00,0x60,0xe1]
arm-thumb-trustzone.s 8 @ Check that the assembler processes SMC instructions when TrustZone support is
16 @ SMC
18 smc #0xf
22 @ NOTZ-NOT: smc #15
24 @ TZ: smc #15 @ encoding: [0xff,0xf7,0x00,0x80]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
RTSMBoot.asm 51 // The SMC does not need to be initialized for RTSM
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
ArmPlatformLibNullBoot.asm 46 // The SMC does not need to be initialized for RTSM
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
SecEntryPoint.asm 58 // Only the primary core initialize the memory (SMC)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 178 "SMC",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 178 "SMC",
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 204 MultiClass *SMC = SubMultiClass.MC;
210 const std::vector<RecordVal> &SMCVals = SMC->Rec.getValues();
218 for (MultiClass::RecordVector::const_iterator i = SMC->DefPrototypes.begin(),
219 iend = SMC->DefPrototypes.end();
233 const std::vector<std::string> &SMCTArgs = SMC->Rec.getTemplateArgs();
282 SMC->Rec.getName() + "'!");
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 91 // Initialize PL354 SMC
  /external/llvm/lib/TableGen/
TGParser.cpp 206 MultiClass *SMC = SubMultiClass.MC;
210 for (const auto &SMCVal : SMC->Rec.getValues())
217 for (const std::unique_ptr<Record> &R : SMC->DefPrototypes) {
229 ArrayRef<Init *> SMCTArgs = SMC->Rec.getTemplateArgs();
271 ") of subclass '" + SMC->Rec.getNameInitAsString() + "'!");
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
constants-arm64.h 680 SMC = ExceptionFixed | 0x00000003,
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 723 SMC = ExceptionFixed | 0x00000003,
    [all...]
disasm-aarch64.cc     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s     [all...]

Completed in 278 milliseconds