Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp.c231 EMIT(PPC_RAW_XORIS(r_A, r_A, IMM_H(K))); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c538 EMIT(PPC_RAW_XORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc-opcode.h484 #define PPC_RAW_XORIS(d, a, i) (0x6c000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro