Searched refs:simple_memory_operand (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/pdp11/ |
| H A D | pdp11-protos.h | 28 extern int simple_memory_operand (rtx, enum machine_mode);
|
| H A D | pdp11.h | 386 : ((CODE) == 'Q') ? !simple_memory_operand (OP, GET_MODE (OP)) \ 387 : ((CODE) == 'R') ? simple_memory_operand (OP, GET_MODE (OP)) \
|
| H A D | pdp11.c | 1307 simple_memory_operand(rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in simple_memory_operand() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| H A D | pdp11-protos.h | 28 extern int simple_memory_operand PARAMS ((rtx, enum machine_mode));
|
| H A D | pdp11.h | 457 : ((CODE) == 'Q') ? !simple_memory_operand (OP, GET_MODE (OP)) \ 458 : ((CODE) == 'R') ? simple_memory_operand (OP, GET_MODE (OP)) \
|
| H A D | pdp11.c | 1132 simple_memory_operand(op, mode) in simple_memory_operand() function
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | predicates.md | 108 (define_predicate "simple_memory_operand"
|
| H A D | iq2000.h | 296 (((CODE) == 'R') ? simple_memory_operand (OP, GET_MODE (OP)) \
|
| H A D | iq2000.c | 3224 if (simple_memory_operand (x, mode)) in iq2000_rtx_costs()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.h | 2303 : ((CODE) == 'R') ? simple_memory_operand (OP, GET_MODE (OP)) \ 3511 if (simple_memory_operand (X, GET_MODE (X))) \
|
| H A D | mips.c | 899 simple_memory_operand (op, mode) in simple_memory_operand() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.1 | 1850 * pdp11.c (simple_memory_operand): Add default case in switch. 2083 (simple_memory_operand): Remove unused variables `plus0', `plus1', 2090 `simple_memory_operand'.
|
| H A D | FSFChangeLog.11 | 7402 (simple_memory_operand): Removed. 12150 (simple_memory_operand): Add comment about mode check. Add check
|
| H A D | FSFChangeLog.10 | 1726 (simple_memory_operand, add_1_to_mem): Added.
|
| H A D | ChangeLog.4 | 14459 * config/mips/mips.c (simple_memory_operand): Access the
|