Searched refs:PPC_RAW_DIVD (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| A D | bpf_jit_comp64.c | 530 EMIT(PPC_RAW_DIVD(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body() 537 EMIT(PPC_RAW_DIVD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 575 EMIT(PPC_RAW_DIVD(tmp2_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 582 EMIT(PPC_RAW_DIVD(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
|
| /linux/arch/powerpc/include/asm/ |
| A D | ppc-opcode.h | 539 #define PPC_RAW_DIVD(d, a, b) (0x7c0003d2 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 12 milliseconds