Lines Matching refs:Simulator
41 Simulator sim(&decoder);
46 Simulator::PACKey key = {0x84be85ce9804e94b, 0xec2802d4e0a488e9, -1};
58 Simulator sim(&decoder);
62 Simulator::PACKey key_a = {0x84be85ce9804e94b, 0xec2802d4e0a488e9, 0};
63 Simulator::PACKey key_b = {0xec1119e288704d13, 0xd7f6b76e1cea585e, 1};
66 sim.AddPAC(ptr, context, key_a, Simulator::kInstructionPointer);
70 sim.AuthPAC(ptr_a, context, key_a, Simulator::kInstructionPointer);
72 sim.AuthPAC(ptr_a, context, key_b, Simulator::kInstructionPointer);
75 sim.CalculatePACMask(ptr, Simulator::kInstructionPointer, 0);
86 Simulator sim(&decoder);
90 sim.CalculatePACMask(ptr, Simulator::kInstructionPointer, 0);
94 VIXL_CHECK(sim.StripPAC(ptr_a, Simulator::kInstructionPointer) == ptr);