Searched refs:PPC_RAW_DIVW (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 496 EMIT(PPC_RAW_DIVW(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body() 504 EMIT(PPC_RAW_DIVW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 543 EMIT(PPC_RAW_DIVW(tmp2_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 550 EMIT(PPC_RAW_DIVW(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp32.c | 459 EMIT(PPC_RAW_DIVW(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 465 EMIT(PPC_RAW_DIVW(_R0, src2_reg, src_reg)); in bpf_jit_build_body() 488 EMIT(PPC_RAW_DIVW(dst_reg, src2_reg, _R0)); in bpf_jit_build_body() 501 EMIT(PPC_RAW_DIVW(_R0, src2_reg, tmp_reg)); in bpf_jit_build_body()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 537 #define PPC_RAW_DIVW(d, a, b) (0x7c0003d6 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|