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

  /src/external/gpl3/gdb.old/dist/gdb/
cris-tdep.c 1017 unsigned short insn_next; local
1056 insn_next = read_memory_unsigned_integer (pc, 2, byte_order);
1058 regno = cris_get_operand2 (insn_next);
1065 if (insn_next == 0xBE7E)
1072 else if (insn_next == 0x8FEE)
1120 insn_next = read_memory_unsigned_integer (pc, 2, byte_order);
1122 if (cris_get_mode (insn_next) == PREFIX_ASSIGN_MODE
1123 && cris_get_opcode (insn_next) == 0x000F
1124 && cris_get_size (insn_next) == 0x0003
1125 && cris_get_operand1 (insn_next) == gdbarch_sp_regnu
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
cris-tdep.c 1017 unsigned short insn_next; local
1056 insn_next = read_memory_unsigned_integer (pc, 2, byte_order);
1058 regno = cris_get_operand2 (insn_next);
1065 if (insn_next == 0xBE7E)
1072 else if (insn_next == 0x8FEE)
1120 insn_next = read_memory_unsigned_integer (pc, 2, byte_order);
1122 if (cris_get_mode (insn_next) == PREFIX_ASSIGN_MODE
1123 && cris_get_opcode (insn_next) == 0x000F
1124 && cris_get_size (insn_next) == 0x0003
1125 && cris_get_operand1 (insn_next) == gdbarch_sp_regnu
    [all...]

Completed in 192 milliseconds