Lines Matching refs:TCGArg
518 static void tcg_out_cmp(TCGContext *s, TCGArg c1, TCGArg c2, int c2const) in tcg_out_cmp()
524 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond_i32()
534 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond_i64()
543 TCGArg al, TCGArg ah, in tcg_out_brcond2_i32()
544 TCGArg bl, int blconst, in tcg_out_brcond2_i32()
545 TCGArg bh, int bhconst, int label_dest) in tcg_out_brcond2_i32()
590 static void tcg_out_setcond_i32(TCGContext *s, TCGCond cond, TCGArg ret, in tcg_out_setcond_i32()
591 TCGArg c1, TCGArg c2, int c2const) in tcg_out_setcond_i32()
593 TCGArg t; in tcg_out_setcond_i32()
646 static void tcg_out_setcond_i64(TCGContext *s, TCGCond cond, TCGArg ret, in tcg_out_setcond_i64()
647 TCGArg c1, TCGArg c2, int c2const) in tcg_out_setcond_i64()
656 static void tcg_out_setcond2_i32(TCGContext *s, TCGCond cond, TCGArg ret, in tcg_out_setcond2_i32()
657 TCGArg al, TCGArg ah, in tcg_out_setcond2_i32()
658 TCGArg bl, int blconst, in tcg_out_setcond2_i32()
659 TCGArg bh, int bhconst) in tcg_out_setcond2_i32()
748 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, in tcg_out_qemu_ld()
958 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, in tcg_out_qemu_st()
1116 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()