Searched refs:arc_pv_get_operand (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-tdep.c1089 arc_pv_get_operand (pv_t *regs, const struct arc_instruction &insn, int operand) function
1162 pv_t store_value = arc_pv_get_operand (regs, insn, 0);
1210 regs[dst_regnum] = arc_pv_get_operand (regs, insn, 1);
1223 regs[dst_regnum] = pv_subtract (arc_pv_get_operand (regs, insn, 1),
1224 arc_pv_get_operand (regs, insn, 2));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darc-tdep.c1073 arc_pv_get_operand (pv_t *regs, const struct arc_instruction &insn, int operand) function
1146 pv_t store_value = arc_pv_get_operand (regs, insn, 0);
1194 regs[dst_regnum] = arc_pv_get_operand (regs, insn, 1);
1207 regs[dst_regnum] = pv_subtract (arc_pv_get_operand (regs, insn, 1),
1208 arc_pv_get_operand (regs, insn, 2));

Completed in 141 milliseconds