Searched refs:PPC_RAW_SUB (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/net/ |
D | bpf_jit_comp.c | 64 EMIT(PPC_RAW_SUB(r_HL, r_HL, r_scratch1)); in bpf_jit_build_prologue() 148 EMIT(PPC_RAW_SUB(r_A, r_A, r_X)); in bpf_jit_build_body() 183 EMIT(PPC_RAW_SUB(r_A, r_A, r_scratch1)); in bpf_jit_build_body() 192 EMIT(PPC_RAW_SUB(r_A, r_A, r_scratch1)); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 347 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 391 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body() 401 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body() 424 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, in bpf_jit_build_body() 438 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, in bpf_jit_build_body()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 462 #define PPC_RAW_SUB(d, a, b) (0x7c000050 | ___PPC_RT(d) | ___PPC_RB(a) | ___PPC_RA(b)) macro
|