Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h521 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i)) macro
604 #define PPC_RAW_CMPLI PPC_RAW_CMPWI
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c1936 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()