HomeSort by: relevance | last modified time | path
    Searched defs:arc_insn_get_operand_value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arc-tdep.c 313 arc_insn_get_operand_value (const struct arc_instruction &insn, function
334 /* Like arc_insn_get_operand_value, but returns a signed value. */
403 CORE_ADDR value = arc_insn_get_operand_value (insn, 2);
426 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
432 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
463 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 2);
482 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 0);
492 return arc_insn_get_operand_value (insn, 0);
563 pulongest (arc_insn_get_operand_value (insn, i)));
1089 return pv_constant (arc_insn_get_operand_value (insn, operand))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arc-tdep.c 313 arc_insn_get_operand_value (const struct arc_instruction &insn, function
334 /* Like arc_insn_get_operand_value, but returns a signed value. */
403 CORE_ADDR value = arc_insn_get_operand_value (insn, 2);
426 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
432 ULONGEST reg_value = arc_insn_get_operand_value (insn, 0);
463 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 2);
482 CORE_ADDR pcrel_addr = arc_insn_get_operand_value (insn, 0);
492 return arc_insn_get_operand_value (insn, 0);
563 pulongest (arc_insn_get_operand_value (insn, i)));
1089 return pv_constant (arc_insn_get_operand_value (insn, operand))
    [all...]

Completed in 23 milliseconds