Lines Matching refs:TCGContext
440 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
445 static void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
457 static void tcg_out_ldst (TCGContext *s, int ret, int addr, in tcg_out_ldst()
468 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) in tcg_out_b()
482 static void tcg_out_call (TCGContext *s, tcg_target_long arg, int const_arg) in tcg_out_call()
527 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld()
724 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st()
903 static void tcg_target_qemu_prologue (TCGContext *s) in tcg_target_qemu_prologue()
959 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, in tcg_out_ld()
965 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, in tcg_out_st()
971 static void ppc_addi (TCGContext *s, int rt, int ra, tcg_target_long si) in ppc_addi()
985 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi()
990 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, in tcg_out_cmp()
1063 static void tcg_out_bc (TCGContext *s, int bc, int label_index) in tcg_out_bc()
1078 static void tcg_out_cr7eq_from_cond (TCGContext *s, const TCGArg *args, in tcg_out_cr7eq_from_cond()
1122 static void tcg_out_setcond (TCGContext *s, TCGCond cond, TCGArg arg0, in tcg_out_setcond()
1231 static void tcg_out_setcond2 (TCGContext *s, const TCGArg *args, in tcg_out_setcond2()
1246 static void tcg_out_brcond (TCGContext *s, TCGCond cond, in tcg_out_brcond()
1256 static void tcg_out_brcond2 (TCGContext *s, const TCGArg *args, in tcg_out_brcond2()
1294 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
1891 static void tcg_target_init(TCGContext *s) in tcg_target_init()