Home
last modified time | relevance | path

Searched refs:PPC_RAW_LIS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit.h40 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
54 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h441 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro