H A D | tcg.c | 1006 void (*out_rr)(TCGContext *s, TCGType type, TCGCond cond, member 1021 void (*out_rr)(TCGContext *s, TCGType type, member 1043 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1, member 1086 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1); member 1141 .out_rr = tgen_exts_i32_i64, 1151 .out_rr = tgen_extu_i32_i64, 1161 .out_rr = TCG_TARGET_HAS_extr_i64_i32 ? tgen_extrl_i64_i32 : NULL, 5701 out->out_rr(s, type, new_args[0], new_args[1]); in tcg_reg_alloc_op() 5712 out->out_rr(s, type, new_args[0], new_args[1], new_args[2]); in tcg_reg_alloc_op() 5757 out->out_rr(s, type, new_args[0], new_args[1], in tcg_reg_alloc_op() [all …]
|