Searched refs:unsigned_load (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A D | rx.cc | 524 bool unsigned_load = false; in rx_print_operand() local 744 unsigned_load = true; in rx_print_operand() 789 fprintf (file, unsigned_load ? "UB" : "B"); in rx_print_operand() 794 fprintf (file, unsigned_load ? "UW" : "W"); in rx_print_operand()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
H A D | rx.c | 524 bool unsigned_load = false; in rx_print_operand() local 743 unsigned_load = true; in rx_print_operand() 788 fprintf (file, unsigned_load ? "UB" : "B"); in rx_print_operand() 793 fprintf (file, unsigned_load ? "UW" : "W"); in rx_print_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/ |
H A D | v850.cc | 1032 ep_memory_operand (rtx op, machine_mode mode, int unsigned_load) in ep_memory_operand() argument 1048 max_offset = ep_memory_offset (mode, unsigned_load); in ep_memory_operand()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
H A D | v850.c | 1032 ep_memory_operand (rtx op, machine_mode mode, int unsigned_load) in ep_memory_operand() argument 1048 max_offset = ep_memory_offset (mode, unsigned_load); in ep_memory_operand()
|