Searched refs:ep_memory_operand (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/gcc/gcc/config/v850/ |
H A D | v850-protos.h | 48 extern int ep_memory_operand (rtx, Mmode, int);
|
H A D | v850.h | 769 ((C) == 'Q' ? ep_memory_operand (OP, GET_MODE (OP), FALSE) \ 773 : (C) == 'T' ? ep_memory_operand (OP, GET_MODE (OP), TRUE) \
|
H A D | v850.c | 632 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), FALSE)) in print_operand() 640 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), TRUE)) in print_operand() 1066 ep_memory_operand (rtx op, enum machine_mode mode, int unsigned_load) in ep_memory_operand() function 1344 if (mem && ep_memory_operand (mem, GET_MODE (mem), unsignedp)) in v850_reorg()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850-protos.h | 63 extern int ep_memory_operand PARAMS ((rtx, Mmode, int));
|
H A D | v850.h | 922 ((C) == 'Q' ? ep_memory_operand (OP, GET_MODE (OP), 0) \ 925 : (C) == 'T' ? ep_memory_operand(OP,GET_MODE(OP),TRUE) \
|
H A D | v850.c | 525 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), FALSE)) 533 if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), TRUE)) 970 ep_memory_operand (op, mode, unsigned_load) in ep_memory_operand() function 1394 if (mem && ep_memory_operand (mem, GET_MODE (mem), unsignedp))
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.0 | 10994 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
|
H A D | ChangeLog.1 | 9227 * v850.c (ep_memory_operand): Offsets < 0 are not valid for EP
|
H A D | FSFChangeLog.11 | 1720 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
|