Home
last modified time | relevance | path

Searched refs:ep_memory_operand (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850-protos.h48 extern int ep_memory_operand (rtx, Mmode, int);
H A Dv850.h769 ((C) == 'Q' ? ep_memory_operand (OP, GET_MODE (OP), FALSE) \
773 : (C) == 'T' ? ep_memory_operand (OP, GET_MODE (OP), TRUE) \
H A Dv850.c632 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 Dv850-protos.h63 extern int ep_memory_operand PARAMS ((rtx, Mmode, int));
H A Dv850.h922 ((C) == 'Q' ? ep_memory_operand (OP, GET_MODE (OP), 0) \
925 : (C) == 'T' ? ep_memory_operand(OP,GET_MODE(OP),TRUE) \
H A Dv850.c525 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 DChangeLog.010994 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
H A DChangeLog.19227 * v850.c (ep_memory_operand): Offsets < 0 are not valid for EP
H A DFSFChangeLog.111720 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.