Searched refs:PACIBSP (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64BranchTargets.cpp | 123 MBBI->getOpcode() == AArch64::PACIBSP)) in addBTI()
|
H A D | AArch64FrameLowering.cpp | 892 BuildMI(MBB, MBBI, DL, TII->get(AArch64::PACIBSP)) in emitPrologue()
|
H A D | AArch64InstrInfo.cpp | 6071 case AArch64::PACIBSP: in getOutliningType() 6250 // CFI_INSTRUCTION PACIBSP in signOutlinedFunction() 6258 BuildMI(MBB, MBBPAC, DebugLoc(), TII->get(AArch64::PACIBSP)) in signOutlinedFunction()
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.cc | 1281 case PACIBSP: in VisitSystem()
|
H A D | constants-aarch64.h | 990 PACIBSP = SystemPAuthFixed | 0x00000360, enumerator
|
H A D | simulator-aarch64.h | 1380 if ((i != PACIASP) && (i != PACIBSP)) { in ExecuteInstruction()
|
H A D | assembler-aarch64.cc | 3171 Emit(PACIBSP);
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 415 // Emit a PACIBSP instruction, which acts like a "BTI c" or a "BTI jc", 798 PACIBSP = SystemPAuthFixed | 0x00000360,
|
H A D | assembler-arm64.cc | 1194 void Assembler::pacibsp() { Emit(PACIBSP); } in pacibsp() 1215 // skipping its generation or generating a PACIBSP instead. in bti()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1433 V(PACIBSP, "pacibsp") \
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 838 // Only PACI[AB]SP allowed here, and we only support PACIBSP. in CheckBTypeForPAuth() 839 CHECK(instr == PACIBSP); in CheckBTypeForPAuth() 847 FATAL("Executing PACIBSP with wrong BType."); in CheckBTypeForPAuth()
|
Completed in 63 milliseconds