Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h547 #define PPC_RAW_ANDIS(d, a, i) (0x74000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro
/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c584 EMIT(PPC_RAW_ANDIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body()