Searched refs:shift_op (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | combine.c | 10428 rtx shift_op = XEXP (XEXP (op0, 0), 0); in simplify_comparison() local 10431 if (GET_CODE (shift_op) == NOT in simplify_comparison() 10432 || (GET_CODE (shift_op) == XOR in simplify_comparison() 10433 && GET_CODE (XEXP (shift_op, 1)) == CONST_INT in simplify_comparison() 10436 && (INTVAL (XEXP (shift_op, 1)) in simplify_comparison() 10441 gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count), in simplify_comparison()
|
| H A D | optabs.c | 1209 int shift_op = (binoptab->code == ASHIFT in expand_binop() local 1240 && ! shift_op && rtx_cost (op1, binoptab->code) > COSTS_N_INSNS (1)) in expand_binop() 1877 if (shift_op) in expand_binop()
|
| H A D | ChangeLog-2006 | 4903 a shift operand before calling shift_op. Avoid redundant call of 4904 shift_op.
|
| H A D | ChangeLog-2005 | 21632 output_move_double, arithmetic_instr, shift_op, int_log2,
|
| H A D | ChangeLog-2004 | 17197 (shift_op): Handle ROTATE.
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 86 static const char *shift_op (rtx, HOST_WIDE_INT *); 9126 shift_op (rtx op, HOST_WIDE_INT *amountp) in shift_op() function 11097 shift = shift_op (x, &val); in arm_print_operand()
|