Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c824 EMIT(PPC_RAW_CMPD(bpf_to_ppc(BPF_REG_0), tmp2_reg)); in bpf_jit_build_body()
1085 EMIT(PPC_RAW_CMPD(dst_reg, src_reg)); in bpf_jit_build_body()
1156 EMIT(PPC_RAW_CMPD(dst_reg, tmp1_reg)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h511 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b)) macro