Home | History | Annotate | Download | only in i386

Lines Matching refs:tcg_out_opc

351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x)
388 static void tcg_out_opc(TCGContext *s, int opc)
398 /* Discard the register arguments to tcg_out_opc early, so as not to penalize
401 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc)
406 tcg_out_opc(s, opc, r, rm, 0);
428 tcg_out_opc(s, opc, r, 0, 0);
438 tcg_out_opc(s, opc, r, 0, 0);
449 tcg_out_opc(s, opc, r, 0, 0);
472 tcg_out_opc(s, opc, r, rm, 0);
486 tcg_out_opc(s, opc, r, rm, index);
530 tcg_out_opc(s, OPC_MOVL_Iv + LOWREGMASK(ret), 0, ret, 0);
536 tcg_out_opc(s, OPC_MOVL_Iv + P_REXW + LOWREGMASK(ret), 0, ret, 0);
545 tcg_out_opc(s, OPC_PUSH_Ib, 0, 0, 0);
548 tcg_out_opc(s, OPC_PUSH_Iv, 0, 0, 0);
557 tcg_out_opc(s, OPC_PUSH_r32 + LOWREGMASK(reg), 0, reg, 0);
562 tcg_out_opc
595 tcg_out_opc(s, OPC_BSWAP + LOWREGMASK(reg), 0, reg, 0);
642 tcg_out_opc(s, OPC_BSWAP + P_REXW + LOWREGMASK(reg), 0, reg, 0);
739 tcg_out_opc(s, OPC_JCC_long + opc, 0, 0, 0);
755 tcg_out_opc(s, OPC_JCC_long + opc, 0, 0, 0);
942 tcg_out_opc(s, call ? OPC_CALL_Jz : OPC_JMP_long, 0, 0, 0);
1218 tcg_out_opc(s, OPC_XCHG_ax_r32 + TCG_REG_EDX, 0, 0, 0);
1949 tcg_out_opc(s, OPC_RET, 0, 0, 0);