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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c475 static void tcg_out_modrm_sib_offset(TCGContext *s, int opc, int r, int rm, function
570 tcg_out_modrm_sib_offset(s, opc, r, rm, -1, 0, offset);
1115 tcg_out_modrm_sib_offset(s, OPC_LEA + P_REXW, r1, TCG_AREG0, r1, 0,
1759 tcg_out_modrm_sib_offset(s, OPC_LEA + rexw, a0, a1, a2, 0, c3);

Completed in 958 milliseconds