Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp64.c654 EMIT(PPC_RAW_RLDICL(dst_reg, dst_reg, 0, 48)); in bpf_jit_build_body()
661 EMIT(PPC_RAW_RLDICL(dst_reg, dst_reg, 0, 32)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h551 #define PPC_RAW_RLDICL(d, a, i, mb) (0x78000000 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH64(i) |… macro
561 #define PPC_RAW_SRDI(d, a, i) PPC_RAW_RLDICL(d, a, 64-(i), i)

Completed in 9 milliseconds