Lines Matching refs:out_rr
1006 void (*out_rr)(TCGContext *s, TCGType type, TCGCond cond,
1021 void (*out_rr)(TCGContext *s, TCGType type,
1043 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1,
1086 void (*out_rr)(TCGContext *s, TCGType type, TCGReg a0, TCGReg a1);
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]);
5712 out->out_rr(s, type, new_args[0], new_args[1], new_args[2]);
5757 out->out_rr(s, type, new_args[0], new_args[1],
5852 out->out_rr(s, type, cond, new_args[0], new_args[1], label);