Home
last modified time | relevance | path

Searched refs:UNSPEC_ADDRESS (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c66 #define UNSPEC_ADDRESS(X) \ macro
590 x = UNSPEC_ADDRESS (x); in riscv_symbolic_constant_p()
1082 op = plus_constant (Pmode, UNSPEC_ADDRESS (base), INTVAL (offset)); in riscv_strip_unspec_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc68 #define UNSPEC_ADDRESS(X) \ macro
681 x = UNSPEC_ADDRESS (x); in riscv_symbolic_constant_p()
1224 op = plus_constant (Pmode, UNSPEC_ADDRESS (base), INTVAL (offset)); in riscv_strip_unspec_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc77 #define UNSPEC_ADDRESS(X) XVECEXP (X, 0, 0) macro
1685 x = UNSPEC_ADDRESS (x); in loongarch_symbolic_constant_p()
2229 op = plus_constant (Pmode, UNSPEC_ADDRESS (base), INTVAL (offset)); in loongarch_strip_unspec_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc81 #define UNSPEC_ADDRESS(X) \ macro
2188 x = UNSPEC_ADDRESS (x); in mips_symbolic_constant_p()
3187 op = plus_constant (Pmode, UNSPEC_ADDRESS (base), INTVAL (offset)); in mips_strip_unspec_address()
18894 base = UNSPEC_ADDRESS (base); in mips_lo_sum_offset_lookup()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c79 #define UNSPEC_ADDRESS(X) \ macro
2186 x = UNSPEC_ADDRESS (x); in mips_symbolic_constant_p()
3182 op = plus_constant (Pmode, UNSPEC_ADDRESS (base), INTVAL (offset)); in mips_strip_unspec_address()
18720 base = UNSPEC_ADDRESS (base); in mips_lo_sum_offset_lookup()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20033386 (UNSPEC_ADDRESS, UNSPEC_ADDRESS_TYPE): Likewise.