Searched refs:gp_rtx (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 3229 rtx gp_rtx = pic_offset_table_rtx; in aarch64_load_symref_appropriately() local 3239 if (gp_rtx != NULL) in aarch64_load_symref_appropriately() 3266 emit_move_insn (gp_rtx, gen_rtx_HIGH (Pmode, s)); in aarch64_load_symref_appropriately() 3268 if (mode != GET_MODE (gp_rtx)) in aarch64_load_symref_appropriately() 3269 gp_rtx = gen_lowpart (mode, gp_rtx); in aarch64_load_symref_appropriately() 3276 insn = gen_ldr_got_small_28k_di (dest, gp_rtx, imm); in aarch64_load_symref_appropriately() 3278 insn = gen_ldr_got_small_28k_si (dest, gp_rtx, imm); in aarch64_load_symref_appropriately() 3286 insn = gen_ldr_got_small_28k_sidi (dest, gp_rtx, imm); in aarch64_load_symref_appropriately()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 4567 rtx gp_rtx = pic_offset_table_rtx; in aarch64_load_symref_appropriately() local 4577 if (gp_rtx != NULL) in aarch64_load_symref_appropriately() 4604 emit_move_insn (gp_rtx, gen_rtx_HIGH (Pmode, s)); in aarch64_load_symref_appropriately() 4606 if (mode != GET_MODE (gp_rtx)) in aarch64_load_symref_appropriately() 4607 gp_rtx = gen_lowpart (mode, gp_rtx); in aarch64_load_symref_appropriately() 4614 insn = gen_ldr_got_small_28k_di (dest, gp_rtx, imm); in aarch64_load_symref_appropriately() 4616 insn = gen_ldr_got_small_28k_si (dest, gp_rtx, imm); in aarch64_load_symref_appropriately() 4624 insn = gen_ldr_got_small_28k_sidi (dest, gp_rtx, imm); in aarch64_load_symref_appropriately()
|