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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c320 #define OPC_GRP5 (0xff) macro
348 /* Group 5 opcode extensions for 0xff. To be used with OPC_GRP5. */
731 tcg_out_modrm(s, OPC_GRP5 + rexw,
1030 tcg_out_modrm(s, OPC_GRP5,
1682 tcg_out_modrm_offset(s, OPC_GRP5, EXT5_JMPN_Ev, -1,
1692 tcg_out_modrm(s, OPC_GRP5, EXT5_CALLN_Ev, args[0]);
1700 tcg_out_modrm(s, OPC_GRP5, EXT5_JMPN_Ev, args[0]);
2179 tcg_out_modrm(s, OPC_GRP5, EXT5_JMPN_Ev, tcg_target_call_iarg_regs[0]);

Completed in 1367 milliseconds