Searched refs:PACIBSP (Results 1 – 18 of 18) sorted by relevance
/external/vixl/src/aarch64/ |
D | cpu-features-auditor-aarch64.cc | 1083 case PACIBSP: in VisitSystem()
|
D | constants-aarch64.h | 847 PACIBSP = SystemPAuthFixed | 0x00000360, enumerator
|
D | simulator-aarch64.h | 741 if ((i != PACIASP) && (i != PACIBSP)) {
|
D | disasm-aarch64.cc | 2119 V(PACIBSP, "pacibsp") \
|
D | simulator-aarch64.cc | 3898 if ((i == PACIASP) || (i == PACIBSP)) { in VisitSystem()
|
D | assembler-aarch64.cc | 2596 Emit(PACIBSP); in pacibsp()
|
/external/v8/src/codegen/arm64/ |
D | constants-arm64.h | 798 PACIBSP = SystemPAuthFixed | 0x00000360, enumerator
|
D | assembler-arm64.cc | 1178 void Assembler::pacibsp() { Emit(PACIBSP); } in pacibsp()
|
/external/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 1428 V(PACIBSP, "pacibsp") \
|
/external/v8/src/execution/arm64/ |
D | simulator-arm64.h | 832 CHECK(instr == PACIBSP); in CheckBTypeForPAuth()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenMCCodeEmitter.inc | 2683 UINT64_C(3573752703), // PACIBSP 4596 case AArch64::PACIBSP: 14735 0, // PACIBSP = 2670
|
D | AArch64GenAsmWriter.inc | 3482 5943U, // PACIBSP 8001 0U, // PACIBSP
|
D | AArch64GenAsmWriter1.inc | 4431 15828U, // PACIBSP 8950 0U, // PACIBSP
|
D | AArch64GenInstrInfo.inc | 2685 PACIBSP = 2670, 8572 …ideEffects), 0x1ULL, ImplicitList5, ImplicitList6, nullptr, -1 ,nullptr }, // Inst #2670 = PACIBSP
|
D | AArch64GenAsmMatcher.inc | 15881 { 3287 /* pacibsp */, AArch64::PACIBSP, Convert_NoOperands, 0, { }, }, 22350 { 3287 /* pacibsp */, AArch64::PACIBSP, Convert_NoOperands, 0, { }, },
|
D | AArch64GenDisassemblerTables.inc | 14096 /* 68926 */ MCD::OPC_Decode, 238, 20, 97, // Opcode: PACIBSP
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2150 ### PACIBSP ### subsection
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 530 def PACIBSP : SystemNoOperands<0b011, "pacibsp">;
|