Searched refs:ADDR_SPACE_GENERIC (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c-pragma.c127 c_register_addr_space ("__far", ADDR_SPACE_GENERIC);
H A Dm32c.c1934 case ADDR_SPACE_GENERIC:
1951 case ADDR_SPACE_GENERIC:
2044 else if (as != ADDR_SPACE_GENERIC)
2057 if (as != ADDR_SPACE_GENERIC)
2081 gcc_assert (subset == ADDR_SPACE_GENERIC || subset == ADDR_SPACE_FAR);
2082 gcc_assert (superset == ADDR_SPACE_GENERIC || superset == ADDR_SPACE_FAR);
2088 return (subset == ADDR_SPACE_GENERIC && superset == ADDR_SPACE_FAR);
2101 gcc_assert (from_as == ADDR_SPACE_GENERIC || from_as == ADDR_SPACE_FAR);
2102 gcc_assert (to_as == ADDR_SPACE_GENERIC || to_as == ADDR_SPACE_FAR);
2104 if (to_as == ADDR_SPACE_GENERIC
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexplow.h137 memory_address_addr_space ((MODE), (RTX), ADDR_SPACE_GENERIC)
H A Dcoretypes.h170 #define ADDR_SPACE_GENERIC 0 macro
171 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC)
H A Drecog.h102 memory_address_addr_space_p ((mode), (addr), ADDR_SPACE_GENERIC)
106 strict_memory_address_addr_space_p ((mode), (addr), ADDR_SPACE_GENERIC)
123 ADDR_SPACE_GENERIC)
H A Dregcprop.c778 ADDR_SPACE_GENERIC, insn, vd); local
990 VOIDmode, ADDR_SPACE_GENERIC,
H A Dira-conflicts.c777 base = base_reg_class (VOIDmode, ADDR_SPACE_GENERIC, ADDRESS, SCRATCH);
H A Dira-costs.c803 [base_reg_class (VOIDmode, ADDR_SPACE_GENERIC,
1418 record_address_regs (VOIDmode, ADDR_SPACE_GENERIC,
H A Dcaller-save.c224 [(int) base_reg_class (regno_save_mode[i][1], ADDR_SPACE_GENERIC,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c-pragma.cc127 c_register_addr_space ("__far", ADDR_SPACE_GENERIC);
H A Dm32c.cc1938 case ADDR_SPACE_GENERIC:
1955 case ADDR_SPACE_GENERIC:
2048 else if (as != ADDR_SPACE_GENERIC)
2061 if (as != ADDR_SPACE_GENERIC)
2085 gcc_assert (subset == ADDR_SPACE_GENERIC || subset == ADDR_SPACE_FAR);
2086 gcc_assert (superset == ADDR_SPACE_GENERIC || superset == ADDR_SPACE_FAR);
2092 return (subset == ADDR_SPACE_GENERIC && superset == ADDR_SPACE_FAR);
2105 gcc_assert (from_as == ADDR_SPACE_GENERIC || from_as == ADDR_SPACE_FAR);
2106 gcc_assert (to_as == ADDR_SPACE_GENERIC || to_as == ADDR_SPACE_FAR);
2108 if (to_as == ADDR_SPACE_GENERIC
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexplow.h141 memory_address_addr_space ((MODE), (RTX), ADDR_SPACE_GENERIC)
H A Drecog.h205 memory_address_addr_space_p ((mode), (addr), ADDR_SPACE_GENERIC)
209 strict_memory_address_addr_space_p ((mode), (addr), ADDR_SPACE_GENERIC)
227 ADDR_SPACE_GENERIC)
H A Dcoretypes.h171 #define ADDR_SPACE_GENERIC 0 macro
172 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC)
H A Dregcprop.cc780 ADDR_SPACE_GENERIC, insn, vd); local
1008 VOIDmode, ADDR_SPACE_GENERIC,
H A Dira-conflicts.cc834 base = base_reg_class (VOIDmode, ADDR_SPACE_GENERIC, ADDRESS, SCRATCH);
H A Dira-costs.cc837 [base_reg_class (VOIDmode, ADDR_SPACE_GENERIC,
1481 record_address_regs (VOIDmode, ADDR_SPACE_GENERIC,
H A Dcaller-save.cc224 [(int) base_reg_class (regno_save_mode[i][1], ADDR_SPACE_GENERIC,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c1004 *total = pdp11_addr_cost (x, mode, ADDR_SPACE_GENERIC, speed);
1115 *total += pdp11_addr_cost (dest, mode, ADDR_SPACE_GENERIC, speed);
1117 *total += pdp11_addr_cost (src, mode, ADDR_SPACE_GENERIC, speed);
1218 base_cost += pdp11_addr_cost (dest, mode, ADDR_SPACE_GENERIC, speed);
1231 base_cost += pdp11_addr_cost (src, mode, ADDR_SPACE_GENERIC, speed);
1241 base_cost += pdp11_addr_cost (src2, mode, ADDR_SPACE_GENERIC, speed);
1248 base_cost += pdp11_addr_cost (src2, mode, ADDR_SPACE_GENERIC, speed);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc1004 *total = pdp11_addr_cost (x, mode, ADDR_SPACE_GENERIC, speed);
1115 *total += pdp11_addr_cost (dest, mode, ADDR_SPACE_GENERIC, speed);
1117 *total += pdp11_addr_cost (src, mode, ADDR_SPACE_GENERIC, speed);
1217 base_cost += pdp11_addr_cost (dest, mode, ADDR_SPACE_GENERIC, speed);
1230 base_cost += pdp11_addr_cost (src, mode, ADDR_SPACE_GENERIC, speed);
1240 base_cost += pdp11_addr_cost (src2, mode, ADDR_SPACE_GENERIC, speed);
1247 base_cost += pdp11_addr_cost (src2, mode, ADDR_SPACE_GENERIC, speed);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c254 gcc_assert (ADDR_SPACE_GENERIC == ADDR_SPACE_RAM);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc254 gcc_assert (ADDR_SPACE_GENERIC == ADDR_SPACE_RAM);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c3601 else if (as != ADDR_SPACE_GENERIC)
3643 if (as != ADDR_SPACE_GENERIC)
6747 case ADDR_SPACE_GENERIC:
6762 case ADDR_SPACE_GENERIC:
6776 gcc_assert (subset == ADDR_SPACE_GENERIC || subset == ADDR_SPACE_EA);
6777 gcc_assert (superset == ADDR_SPACE_GENERIC || superset == ADDR_SPACE_EA);
6788 return (subset == ADDR_SPACE_GENERIC && superset == ADDR_SPACE_EA);
6798 gcc_assert (from_as == ADDR_SPACE_GENERIC || from_as == ADDR_SPACE_EA);
6799 gcc_assert (to_as == ADDR_SPACE_GENERIC || to_as == ADDR_SPACE_EA);
6801 if (to_as == ADDR_SPACE_GENERIC
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.cc1444 else if (as != ADDR_SPACE_GENERIC)
2063 ADDR_SPACE_GENERIC. Return true if such reference is found.
2118 if (as == ADDR_SPACE_GENERIC)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc2869 addr_space_t seg = ADDR_SPACE_GENERIC;
2883 if (seg == ADDR_SPACE_GENERIC)

Completed in 278 milliseconds

123