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

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c843 EMIT(PPC_RAW_CMPD(bpf_to_ppc(BPF_REG_0), tmp2_reg));
1105 EMIT(PPC_RAW_CMPD(dst_reg, src_reg));
1176 EMIT(PPC_RAW_CMPD(dst_reg, tmp1_reg));
/linux-master/arch/powerpc/include/asm/
H A Dppc-opcode.h521 #define PPC_RAW_CMPD(a, b) (0x7c200000 | ___PPC_RA(a) | ___PPC_RB(b)) macro

Completed in 110 milliseconds