Searched refs:PPC_RAW_DIVW (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 514 EMIT(PPC_RAW_DIVW(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body() 522 EMIT(PPC_RAW_DIVW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 561 EMIT(PPC_RAW_DIVW(tmp2_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 568 EMIT(PPC_RAW_DIVW(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
|
D | bpf_jit_comp32.c | 454 EMIT(PPC_RAW_DIVW(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 460 EMIT(PPC_RAW_DIVW(_R0, src2_reg, src_reg)); in bpf_jit_build_body() 483 EMIT(PPC_RAW_DIVW(dst_reg, src2_reg, _R0)); in bpf_jit_build_body() 496 EMIT(PPC_RAW_DIVW(_R0, src2_reg, tmp_reg)); in bpf_jit_build_body()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 537 #define PPC_RAW_DIVW(d, a, b) (0x7c0003d6 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|