Searched refs:PPC_RAW_SUBFIC (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 394 EMIT(PPC_RAW_SUBFIC(dst_reg, dst_reg, 0)); in bpf_jit_build_body() 466 EMIT(PPC_RAW_SUBFIC(dst_reg, dst_reg, 0)); in bpf_jit_build_body() 481 EMIT(PPC_RAW_SUBFIC(dst_reg, dst_reg, 0)); in bpf_jit_build_body() 560 EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32)); in bpf_jit_build_body() 596 EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32)); in bpf_jit_build_body() 632 EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32)); in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 514 #define PPC_RAW_SUBFIC(d, a, i) (0x20000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro
|
Completed in 9 milliseconds