Searched refs:src1a (Results 1 – 1 of 1) sorted by relevance
3314 rtx src1a, src2a; in m32c_expand_cmpstr() local3316 src1a = XEXP (operands[1], 0); in m32c_expand_cmpstr()3319 if (GET_CODE (src1a) != REG in m32c_expand_cmpstr()3320 || REGNO (src1a) < FIRST_PSEUDO_REGISTER) in m32c_expand_cmpstr()3321 src1a = copy_to_mode_reg (Pmode, src1a); in m32c_expand_cmpstr()3327 emit_insn (gen_cmpstrhi_op (src1a, src2a, src1a, src2a)); in m32c_expand_cmpstr()