Searched refs:shift_op (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dcombine.c10468 rtx shift_op = XEXP (XEXP (op0, 0), 0);
10471 if (GET_CODE (shift_op) == NOT
10472 || (GET_CODE (shift_op) == XOR
10473 && GET_CODE (XEXP (shift_op, 1)) == CONST_INT
10476 && (INTVAL (XEXP (shift_op, 1))
10481 gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count),
10428 rtx shift_op = XEXP (XEXP (op0, 0), 0); local
H A Doptabs.c1215 int shift_op = (binoptab->code == ASHIFT
1246 && ! shift_op && rtx_cost (op1, binoptab->code) > COSTS_N_INSNS (1))
1883 if (shift_op)
1209 int shift_op = (binoptab->code == ASHIFT local
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Darm.c86 static const char *shift_op (rtx, HOST_WIDE_INT *);
9141 shift_op (rtx op, HOST_WIDE_INT *amountp)
11114 shift = shift_op (x, &val);
9126 shift_op (rtx op, HOST_WIDE_INT *amountp) function

Completed in 204 milliseconds