Home
last modified time | relevance | path

Searched refs:PPC_RAW_CMPLWI (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp64.c253 EMIT(PPC_RAW_CMPLWI(b2p[TMP_REG_1], MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call()
990 EMIT(PPC_RAW_CMPLWI(dst_reg, imm)); in bpf_jit_build_body()
H A Dbpf_jit_comp.c501 EMIT(PPC_RAW_CMPLWI(r_A, K)); in bpf_jit_build_body()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc-opcode.h460 #define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i)) macro