Searched refs:tval (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c4422 target_ulong next_eip, tval; local
6622 tval = (int32_t)insn_get(s, OT_LONG);
6624 tval = (int16_t)insn_get(s, OT_WORD);
6626 tval += next_eip;
6628 tval &= 0xffff;
6630 tval &= 0xffffffff;
6633 gen_jmp(s, tval);
6652 tval = (int32_t)insn_get(s, OT_LONG);
6654 tval = (int16_t)insn_get(s, OT_WORD);
6655 tval
[all...]

Completed in 491 milliseconds