Home
last modified time | relevance | path

Searched refs:old_itstate (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1499 IRTemp old_itstate /* :: Ity_I32 */, in gen_SIGILL_T_if_in_but_NLI_ITBlock() argument
1504 put_ITSTATE(old_itstate); // backout in gen_SIGILL_T_if_in_but_NLI_ITBlock()
1507 binop(Iop_Shr32, mkexpr(old_itstate), mkU8(8))); in gen_SIGILL_T_if_in_but_NLI_ITBlock()
1516 IRTemp old_itstate /* :: Ity_I32 */, in gen_SIGILL_T_if_in_ITBlock() argument
1520 put_ITSTATE(old_itstate); // backout in gen_SIGILL_T_if_in_ITBlock()
1521 gen_SIGILL_T_if_nonzero(old_itstate); in gen_SIGILL_T_if_in_ITBlock()
12703 IRTemp old_itstate, in decode_V8_instruction() argument
12710 vassert(old_itstate != IRTemp_INVALID); in decode_V8_instruction()
12713 vassert(old_itstate == IRTemp_INVALID); in decode_V8_instruction()
12773 gen_SIGILL_T_if_in_ITBlock(old_itstate, new_itstate); in decode_V8_instruction()
[all …]