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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c464 static void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) function
580 tcg_out_modrm(s, OPC_ARITH_GvEv + (subop << 3) + ext, dest, src);
587 tcg_out_modrm(s, opc, ret, arg);
601 tcg_out_modrm(s, OPC_MOVL_EvIz + P_REXW, 0, ret);
654 tcg_out_modrm(s, OPC_SHIFT_1 + ext, subopc, reg);
656 tcg_out_modrm(s, OPC_SHIFT_Ib + ext, subopc, reg);
675 tcg_out_modrm(s, OPC_MOVZBL + P_REXB_RM, dest, src);
682 tcg_out_modrm(s, OPC_MOVSBL + P_REXB_RM + rexw, dest, src);
688 tcg_out_modrm(s, OPC_MOVZWL, dest, src);
694 tcg_out_modrm(
[all...]

Completed in 42 milliseconds