Searched refs:ep_memory_operand (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
H A D | constraints.md | 82 (match_test "ep_memory_operand (op, mode, FALSE)"))) 95 (match_test "ep_memory_operand (op, mode, TRUE)"))
|
H A D | v850-protos.h | 40 extern int ep_memory_operand (rtx, machine_mode, int);
|
H A D | v850.c | 562 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), FALSE)) in v850_print_operand() 570 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), TRUE)) in v850_print_operand() 1032 ep_memory_operand (rtx op, machine_mode mode, int unsigned_load) in ep_memory_operand() function 1310 if (mem && ep_memory_operand (mem, GET_MODE (mem), unsignedp)) in v850_reorg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/ |
H A D | constraints.md | 82 (match_test "ep_memory_operand (op, mode, FALSE)"))) 95 (match_test "ep_memory_operand (op, mode, TRUE)"))
|
H A D | v850-protos.h | 40 extern int ep_memory_operand (rtx, machine_mode, int);
|
H A D | v850.cc | 562 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), FALSE)) in v850_print_operand() 570 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), TRUE)) in v850_print_operand() 1032 ep_memory_operand (rtx op, machine_mode mode, int unsigned_load) in ep_memory_operand() function 1310 if (mem && ep_memory_operand (mem, GET_MODE (mem), unsignedp)) in v850_reorg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1997 | 1956 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
|
H A D | FSFChangeLog.11 | 1720 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
|
H A D | ChangeLog-1998 | 1908 * v850.c (ep_memory_operand): Offsets < 0 are not valid for EP
|
H A D | ChangeLog-2005 | 8086 * config/v850/v850.c (ep_memory_operand): Return FALSE if
|
H A D | ChangeLog-2003 | 26243 (ep_memory_operand): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 1720 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
|