Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/net/
A Dbpf_jit_comp64.c553 EMIT(PPC_RAW_XORI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
A Dbpf_jit_comp32.c603 EMIT(PPC_RAW_XORI(dst_reg, src2_reg, IMM_L(imm))); in bpf_jit_build_body()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dppc-opcode.h541 #define PPC_RAW_XORI(d, a, i) (0x68000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro

Completed in 12 milliseconds