Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c323 EMIT(PPC_RAW_CMPLDI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_emit_tail_call()
1151 EMIT(PPC_RAW_CMPLDI(dst_reg, imm)); in bpf_jit_build_body()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h523 #define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i)) macro