Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp64.c270 EMIT(PPC_RAW_CMPLDI(b2p[TMP_REG_1], 0)); in bpf_jit_emit_tail_call()
919 EMIT(PPC_RAW_CMPLDI(dst_reg, imm)); in bpf_jit_build_body()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h459 #define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i)) macro