Lines Matching refs:TCGArg
807 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, in tcg_out_cmp()
823 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond32()
832 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond64()
841 static void tcg_out_brcond2(TCGContext *s, const TCGArg *args, in tcg_out_brcond2()
922 static void tcg_out_setcond32(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_setcond32()
923 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond32()
931 static void tcg_out_setcond64(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_setcond64()
932 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond64()
939 static void tcg_out_setcond2(TCGContext *s, const TCGArg *args, in tcg_out_setcond2()
942 TCGArg new_args[6]; in tcg_out_setcond2()
945 memcpy(new_args, args+1, 5*sizeof(TCGArg)); in tcg_out_setcond2()
982 static void tcg_out_movcond32(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_movcond32()
983 TCGArg c1, TCGArg c2, int const_c2, in tcg_out_movcond32()
984 TCGArg v1) in tcg_out_movcond32()
998 static void tcg_out_movcond64(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_movcond64()
999 TCGArg c1, TCGArg c2, int const_c2, in tcg_out_movcond64()
1000 TCGArg v1) in tcg_out_movcond64()
1425 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, bool is64) in tcg_out_qemu_ld()
1547 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, bool is64) in tcg_out_qemu_st()
1604 const TCGArg *args, const int *const_args) in tcg_out_op()
1706 TCGArg a0 = args[0], a1 = args[1], a2 = args[2], c3 = 0; in tcg_out_op()