Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c1182 EMIT(PPC_RAW_CMPDI(dst_reg, imm)); in bpf_jit_build_body()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h519 #define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i)) macro