Searched refs:kPACKeyIB (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/aarch64/ |
D | pointer-auth-aarch64.cc | 40 const Simulator::PACKey Simulator::kPACKeyIB = {0xeebb163b474e04c8, member in vixl::aarch64::Simulator
|
D | simulator-aarch64.cc | 1141 PACKey key = (instr->ExtractBit(10) == 0) ? kPACKeyIA : kPACKeyIB; in VisitUnconditionalBranchToRegister() 2346 V(IB, ReadXRegister(src), kPACKeyIB, kInstructionPointer) \ 2348 V(IZB, 0x00000000, kPACKeyIB, kInstructionPointer) \ 3630 V(B1716, 17, ReadXRegister(16), kPACKeyIB) \ 3632 V(BZ, 30, 0x00000000, kPACKeyIB) \ 3634 V(BSP, 30, ReadXRegister(31, Reg31IsStackPointer), kPACKeyIB)
|
D | simulator-aarch64.h | 3172 static const PACKey kPACKeyIB;
|