Home
last modified time | relevance | path

Searched refs:pcrel (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dmcount.S34 la.pcrel t1, ftrace_stub
35 la.pcrel t2, ftrace_trace_function /* Prepare t2 for (1) */
49 la.pcrel t1, ftrace_stub
50 la.pcrel t3, ftrace_graph_return
53 la.pcrel t1, ftrace_graph_entry_stub
54 la.pcrel t3, ftrace_graph_entry
H A Dhead.S62 la.pcrel t0, __bss_start # clear .bss
64 la.pcrel t1, __bss_stop - LONGSIZE
70 la.pcrel t0, fw_arg0
72 la.pcrel t0, fw_arg1
74 la.pcrel t0, fw_arg2
82 la.pcrel tp, init_thread_union
137 la.pcrel t0, cpuboot_data
H A Dentry.S23 la.pcrel t1, kernelsp
H A Dlbt.S129 la.pcrel a0, 1f
H A Dmcount_dyn.S78 la.pcrel t1, function_trace_op
/openbmc/linux/arch/loongarch/power/
H A Dsuspend_asm.S34 la.pcrel t0, acpi_saved_sp
66 la.pcrel a0, loongarch_wakeup_start
67 la.pcrel t0, loongarch_suspend_addr
87 la.pcrel t0, acpi_saved_sp
H A Dhibernate_asm.S15 la.pcrel t0, saved_regs
34 la.pcrel t0, restore_pblist
49 la.pcrel t0, saved_regs
/openbmc/linux/arch/loongarch/
H A DMakefile75 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
76 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
/openbmc/linux/arch/s390/kernel/
H A Ddis.c468 void *pcrel = (void *)((int)value + addr); in print_insn() local
470 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h102 la.pcrel \temp, kernelsp
H A Dasmmacro.h68 la.pcrel \tmp1, 1f
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc289 intptr_t pcrel;
292 pcrel = tcg_ptr_byte_diff((tcg_insn_unit *)value, src_rx);
296 if (!check_fit_ptr(pcrel >> 2, 16)) {
300 insn |= INSN_OFF16(pcrel);
303 if (!check_fit_ptr(pcrel >> 2, 19)) {
307 insn |= INSN_OFF19(pcrel);
/openbmc/linux/arch/powerpc/kernel/
H A Dvector.S184 pla r11,name@pcrel; \
/openbmc/qemu/target/alpha/
H A Dtranslate.c57 bool pcrel; member
260 if (ctx->pcrel) { in gen_pc_disp()
444 if (ctx->pcrel) { in gen_goto_tb()
2868 ctx->pcrel = ctx->base.tb->cflags & CF_PCREL; in alpha_tr_init_disas_context()
2906 if (ctx->pcrel) { in alpha_tr_insn_start()
/openbmc/linux/arch/powerpc/
H A DMakefile184 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
H A DKconfig12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
15 # do pcrel yet.
/openbmc/qemu/disas/
H A Dmips.c5359 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch;
5364 pcrel = 0;
5479 pcrel = 1;
5487 pcrel = 1;
5495 pcrel = 1;
5504 pcrel = 1;
5512 pcrel = 1;
5540 if (! pcrel)
5588 if (pcrel && branch
/openbmc/qemu/target/arm/tcg/
H A Da64.decode87 @pcrel . .. ..... ................... rd:5 &ri imm=%imm_pcrel
89 ADR 0 .. 10000 ................... ..... @pcrel
90 ADRP 1 .. 10000 ................... ..... @pcrel
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c193 #define EMIT4_PCREL(op, pcrel) \ argument
195 long __pcrel = ((pcrel) >> 1) & 0xffff; \
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h384 pla reg,name@pcrel
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc_asm.h384 pla reg,name@pcrel
/openbmc/linux/arch/powerpc/boot/
H A DMakefile79 $(call cc-option,-mno-pcrel) \