Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
A Dtest_emulate_step.c964 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
972 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
980 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
988 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
996 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1004 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1012 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1020 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1028 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1036 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c234 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call()
325 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
371 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
372 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
405 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
801 EMIT(PPC_RAW_ADD(_R0, _R0, src_reg)); in bpf_jit_build_body()
A Dbpf_jit_comp64.c246 EMIT(PPC_RAW_ADD(b2p[TMP_REG_1], b2p[TMP_REG_1], b2p_bpf_array)); in bpf_jit_emit_tail_call()
350 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
364 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
753 EMIT(PPC_RAW_ADD(b2p[TMP_REG_2], b2p[TMP_REG_2], src_reg)); in bpf_jit_build_body()
771 EMIT(PPC_RAW_ADD(b2p[TMP_REG_2], b2p[TMP_REG_2], src_reg)); in bpf_jit_build_body()
/linux/arch/powerpc/kernel/
A Dmodule_64.c710 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h473 #define PPC_RAW_ADD(t, a, b) (PPC_INST_ADD | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro

Completed in 15 milliseconds