Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c349 EMIT(PPC_RAW_CMPDI(r_scratch1, 0)); in bpf_jit_build_body()
Dbpf_jit_comp64.c1025 EMIT(PPC_RAW_CMPDI(dst_reg, imm)); in bpf_jit_build_body()
/arch/powerpc/include/asm/
Dppc-opcode.h457 #define PPC_RAW_CMPDI(a, i) (0x2c200000 | ___PPC_RA(a) | IMM_L(i)) macro