Searched defs:OPC_JMP_long (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c294 #define OPC_JMP_long (0xe9) macro
814 tcg_out8(s, OPC_JMP_long);
831 tcg_out8(s, OPC_JMP_long);
1019 - tcg_calc_opc_len(s, call ? OPC_CALL_Jz : OPC_JMP_long, 0, 0, 0)
1026 tcg_out_opc(s, call ? OPC_CALL_Jz : OPC_JMP_long, 0, 0, 0);
1677 tcg_out8(s, OPC_JMP_long); /* jmp im */

Completed in 82 milliseconds