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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c567 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, function
637 tcg_out_modrm_offset(s, opc, ret, arg1, arg2);
644 tcg_out_modrm_offset(s, opc, arg, arg1, arg2);
1120 tcg_out_modrm_offset(s, OPC_CMP_GvEv + rexw, r0, r1, 0);
1131 tcg_out_modrm_offset(s, OPC_CMP_GvEv, args[addrlo_idx+1], r1, 4);
1142 tcg_out_modrm_offset(s, OPC_ADD_GvEv + P_REXW, r0, r1,
1157 tcg_out_modrm_offset(s, OPC_MOVZBL, datalo, base, ofs);
1160 tcg_out_modrm_offset(s, OPC_MOVSBL + P_REXW, datalo, base, ofs);
1163 tcg_out_modrm_offset(s, OPC_MOVZWL, datalo, base, ofs);
1170 tcg_out_modrm_offset(
[all...]

Completed in 42 milliseconds