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