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

  /src/external/gpl3/binutils/dist/opcodes/
microblaze-dis.c 241 unsigned long inst, prev_inst; local
261 prev_inst = read_insn_microblaze (prev_insn_addr, info, &pop);
262 if (prev_inst == 0)
266 immval = (get_int_field_imm (prev_inst) << 16) & 0xffff0000;
  /src/external/gpl3/binutils.old/dist/opcodes/
microblaze-dis.c 241 unsigned long inst, prev_inst; local
261 prev_inst = read_insn_microblaze (prev_insn_addr, info, &pop);
262 if (prev_inst == 0)
266 immval = (get_int_field_imm (prev_inst) << 16) & 0xffff0000;
  /src/external/gpl3/gdb/dist/opcodes/
microblaze-dis.c 241 unsigned long inst, prev_inst; local
261 prev_inst = read_insn_microblaze (prev_insn_addr, info, &pop);
262 if (prev_inst == 0)
266 immval = (get_int_field_imm (prev_inst) << 16) & 0xffff0000;
  /src/external/gpl3/gdb.old/dist/opcodes/
microblaze-dis.c 241 unsigned long inst, prev_inst; local
261 prev_inst = read_insn_microblaze (prev_insn_addr, info, &pop);
262 if (prev_inst == 0)
266 immval = (get_int_field_imm (prev_inst) << 16) & 0xffff0000;
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 2489 mips16_get_imm (unsigned short prev_inst, /* previous instruction */
2497 if ((prev_inst & 0xf800) == 0xf000) /* prev instruction was EXTEND? */
2499 offset = ((prev_inst & 0x1f) << 11) | (prev_inst & 0x7e0);
2538 unsigned short prev_inst = 0; /* saved copy of previous instruction. */ local
2573 prev_inst = inst;
2596 offset = mips16_get_imm (prev_inst, inst, 8, 8, 1);
2607 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
2613 offset = mips16_get_imm (prev_inst, inst, 5, 8, 0);
2619 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 2493 mips16_get_imm (unsigned short prev_inst, /* previous instruction */
2501 if ((prev_inst & 0xf800) == 0xf000) /* prev instruction was EXTEND? */
2503 offset = ((prev_inst & 0x1f) << 11) | (prev_inst & 0x7e0);
2542 unsigned short prev_inst = 0; /* saved copy of previous instruction. */ local
2577 prev_inst = inst;
2600 offset = mips16_get_imm (prev_inst, inst, 8, 8, 1);
2611 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
2617 offset = mips16_get_imm (prev_inst, inst, 5, 8, 0);
2623 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0)
    [all...]

Completed in 48 milliseconds