Home
last modified time | relevance | path

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 Dconstraints.md82 (match_test "ep_memory_operand (op, mode, FALSE)")))
95 (match_test "ep_memory_operand (op, mode, TRUE)"))
H A Dv850-protos.h40 extern int ep_memory_operand (rtx, machine_mode, int);
H A Dv850.c562 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 Dconstraints.md82 (match_test "ep_memory_operand (op, mode, FALSE)")))
95 (match_test "ep_memory_operand (op, mode, TRUE)"))
H A Dv850-protos.h40 extern int ep_memory_operand (rtx, machine_mode, int);
H A Dv850.cc562 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 DChangeLog-19971956 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
H A DFSFChangeLog.111720 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.
H A DChangeLog-19981908 * v850.c (ep_memory_operand): Offsets < 0 are not valid for EP
H A DChangeLog-20058086 * config/v850/v850.c (ep_memory_operand): Return FALSE if
H A DChangeLog-200326243 (ep_memory_operand): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.111720 (ep_memory_operand, substitute_ep_register, v850_reorg): Call it.