Home
last modified time | relevance | path

Searched refs:PPC_RAW_SUBFZE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/net/
Dbpf_jit_comp32.c409 EMIT(PPC_RAW_SUBFZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()
481 EMIT(PPC_RAW_SUBFZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()
496 EMIT(PPC_RAW_SUBFZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()
/linux-5.19.10/arch/powerpc/include/asm/
Dppc-opcode.h528 #define PPC_RAW_SUBFZE(d, a) (0x7c000190 | ___PPC_RT(d) | ___PPC_RA(a)) macro