Searched refs:IMM_H (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 25 ppc_inst_prefix(PPC_PREFIX_8LS | __PPC_PRFX_R(pr) | IMM_H(i), \ 29 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \ 33 ppc_inst_prefix(PPC_PREFIX_8LS | __PPC_PRFX_R(pr) | IMM_H(i), \ 37 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \ 41 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \ 45 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \ 49 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \ 53 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
|
| /linux-6.15/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() 586 if (!IMM_H(imm)) { in bpf_jit_build_body() 589 EMIT(PPC_RAW_ANDIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body() 615 if (IMM_H(imm)) in bpf_jit_build_body() 616 EMIT(PPC_RAW_ORIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body() 642 if (IMM_H(imm)) in bpf_jit_build_body() 643 EMIT(PPC_RAW_XORIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body()
|
| H A D | bpf_jit.h | 60 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
|
| H A D | bpf_jit_comp64.c | 584 if (!IMM_H(imm)) in bpf_jit_build_body() 605 if (IMM_H(imm)) in bpf_jit_build_body() 606 EMIT(PPC_RAW_ORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body() 622 if (IMM_H(imm)) in bpf_jit_build_body() 623 EMIT(PPC_RAW_XORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 126 #define IMM_H(i) ((uintptr_t)(i)>>16) macro
|