Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp64.c573 EMIT(PPC_RAW_XORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
Dbpf_jit_comp32.c607 EMIT(PPC_RAW_XORIS(dst_reg, src2_reg, IMM_H(imm))); in bpf_jit_build_body()
/arch/powerpc/include/asm/
Dppc-opcode.h552 #define PPC_RAW_XORIS(d, a, i) (0x6c000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro