Searched refs:widen_operand (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | optabs.c | 100 static rtx widen_operand (rtx, enum machine_mode, enum machine_mode, int, 209 widen_operand (rtx op, enum machine_mode mode, enum machine_mode oldmode, in widen_operand() function 1428 xop0 = widen_operand (xop0, wider_mode, mode, unsignedp, no_extend); in expand_binop() 1431 xop1 = widen_operand (xop1, wider_mode, mode, unsignedp, in expand_binop() 1950 xop0 = widen_operand (xop0, wider_mode, mode, in expand_binop() 1954 xop1 = widen_operand (xop1, wider_mode, mode, unsignedp, in expand_binop() 2339 xop0 = widen_operand (op0, wider_mode, mode, true, false); in widen_clz() 2377 xop0 = widen_operand (op0, wider_mode, mode, true, false); in expand_parity() 2611 xop0 = widen_operand (xop0, wider_mode, mode, unsignedp, in expand_unop() 2754 xop0 = widen_operand (xop0, wider_mode, mode, unsignedp, in expand_unop()
|
| HD | ChangeLog-2002 | 30161 * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND. 30171 * optabs.c (widen_operand): Only call convert_modes for
|