Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp64.c354 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
375 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
405 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
415 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
444 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, in bpf_jit_build_body()
458 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, in bpf_jit_build_body()
A Dbpf_jit_comp32.c332 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
402 EMIT(PPC_RAW_SUB(dst_reg_h, dst_reg_h, dst_reg)); in bpf_jit_build_body()
413 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
437 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h511 #define PPC_RAW_SUB(d, a, b) (0x7c000050 | ___PPC_RT(d) | ___PPC_RB(a) | ___PPC_RA(b)) macro

Completed in 11 milliseconds