Searched refs:PPC_RAW_SUB (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp64.c | 354 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 D | bpf_jit_comp32.c | 332 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 D | ppc-opcode.h | 511 #define PPC_RAW_SUB(d, a, b) (0x7c000050 | ___PPC_RT(d) | ___PPC_RB(a) | ___PPC_RA(b)) macro
|
Completed in 11 milliseconds