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

  /src/external/gpl3/gdb.old/dist/gdb/
arm-wince-tdep.c 90 ULONGEST this_instr; local
92 this_instr = read_memory_unsigned_integer (pc, 4, byte_order);
95 if ((this_instr & 0xfff00000) == 0xeb000000)
100 long offset = sign_extend (this_instr & 0x000fffff, 23) << 2;
arm-linux-tdep.c 878 unsigned long this_instr; local
884 this_instr = val;
886 unsigned long svc_operand = (0x00ffffff & this_instr);
923 unsigned long this_instr = local
926 unsigned long svc_operand = (0x00ffffff & this_instr);
  /src/external/gpl3/gdb/dist/gdb/
arm-wince-tdep.c 90 ULONGEST this_instr; local
92 this_instr = read_memory_unsigned_integer (pc, 4, byte_order);
95 if ((this_instr & 0xfff00000) == 0xeb000000)
100 long offset = sign_extend (this_instr & 0x000fffff, 23) << 2;
arm-linux-tdep.c 879 unsigned long this_instr; local
885 this_instr = val;
887 unsigned long svc_operand = (0x00ffffff & this_instr);
924 unsigned long this_instr = local
927 unsigned long svc_operand = (0x00ffffff & this_instr);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.c 651 unsigned long this_instr = 0; local
659 this_instr = self->ops->read_mem_uint (pc, 4, byte_order_for_code);
664 if (bits (this_instr, 28, 31) == INST_NV)
665 switch (bits (this_instr, 24, 27))
671 nextpc = BranchDest (pc, this_instr);
672 nextpc |= bit (this_instr, 24) << 1;
680 if (bits (this_instr, 12, 15) == 15)
684 else if (condition_true (bits (this_instr, 28, 31), status))
686 switch (bits (this_instr, 24, 27))
697 if (bits (this_instr, 12, 15) != 15
    [all...]
  /src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.c 748 unsigned long this_instr = 0; local
756 this_instr = self->ops->read_mem_uint (pc, 4, byte_order_for_code);
761 if (bits (this_instr, 28, 31) == INST_NV)
762 switch (bits (this_instr, 24, 27))
768 nextpc = BranchDest (pc, this_instr);
769 nextpc |= bit (this_instr, 24) << 1;
777 if (bits (this_instr, 12, 15) == 15)
781 else if (condition_true (bits (this_instr, 28, 31), status))
783 switch (bits (this_instr, 24, 27))
794 if (bits (this_instr, 12, 15) != 15
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 967 unsigned long this_instr; local
970 target_read_memory (pc, (unsigned char *) &this_instr, 4);
971 svc_operand = (0x00ffffff & this_instr);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 967 unsigned long this_instr; local
970 target_read_memory (pc, (unsigned char *) &this_instr, 4);
971 svc_operand = (0x00ffffff & this_instr);

Completed in 23 milliseconds