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

/external/qemu/tcg/i386/
H A Dtcg-target.c440 static void tcg_out_modrm_sib_offset(TCGContext *s, int opc, int r, int rm, function
526 tcg_out_modrm_sib_offset(s, opc, r, rm, -1, 0, offset);
1111 tcg_out_modrm_sib_offset(s, OPC_LEA + hrexw, r0, TCG_AREG0, r0, 0,
1717 tcg_out_modrm_sib_offset(s, OPC_LEA + rexw, a0, a1, a2, 0, c3);

Completed in 31 milliseconds