| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r-protos.h | 59 extern int small_data_operand (rtx, Mmode);
|
| H A D | m32r.c | 500 small_data_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in small_data_operand() function 575 && ! small_data_operand (sym, mode)); in addr32_operand() 1870 && small_data_operand (x, VOIDmode)) in m32r_print_operand() 2035 if (small_data_operand (XEXP (base, 1), VOIDmode)) in m32r_print_operand_address() 2050 if (small_data_operand (XEXP (addr, 1), VOIDmode)) in m32r_print_operand_address()
|
| H A D | m32r.md | 338 if (small_data_operand (operands[1], SImode)) 498 (match_operand:SI 1 "small_data_operand" "")))]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r-protos.h | 64 extern int small_data_operand PARAMS ((rtx, Mmode));
|
| H A D | m32r.c | 558 small_data_operand (op, mode) in small_data_operand() function 622 && ! small_data_operand (op, mode)); 630 && ! small_data_operand (op, mode)); 2356 && small_data_operand (x, VOIDmode)) 2537 if (small_data_operand (XEXP (base, 1), VOIDmode)) 2552 if (small_data_operand (XEXP (addr, 1), VOIDmode))
|
| H A D | m32r.md | 370 if (small_data_operand (operands[1], SImode)) 530 (match_operand:SI 1 "small_data_operand" "")))]
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000-protos.h | 39 extern int small_data_operand (rtx, enum machine_mode);
|
| H A D | constraints.md | 149 (match_operand 0 "small_data_operand")))
|
| H A D | rs6000.c | 2634 small_data_operand (rtx op ATTRIBUTE_UNUSED, in small_data_operand() function 2757 && small_data_operand (x, mode)); in legitimate_small_data_p() 4095 && small_data_operand (operands[1], mode)) in rs6000_emit_move() 10492 if (small_data_operand (x, GET_MODE (x))) in print_operand() 10789 if (small_data_operand (x, GET_MODE (x))) in print_operand() 10836 if (small_data_operand (x, GET_MODE (x))) in print_operand() 10938 if (small_data_operand (x, GET_MODE (x))) in print_operand_address()
|
| H A D | predicates.md | 759 && small_data_operand (op, Pmode))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000-protos.h | 81 extern int small_data_operand PARAMS ((rtx, enum machine_mode));
|
| H A D | rs6000.h | 1284 && small_data_operand (OP, GET_MODE (OP))) \ 2074 && small_data_operand (X, MODE))
|
| H A D | rs6000.c | 1974 && small_data_operand (op, Pmode)) 1983 small_data_operand (op, mode) in small_data_operand() function 2695 && small_data_operand (operands[1], mode)) 7638 if (small_data_operand (x, GET_MODE (x))) 7927 if (small_data_operand (x, GET_MODE (x))) 7977 if (small_data_operand (x, GET_MODE (x))) 8071 if (small_data_operand (x, GET_MODE (x)))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 2062 * rs6000.c (small_data_operand): Don't use the function 2075 before calling small_data_operand. 2178 * rs6000.c (small_data_operand): New function to return true if 2184 * rs6000.h (LEGITIMATE_SMALL_DATA_P): Call small_data_operand it 2189 (small_data_operand): Declare function.
|
| H A D | FSFChangeLog.11 | 4817 (small_data_operand): Use #if TARGET_ELF, not #ifdef TARGET_SDATA. 11608 * rs6000/rs6000.c (small_data_operand): Allow small data under 13271 (output_options, small_data_operand, print_operand): Likewise. 13620 TARGET_EABI is not defined. Also, just call small_data_operand, 13703 (small_data_operand, init_cumulative_args): Likewise.
|
| H A D | FSFChangeLog | 1833 * rs6000.c (small_data_operand): Ensure any address referenced
|
| H A D | ChangeLog.0 | 1251 (small_data_operand): Likewise for parameters `op' and `mode' but 6370 * rs6000.c (small_data_operand): Ensure that any address
|
| H A D | ChangeLog.2 | 11954 (small_data_operand): Suppress warning.
|
| H A D | ChangeLog.1 | 11221 (small_data_operand): Remove TARGET_ELF condition for marking
|