Searched refs:IMM_H (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 217 EMIT(PPC_RAW_LIS(_R0, IMM_H(func))); in bpf_jit_emit_func_call_rel() 585 if (!IMM_H(imm)) { in bpf_jit_build_body() 588 EMIT(PPC_RAW_ANDIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body() 614 if (IMM_H(imm)) in bpf_jit_build_body() 615 EMIT(PPC_RAW_ORIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body() 641 if (IMM_H(imm)) in bpf_jit_build_body() 642 EMIT(PPC_RAW_XORIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body()
|
| H A D | bpf_jit.h | 68 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
|
| H A D | bpf_jit_comp64.c | 822 if (!IMM_H(imm)) in bpf_jit_build_body() 843 if (IMM_H(imm)) in bpf_jit_build_body() 844 EMIT(PPC_RAW_ORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body() 860 if (IMM_H(imm)) in bpf_jit_build_body() 861 EMIT(PPC_RAW_XORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 126 #define IMM_H(i) ((uintptr_t)(i)>>16) macro
|