Home
last modified time | relevance | path

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 DAArch64BranchTargets.cpp123 MBBI->getOpcode() == AArch64::PACIBSP)) in addBTI()
H A DAArch64FrameLowering.cpp892 BuildMI(MBB, MBBI, DL, TII->get(AArch64::PACIBSP)) in emitPrologue()
H A DAArch64InstrInfo.cpp6071 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 Dcpu-features-auditor-aarch64.cc1281 case PACIBSP: in VisitSystem()
H A Dconstants-aarch64.h990 PACIBSP = SystemPAuthFixed | 0x00000360, enumerator
H A Dsimulator-aarch64.h1380 if ((i != PACIASP) && (i != PACIBSP)) { in ExecuteInstruction()
H A Dassembler-aarch64.cc3171 Emit(PACIBSP);
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h415 // Emit a PACIBSP instruction, which acts like a "BTI c" or a "BTI jc",
798 PACIBSP = SystemPAuthFixed | 0x00000360,
H A Dassembler-arm64.cc1194 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 Ddisasm-arm64.cc1433 V(PACIBSP, "pacibsp") \
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h838 // 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