Searched refs:PPC_RAW_CMPD (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 201 milliseconds