Home
last modified time | relevance | path

Searched refs:PPC_RAW_ADD (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/lib/
Dtest_emulate_step.c667 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
675 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
683 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
691 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
699 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
707 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
715 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
723 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
731 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
739 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp64.c263 EMIT(PPC_RAW_ADD(b2p[TMP_REG_1], b2p[TMP_REG_1], b2p_bpf_array)); in bpf_jit_emit_tail_call()
343 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
360 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
696 EMIT(PPC_RAW_ADD(b2p[TMP_REG_2], b2p[TMP_REG_2], src_reg)); in bpf_jit_build_body()
707 EMIT(PPC_RAW_ADD(b2p[TMP_REG_2], b2p[TMP_REG_2], src_reg)); in bpf_jit_build_body()
Dbpf_jit_comp.c137 EMIT(PPC_RAW_ADD(r_A, r_A, r_X)); in bpf_jit_build_body()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h428 #define PPC_RAW_ADD(t, a, b) (PPC_INST_ADD | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro