Searched refs:GPR_P (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.h | 267 #define GPR_P(R) IN_RANGE_P (R, GPR_FIRST, GPR_LAST) macro 759 ? GPR_P (NUM) \ 760 : (reg_renumber[NUM] >= 0 && GPR_P (reg_renumber[NUM]))) 777 ? GPR_P (NUM) \ 778 : (reg_renumber[NUM] >= 0 && GPR_P (reg_renumber[NUM]))) 2253 #define REG_OK_FOR_BASE_P(X) (GPR_P (REGNO (X))) 3621 (GPR_P (REGNO) ? ((REGNO) - GPR_FIRST) \
|
| H A D | d30v.c | 139 else if (GPR_P (regno)) in override_options() 222 if (GPR_P (regno)) in override_options() 1196 if (GET_MODE (op) == SImode && GET_CODE (op0) == REG && GPR_P (REGNO (op0))) 1241 return (GET_MODE (op) == SImode && GPR_P (REGNO (op0)) 1290 return (GET_MODE (op) == SImode && GPR_P (REGNO (op0)) 1295 return (GET_MODE (op) == SImode && GPR_P (REGNO (op0)) 1338 return (GET_MODE (op) == SImode && GPR_P (REGNO (op0)) 1341 && GPR_P (REGNO (XEXP (op1, 0)))); 2609 if (!GPR_P (regno)) 2741 if (GET_CODE (x0) == REG && GPR_P (REGNO (x0))) [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.h | 671 #define GPR_P(R) IN_RANGE_P (R, GPR_FIRST, GPR_LAST) macro 672 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM) 684 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER) 1199 ? GPR_P (NUM) \ 1200 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM]))) 1215 ? GPR_P (NUM) \ 1216 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM]))) 2103 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X))
|
| H A D | frv.c | 652 if (GPR_P (regno)) in frv_override_options() 2549 if (GPR_P (regno)) in frv_print_operand_memory_reference_reg() 3248 if (GPR_P (regno)) in frv_regno_ok_for_base_p() 3252 return (reg_renumber[regno] >= 0 && GPR_P (reg_renumber[regno])); in frv_regno_ok_for_base_p() 4224 if (GPR_P (dest_regno)) in output_move_single() 4231 if (GPR_P (src_regno)) in output_move_single() 4304 if (GPR_P (src_regno)) in output_move_single() 4347 if (GPR_P (src_regno)) in output_move_single() 4362 if (GPR_P (src_regno)) in output_move_single() 4439 if (GPR_P (dest_regno)) in output_move_double() [all …]
|
| H A D | predicates.md | 102 if (GPR_P (regno) || FPR_P (regno) || regno >= FIRST_PSEUDO_REGISTER) 162 if (GPR_P (regno) || FPR_P (regno) || regno >= FIRST_PSEUDO_REGISTER) 792 if (GPR_P (regno)) 827 if (GPR_P (regno)) 861 if (! GPR_P (regno)) 893 if (! GPR_P (regno))
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.h | 686 ? GPR_P (REGNO) || (REGNO) == ARG_POINTER_REGNUM \ 687 : GPR_P (reg_renumber[REGNO])) 837 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro 1165 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X)) 1174 (GPR_P (REGNO (X)) \
|
| H A D | m32r.c | 303 if (GPR_P (i)) in init_reg_tables()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.h | 851 #define GPR_P(R) IN_RANGE_P (R, GPR_FIRST, GPR_LAST) macro 852 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM) 864 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER) 1350 ? GPR_P (NUM) \ 1351 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM]))) 1366 ? GPR_P (NUM) \ 1367 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM]))) 2426 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X))
|
| H A D | frv.c | 478 if (GPR_P (regno)) in frv_override_options() 2530 if (GPR_P (regno)) 3333 if (GPR_P (regno)) 3337 return (reg_renumber[regno] >= 0 && GPR_P (reg_renumber[regno])); 3653 if (GPR_P (regno) || FPR_P (regno) || regno >= FIRST_PSEUDO_REGISTER) 3712 if (GPR_P (regno) || FPR_P (regno) || regno >= FIRST_PSEUDO_REGISTER) 4106 if (GPR_P (regno)) 4143 if (GPR_P (regno)) 4179 if (! GPR_P (regno)) 4213 if (! GPR_P (regno)) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.h | 745 ? GPR_P (REGNO) || (REGNO) == ARG_POINTER_REGNUM \ 746 : GPR_P (reg_renumber[REGNO])) 941 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro 1313 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X)) 1322 (GPR_P (REGNO (X)) \
|
| H A D | m32r.c | 245 if (GPR_P (i)) in init_reg_tables()
|