| H A D | tcg.c | 1007 void (*out_rr)(TCGContext *s, TCGType type, TCGCond cond, 1022 void (*out_rr)(TCGContext *s, TCGType type, 1044 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1, 1087 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1); 1142 .out_rr = tgen_exts_i32_i64, 1152 .out_rr = tgen_extu_i32_i64, 1162 .out_rr = TCG_TARGET_HAS_extr_i64_i32 ? tgen_extrl_i64_i32 : NULL, 5705 out->out_rr(s, type, new_args[0], new_args[1]); in tcg_reg_alloc_op() 5716 out->out_rr(s, type, new_args[0], new_args[1], new_args[2]); in tcg_reg_alloc_op() 5761 out->out_rr( in tcg_reg_alloc_op() 1006 void (*out_rr)(TCGContext *s, TCGType type, TCGCond cond, global() member 1021 void (*out_rr)(TCGContext *s, TCGType type, global() member 1043 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1, global() member 1086 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1); global() member [all...] |