Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp32.c400 EMIT(PPC_RAW_SUBFIC(dst_reg, dst_reg, 0)); in bpf_jit_build_body()
472 EMIT(PPC_RAW_SUBFIC(dst_reg, dst_reg, 0)); in bpf_jit_build_body()
487 EMIT(PPC_RAW_SUBFIC(dst_reg, dst_reg, 0)); in bpf_jit_build_body()
566 EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32)); in bpf_jit_build_body()
602 EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32)); in bpf_jit_build_body()
638 EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32)); in bpf_jit_build_body()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h519 #define PPC_RAW_SUBFIC(d, a, i) (0x20000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro