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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-tdep.c311 arc_insn_get_operand_value (const struct arc_instruction &insn, function
332 /* Like arc_insn_get_operand_value, but returns a signed value. */
401 CORE_ADDR value = arc_insn_get_operand_value (insn, 2);
424 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
430 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
461 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 2);
470 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 0);
480 return arc_insn_get_operand_value (insn, 0);
551 pulongest (arc_insn_get_operand_value (insn, i)));
1094 return pv_constant (arc_insn_get_operand_value (ins
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darc-tdep.c312 arc_insn_get_operand_value (const struct arc_instruction &insn, function
333 /* Like arc_insn_get_operand_value, but returns a signed value. */
402 CORE_ADDR value = arc_insn_get_operand_value (insn, 2);
425 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
431 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
462 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 2);
471 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 0);
481 return arc_insn_get_operand_value (insn, 0);
552 pulongest (arc_insn_get_operand_value (insn, i)));
1078 return pv_constant (arc_insn_get_operand_value (ins
[all...]

Completed in 259 milliseconds