Home | History | Annotate | Download | only in ppc

Lines Matching refs:TCGContext

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