Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp.c491 EMIT(PPC_RAW_CMPLW(r_A, r_X)); in bpf_jit_build_body()
504 EMIT(PPC_RAW_CMPLW(r_A, r_scratch1)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c245 EMIT(PPC_RAW_CMPLW(b2p_index, b2p[TMP_REG_1])); in bpf_jit_emit_tail_call()
938 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()
998 EMIT(PPC_RAW_CMPLW(dst_reg, in bpf_jit_build_body()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc-opcode.h462 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro