HomeSort by: relevance | last modified time | path
    Searched refs:registers (Results 1 - 25 of 455) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/moxie/
moxie-sim.h 27 vector of registers. The internal simulator engine then uses
29 unsigned_word registers[19]; member in struct:moxie_sim_cpu
  /src/external/gpl3/gdb.old/dist/sim/moxie/
moxie-sim.h 27 vector of registers. The internal simulator engine then uses
29 unsigned_word registers[19]; member in struct:moxie_sim_cpu
  /src/external/gpl3/gdb/dist/gdb/stubs/
sparc-stub.c 49 * g return the value of the CPU registers hex data or ENN
50 * G set the value of the CPU registers OK or ENN
108 /* Number of bytes of registers. */
182 std %l0, [%sp + 0 * 4] ! save L & I registers
209 ! + registers[72] local var
211 std %g0, [%sp + (24 + 0) * 4] ! registers[Gx]
216 std %i0, [%sp + (24 + 8) * 4] ! registers[Ox]
236 add %sp, 24 * 4, %o0 ! Pass address of registers
238 ! Reload all of the registers that aren't on the stack
240 ld [%sp + (24 + 1) * 4], %g1 ! registers[Gx
    [all...]
m32r-stub.c 57 * g return the value of the CPU registers hex data or ENN
58 * G set the value of the CPU registers OK or ENN
118 /* Number of bytes of registers. */
153 static int registers[NUMREGS]; variable
226 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0);
242 ptr = mem2hex ((unsigned char *) &registers[PC], ptr, 4, 0); /* PC */
248 ptr = mem2hex ((unsigned char *) &registers[R13], ptr, 4, 0); /* FP */
254 ptr = mem2hex ((unsigned char *) &registers[R15], ptr, 4, 0); /* SP */
260 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0);
261 switch (registers[R0]
    [all...]
i386-stub.c 57 * g return the value of the CPU registers hex data or ENN
58 * G set the value of the CPU registers OK or ENN
116 /* Number of registers. */
119 /* Number of bytes of registers. */
130 int registers[NUMREGS]; variable
142 /* Restore the program's registers (including the stack pointer, which
179 /* GDB stores segment registers in 32-bit words (that's just the way
180 m-i386v.h is written). So zero the appropriate areas in registers. */
221 /* OK to clobber temp registers; we're just going to end up in set_mem_err. */
580 that the compiler won't save any registers (if there is a faul
    [all...]
m68k-stub.c 73 * g return the value of the CPU registers hex data or ENN
74 * G set the value of the CPU registers OK or ENN
143 /* there are 180 bytes of registers on a 68020 w/68881 */
144 /* many of the fpa registers are 12 byte (96 bit) registers */
159 fsave data part of the registers which GDB deals with like any
160 other registers. This should not be a performance problem if the
161 ability to read individual registers is added to the protocol. */
183 int registers[NUMREGBYTES/4];
325 moveml d0-d7/a0-a6,_registers /* save registers */
182 int registers[NUMREGBYTES\/4]; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
sparc-stub.c 49 * g return the value of the CPU registers hex data or ENN
50 * G set the value of the CPU registers OK or ENN
108 /* Number of bytes of registers. */
182 std %l0, [%sp + 0 * 4] ! save L & I registers
209 ! + registers[72] local var
211 std %g0, [%sp + (24 + 0) * 4] ! registers[Gx]
216 std %i0, [%sp + (24 + 8) * 4] ! registers[Ox]
236 add %sp, 24 * 4, %o0 ! Pass address of registers
238 ! Reload all of the registers that aren't on the stack
240 ld [%sp + (24 + 1) * 4], %g1 ! registers[Gx
    [all...]
m32r-stub.c 57 * g return the value of the CPU registers hex data or ENN
58 * G set the value of the CPU registers OK or ENN
118 /* Number of bytes of registers. */
153 static int registers[NUMREGS]; variable
226 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0);
242 ptr = mem2hex ((unsigned char *) &registers[PC], ptr, 4, 0); /* PC */
248 ptr = mem2hex ((unsigned char *) &registers[R13], ptr, 4, 0); /* FP */
254 ptr = mem2hex ((unsigned char *) &registers[R15], ptr, 4, 0); /* SP */
260 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0);
261 switch (registers[R0]
    [all...]
i386-stub.c 57 * g return the value of the CPU registers hex data or ENN
58 * G set the value of the CPU registers OK or ENN
116 /* Number of registers. */
119 /* Number of bytes of registers. */
130 int registers[NUMREGS]; variable
142 /* Restore the program's registers (including the stack pointer, which
179 /* GDB stores segment registers in 32-bit words (that's just the way
180 m-i386v.h is written). So zero the appropriate areas in registers. */
221 /* OK to clobber temp registers; we're just going to end up in set_mem_err. */
580 that the compiler won't save any registers (if there is a faul
    [all...]
m68k-stub.c 73 * g return the value of the CPU registers hex data or ENN
74 * G set the value of the CPU registers OK or ENN
143 /* there are 180 bytes of registers on a 68020 w/68881 */
144 /* many of the fpa registers are 12 byte (96 bit) registers */
159 fsave data part of the registers which GDB deals with like any
160 other registers. This should not be a performance problem if the
161 ability to read individual registers is added to the protocol. */
183 int registers[NUMREGBYTES/4];
325 moveml d0-d7/a0-a6,_registers /* save registers */
182 int registers[NUMREGBYTES\/4]; variable
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
riscv-none-tdep.c 35 Registers x1 to x31 are in the same place. */
92 = new struct regcache_map_entry[feature_csr->registers.size() + 1];
93 for (auto &csr : feature_csr->registers)
137 if (feature_csr != nullptr && feature_csr->registers.size () > 0)
141 (feature_csr->registers.size() * riscv_isa_xlen (gdbarch)),
142 (feature_csr->registers.size() * riscv_isa_xlen (gdbarch)),
157 /* Iterate over registers for reading and writing bare metal RISC-V core
  /src/external/gpl3/gdb.old/dist/gdb/
riscv-none-tdep.c 35 Registers x1 to x31 are in the same place. */
92 = new struct regcache_map_entry[feature_csr->registers.size() + 1];
93 for (auto &csr : feature_csr->registers)
137 if (feature_csr != nullptr && feature_csr->registers.size () > 0)
141 (feature_csr->registers.size() * riscv_isa_xlen (gdbarch)),
142 (feature_csr->registers.size() * riscv_isa_xlen (gdbarch)),
157 /* Iterate over registers for reading and writing bare metal RISC-V core
  /src/sys/arch/m68k/m68k/
switch_subr.s 62 * registers are available for use.
67 * All registers except %d0, %d1 and %a0 must be preserved across
96 moveml %d2-%d7/%a2-%a7,PCB_REGS(%a1) | save non-scratch registers
116 fmovem %fp0-%fp7,FPF_REGS(%a2) | save FP general registers
117 fmovem %fpcr/%fpsr/%fpi,FPF_FPCR(%a2) | save FP control registers
126 fmovem %fp0-%fp7,FPF_REGS(%a2) | save FP general registers
127 fmovem %fpcr,FPF_FPCR(%a2) | save FP control registers
165 moveml PCB_REGS(%a1),%d2-%d7/%a2-%a7 | restore registers
186 fmovem FPF_FPCR(%a0),%fpcr/%fpsr/%fpi | restore FP control registers
187 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general registers
    [all...]
  /src/sys/lib/libunwind/
DwarfInstructions.hpp 21 #include "Registers.hpp"
54 const R &registers) {
56 return registers.getRegister(prolog.cfaRegister) +
59 return evaluateExpression(prolog.cfaExpression, addressSpace, registers,
68 A &addressSpace, const R &registers, pint_t cfa,
76 evaluateExpression(savedReg.value, addressSpace, registers, cfa));
79 return evaluateExpression(savedReg.value, addressSpace, registers, cfa);
82 return registers.getRegister(savedReg.value);
94 A &addressSpace, const R &registers, pint_t cfa,
101 return evaluateExpression(savedReg.value, addressSpace, registers, cfa)
    [all...]
libunwind.cxx 194 NativeUnwindRegisters registers; local
195 ThisUnwindCursor cursor1(registers, sThisAddressSpace);
196 ThisUnwindCursor cursor2(registers, sThisAddressSpace);
213 NativeUnwindRegisters registers; local
214 ThisUnwindCursor cursor(registers, sThisAddressSpace);
224 NativeUnwindRegisters registers; local
225 ThisUnwindCursor cursor(registers, sThisAddressSpace);
301 NativeUnwindRegisters registers; local
302 ThisUnwindCursor cursor(registers, sThisAddressSpace);
327 NativeUnwindRegisters registers; local
339 NativeUnwindRegisters registers; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
s390.inc 9 # back chain, and space for the callee to save its registers.
39 # Save all the callee-saves registers. What the heck.
53 # Restore all our registers. This also pops the frame, and
s390x.inc 9 # back chain, and space for the callee to save its registers.
32 # Save all the callee-saves registers. What the heck.
46 # Restore all our registers. This also pops the frame, and
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
s390.inc 9 # back chain, and space for the callee to save its registers.
39 # Save all the callee-saves registers. What the heck.
53 # Restore all our registers. This also pops the frame, and
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
t-dbt.s 12 ;;; Blat our DMAP registers so that they point at on-chip imem
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
t-dbt.s 12 ;;; Blat our DMAP registers so that they point at on-chip imem
  /src/external/gpl3/gdb/dist/gdbserver/
regcache.cc 54 /* Invalidate all registers, to prevent stale left-overs. */
124 created, in case there are registers the target never
128 regcache->registers
142 regcache->registers = regbuf;
172 free (regcache->registers);
187 memcpy (this->registers, src->registers, src->tdesc->registers_size);
212 unsigned char *registers = regcache->registers; local
219 bin2hex (registers, buf, register_size (tdesc, i))
236 unsigned char *registers = regcache->registers; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
regcache.cc 56 /* Invalidate all registers, to prevent stale left-overs. */
126 created, in case there are registers the target never
130 regcache->registers
144 regcache->registers = regbuf;
174 free (regcache->registers);
189 memcpy (dst->registers, src->registers, src->tdesc->registers_size);
214 unsigned char *registers = regcache->registers; local
221 bin2hex (registers, buf, register_size (tdesc, i))
238 unsigned char *registers = regcache->registers; local
    [all...]
  /src/lib/libc/compat/arch/vax/sys/
compat___sigtramp2.S 31 * Signal trampoline; registers when called:
49 pushr $(R0|R1|R2|R3|R4|R5) # save scratch registers
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
premature-dummy-frame-removal.py 42 pc_desc = pending_frame.architecture().registers().find("pc")
45 sp_desc = pending_frame.architecture().registers().find("sp")
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-unwind-user-regs.py 45 pc_desc = pending_frame.architecture().registers().find("pc")
48 sp_desc = pending_frame.architecture().registers().find("sp")

Completed in 104 milliseconds

1 2 3 4 5 6 7 8 91011>>