HomeSort by relevance Sort by last modified time
    Searched refs:GPR (Results 26 - 42 of 42) sorted by null

12

  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_x86_64.cpp 221 gpr(),
238 #define GPR_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::GPR, reg))
239 #define FPU_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::FPU, reg) + sizeof (RegisterContextDarwin_x86_64::GPR))
240 #define EXC_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::EXC, reg) + sizeof (RegisterContextDarwin_x86_64::GPR) + sizeof (RegisterContextDarwin_x86_64::FPU))
246 #define DEFINE_GPR(reg, alt) #reg, alt, sizeof(((RegisterContextDarwin_x86_64::GPR *)NULL)->reg), GPR_OFFSET(reg), eEncodingUint, eFormatHex
251 #define REG_CONTEXT_SIZE (sizeof (RegisterContextDarwin_x86_64::GPR) + sizeof (RegisterContextDarwin_x86_64::FPU) + sizeof (RegisterContextDarwin_x86_64::EXC))
445 { "General Purpose Registers", "gpr", k_num_gpr_registers, g_gpr_regnums, },
494 log->Printf("%12s = 0x%16.16" PRIx64, g_register_infos[reg].name, (&gpr.rax)[reg]);
505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr));
541 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr));
    [all...]
RegisterContextDarwin_arm.cpp 175 gpr(),
194 #define FPU_OFFSET(idx) ((idx) * 4 + sizeof (RegisterContextDarwin_arm::GPR))
195 #define EXC_OFFSET(idx) ((idx) * 4 + sizeof (RegisterContextDarwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU))
196 #define DBG_OFFSET(reg) ((LLVM_EXTENSION offsetof (RegisterContextDarwin_arm::DBG, reg) + sizeof (RegisterContextDarwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU) + sizeof (RegisterContextDarwin_arm::EXC)))
199 #define REG_CONTEXT_SIZE (sizeof (RegisterContextDarwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU) + sizeof (RegisterContextDarwin_arm::EXC))
452 { "General Purpose Registers", "gpr", k_num_gpr_registers, g_gpr_regnums, },
496 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr));
543 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr));
667 value.SetUInt32 (gpr.r[reg - gpr_r0]);
760 gpr.r[reg - gpr_r0] = value.GetAsUInt32()
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_i386.cpp 144 { "General Purpose Registers", "gpr", k_num_gpr_registers, g_gpr_regnums },
148 // Computes the offset of the given GPR in the user data area.
151 offsetof(RegisterContext_i386::GPR, regname))
158 // Number of bytes needed to represent a GPR.
159 #define GPR_SIZE(reg) sizeof(((RegisterContext_i386::GPR*)NULL)->reg)
RegisterContext_x86_64.cpp 287 { "General Purpose Registers", "gpr", k_num_gpr_registers, g_gpr_regnums },
301 // Number of bytes needed to represent a i386 GPR
302 #define GPR_i386_SIZE(reg) sizeof(((RegisterContext_i386::GPR*)NULL)->reg)
469 return reg <= k_last_gpr; // GPR's come first.
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 1023 /*--- gpr registers ---*/
1026 /* Return the guest state offset of a gpr register. */
1055 /* Return the guest state offset of word #0 of a gpr register. */
1062 /* Write word #0 of a gpr to the guest state. */
1071 /* Read word #0 of a gpr register. */
1078 /* Return the guest state offset of double word #0 of a gpr register. */
1085 /* Write double word #0 of a gpr to the guest state. */
1094 /* Read double word #0 of a gpr register. */
1101 /* Return the guest state offset of half word #1 of a gpr register. */
1108 /* Write half word #1 of a gpr to the guest state. *
    [all...]
  /bionic/libc/kernel/uapi/sound/
emu10k1.h 86 #define GPR(x) (FXGPREGBASE + (x))
292 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_gpr
306 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
268 unsigned int gpr_controls; /* count of GPR controls */
280 unsigned int count; /* count of GPR (1..16) */
281 unsigned short gpr[32]; /* GPR number(s) */ member in struct:snd_emu10k1_fx8010_control_gpr
294 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
307 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
308 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */
310 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
311 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 87 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
251 unsigned int gpr_controls; /* count of GPR controls */
277 unsigned int count; /* count of GPR (1..16) */
278 unsigned short gpr[32]; /* GPR number(s) */ member in struct:__anon46304
292 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
293 emu10k1_fx8010_control_gpr_t *gpr_add_controls; /* GPR controls to add/replace */
295 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
296 emu10k1_ctl_elem_id_t *gpr_del_controls; /* IDs of GPR controls to remove */
298 unsigned int gpr_list_control_count; /* count of GPR controls to list *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
emu10k1.h 91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
266 unsigned int gpr_controls; /* count of GPR controls */
278 unsigned int count; /* count of GPR (1..16) */
279 unsigned short gpr[32]; /* GPR number(s) */ member in struct:snd_emu10k1_fx8010_control_gpr
292 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
305 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
306 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */
308 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
309 struct snd_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
emu10k1.h 87 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
251 unsigned int gpr_controls; /* count of GPR controls */
277 unsigned int count; /* count of GPR (1..16) */
278 unsigned short gpr[32]; /* GPR number(s) */ member in struct:__anon48040
292 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
293 emu10k1_fx8010_control_gpr_t *gpr_add_controls; /* GPR controls to add/replace */
295 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
296 emu10k1_ctl_elem_id_t *gpr_del_controls; /* IDs of GPR controls to remove */
298 unsigned int gpr_list_control_count; /* count of GPR controls to list *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
emu10k1.h 91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
266 unsigned int gpr_controls; /* count of GPR controls */
278 unsigned int count; /* count of GPR (1..16) */
279 unsigned short gpr[32]; /* GPR number(s) */ member in struct:snd_emu10k1_fx8010_control_gpr
292 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
305 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
306 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */
308 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
309 struct snd_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove *
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-save.s 6 @ The .save directive records the GPR registers which are pushed to the
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 92 (&gpr.rax)[i] = data.GetU64(&offset);
126 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
144 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
200 (&gpr.eax)[i] = data.GetU32(&offset);
234 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
252 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 146 return m_state.context.gpr.__pc;
157 m_state.context.gpr.__pc = value;
168 return m_state.context.gpr.__sp;
182 kern_return_t kret = ::thread_get_state(m_thread->MachPortNumber(), ARM_THREAD_STATE, (thread_state_t)&m_state.context.gpr, &count);
183 uint32_t *r = &m_state.context.gpr.__r[0];
184 DNBLogThreadedIf(LOG_THREAD, "thread_get_state(0x%4.4x, %u, &gpr, %u) => 0x%8.8x (count = %u) regs r0=%8.8x r1=%8.8x r2=%8.8x r3=%8.8x r4=%8.8x r5=%8.8x r6=%8.8x r7=%8.8x r8=%8.8x r9=%8.8x r10=%8.8x r11=%8.8x s12=%8.8x sp=%8.8x lr=%8.8x pc=%8.8x cpsr=%8.8x",
225 DNBLogThreaded ("thread_get_state(0x%4.4x, %u, &gpr, %u) => 0x%8.8x (count => %u)",
290 kern_return_t kret = ::thread_set_state(m_thread->MachPortNumber(), ARM_THREAD_STATE, (thread_state_t)&m_state.context.gpr, ARM_THREAD_STATE_COUNT);
482 if (m_state.context.gpr.__pc == m_hw_single_chained_step_addr)
506 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__)
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 282 return m_state.context.gpr.__eip;
293 m_state.context.gpr.__eip = value;
304 return m_state.context.gpr.__esp;
310 //#define SET_GPR(reg) m_state.context.gpr.__##reg = gpr_##reg
337 m_state.SetError(e_regSetGPR, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_THREAD_STATE, (thread_state_t)&m_state.context.gpr, &count));
518 m_state.SetError(e_regSetGPR, Write, ::thread_set_state(m_thread->MachPortNumber(), __i386_THREAD_STATE, (thread_state_t)&m_state.context.gpr, e_regSetWordSizeGPR));
662 if (m_state.context.gpr.__eip > 0)
664 m_state.context.gpr.__eip = pc;
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 124 return m_state.context.gpr.__rip;
135 m_state.context.gpr.__rip = value;
146 return m_state.context.gpr.__rsp;
159 m_state.context.gpr.__rax = ('a' << 8) + 'x';
160 m_state.context.gpr.__rbx = ('b' << 8) + 'x';
161 m_state.context.gpr.__rcx = ('c' << 8) + 'x';
162 m_state.context.gpr.__rdx = ('d' << 8) + 'x';
163 m_state.context.gpr.__rdi = ('d' << 8) + 'i';
164 m_state.context.gpr.__rsi = ('s' << 8) + 'i';
165 m_state.context.gpr.__rbp = ('b' << 8) + 'p'
    [all...]

Completed in 589 milliseconds

12