| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.c | 1709 shl_and_kind (left_rtx, mask_rtx, attrp) in shl_and_kind() argument 1710 rtx left_rtx, mask_rtx; in shl_and_kind() 1723 if (GET_CODE (mask_rtx) == CONST_INT) 1724 mask = (unsigned HOST_WIDE_INT) INTVAL (mask_rtx) >> left; 1832 rtx set_src, left_rtx, mask_rtx; local 1837 mask_rtx = XEXP (set_src, 1); 1838 shl_and_kind (left_rtx, mask_rtx, attributes); 1863 gen_shl_and (dest, left_rtx, mask_rtx, source) in gen_shl_and() argument 1864 rtx dest, left_rtx, mask_rtx, source; in gen_shl_and() 1868 int kind = shl_and_kind (left_rtx, mask_rtx, attributes); [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | expmed.c | 48 static rtx mask_rtx PARAMS ((enum machine_mode, int, 830 mask_rtx (mode, 0, bitsize, 0), 845 mask_rtx (mode, bitpos, bitsize, 1), 1650 mask_rtx (GET_MODE (op0), 0, bitsize, 0), 1695 mask_rtx (mode, bitpos, bitsize, complement) in mask_rtx() function
|
| D | combine.c | 9537 rtx mask_rtx; local 9628 mask_rtx = GEN_INT (nonzero_bits (varop, GET_MODE (varop))); 9630 mask_rtx 9631 = simplify_binary_operation (code, result_mode, mask_rtx, 9635 if (mask_rtx == 0 9636 || GET_CODE (mask_rtx) != CONST_INT 9638 INTVAL (mask_rtx),
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | expmed.c | 50 static rtx mask_rtx (enum machine_mode, int, int, int); 913 mask_rtx (mode, 0, bitsize, 0), in store_fixed_bit_field() 930 mask_rtx (mode, bitpos, bitsize, 1), in store_fixed_bit_field() 1783 mask_rtx (GET_MODE (op0), 0, bitsize, 0), in extract_fixed_bit_field() 1827 mask_rtx (enum machine_mode mode, int bitpos, int bitsize, int complement) in mask_rtx() function
|
| D | combine.c | 8781 rtx mask_rtx; in simplify_shift_const_1() local 8871 mask_rtx = GEN_INT (nonzero_bits (varop, GET_MODE (varop))); in simplify_shift_const_1() 8873 mask_rtx in simplify_shift_const_1() 8874 = simplify_const_binary_operation (code, result_mode, mask_rtx, in simplify_shift_const_1() 8878 if (mask_rtx == 0 in simplify_shift_const_1() 8879 || GET_CODE (mask_rtx) != CONST_INT in simplify_shift_const_1() 8881 INTVAL (mask_rtx), in simplify_shift_const_1()
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.c | 2466 shl_and_kind (rtx left_rtx, rtx mask_rtx, int *attrp) in shl_and_kind() argument 2478 if (GET_CODE (mask_rtx) == CONST_INT) in shl_and_kind() 2479 mask = (unsigned HOST_WIDE_INT) INTVAL (mask_rtx) >> left; in shl_and_kind() 2586 rtx set_src, left_rtx, mask_rtx; in shl_and_length() local 2591 mask_rtx = XEXP (set_src, 1); in shl_and_length() 2592 shl_and_kind (left_rtx, mask_rtx, attributes); in shl_and_length() 2613 gen_shl_and (rtx dest, rtx left_rtx, rtx mask_rtx, rtx source) in gen_shl_and() argument 2617 int kind = shl_and_kind (left_rtx, mask_rtx, attributes); in gen_shl_and() 2623 mask = (unsigned HOST_WIDE_INT) INTVAL (mask_rtx) >> total_shift; in gen_shl_and()
|