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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c295 #define OPC_JMP_short (0xeb) macro
804 tcg_out8(s, OPC_JMP_short);
823 tcg_out8(s, OPC_JMP_short);
1352 tcg_out8(s, OPC_JMP_short);
1535 tcg_out8(s, OPC_JMP_short);

Completed in 49 milliseconds