Home
last modified time | relevance | path

Searched refs:PPC_RAW_ADDIS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kernel/
A Dmodule_64.c127 PPC_RAW_ADDIS(_R11, _R2, 0),
333 PPC_RAW_ADDIS(_R12, _R12, 0),
717 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
/linux/arch/powerpc/include/asm/
A Dcode-patching.h76 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
A Dppc-opcode.h487 #define PPC_RAW_ADDIS(d, a, i) (0x3c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro
490 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i)
/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c343 EMIT(PPC_RAW_ADDIS(dst_reg, dst_reg, IMM_HA(imm))); in bpf_jit_build_body()

Completed in 12 milliseconds