Home
last modified time | relevance | path

Searched refs:PPC_RAW_SUB (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c405 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
426 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
453 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
462 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
487 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
495 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
Dbpf_jit_comp32.c338 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
408 EMIT(PPC_RAW_SUB(dst_reg_h, dst_reg_h, dst_reg)); in bpf_jit_build_body()
419 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
443 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h516 #define PPC_RAW_SUB(d, a, b) (0x7c000050 | ___PPC_RT(d) | ___PPC_RB(a) | ___PPC_RA(b)) macro