HomeSort by: relevance | last modified time | path
    Searched refs:REG_OFFSET (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
x86-gnu-nat.c 49 #define REG_OFFSET(reg) offsetof (struct i386_thread_state, reg)
53 /* At REG_OFFSET[N] is the offset to the thread_state_t location where
57 REG_OFFSET (rax), /* %rax */
58 REG_OFFSET (rbx), /* %rbx */
59 REG_OFFSET (rcx), /* %rcx */
60 REG_OFFSET (rdx), /* %rdx */
61 REG_OFFSET (rsi), /* %rsi */
62 REG_OFFSET (rdi), /* %rdi */
63 REG_OFFSET (rbp), /* %rbp */
64 REG_OFFSET (ursp), /* %rsp *
    [all...]
i386-bsd-nat.c 58 #define REG_OFFSET(member) offsetof (struct reg, member)
65 REG_OFFSET (r_eax),
66 REG_OFFSET (r_ecx),
67 REG_OFFSET (r_edx),
68 REG_OFFSET (r_ebx),
69 REG_OFFSET (r_esp),
70 REG_OFFSET (r_ebp),
71 REG_OFFSET (r_esi),
72 REG_OFFSET (r_edi),
73 REG_OFFSET (r_eip)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
i386-bsd-nat.c 58 #define REG_OFFSET(member) offsetof (struct reg, member)
65 REG_OFFSET (r_eax),
66 REG_OFFSET (r_ecx),
67 REG_OFFSET (r_edx),
68 REG_OFFSET (r_ebx),
69 REG_OFFSET (r_esp),
70 REG_OFFSET (r_ebp),
71 REG_OFFSET (r_esi),
72 REG_OFFSET (r_edi),
73 REG_OFFSET (r_eip)
    [all...]
i386-gnu-nat.c 43 #define REG_OFFSET(reg) offsetof (struct i386_thread_state, reg)
45 /* At REG_OFFSET[N] is the offset to the thread_state_t location where
47 static int reg_offset[] = variable
49 REG_OFFSET (eax), REG_OFFSET (ecx), REG_OFFSET (edx), REG_OFFSET (ebx),
50 REG_OFFSET (uesp), REG_OFFSET (ebp), REG_OFFSET (esi), REG_OFFSET (edi)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
amdgpu_dmub_dcn21.c 46 #define DMUB_SR(reg) REG_OFFSET(reg),
dmub_reg.h 39 #define REG_OFFSET(reg_name) (BASE(mm##reg_name##_BASE_IDX) + mm##reg_name)
amdgpu_dmub_dcn20.c 47 #define DMUB_SR(reg) REG_OFFSET(reg),
  /src/sys/arch/evbppc/nintendo/dev/
wiiufb.c 65 #define REG_OFFSET(d, r) ((d) * 0x800 + (r))
66 #define DGRPH_SWAP_CNTL(d) REG_OFFSET(d, 0x610c)
69 #define DCRTC_BLANK_CONTROL(d) REG_OFFSET(d, 0x6084)
71 #define DCUR_CONTROL(d) REG_OFFSET(d, 0x6400)
75 #define DCUR_SURFACE_ADDRESS(d) REG_OFFSET(d, 0x6408)
76 #define DCUR_SIZE(d) REG_OFFSET(d, 0x6410)
79 #define DCUR_POSITION(d) REG_OFFSET(d, 0x6414)
82 #define DCUR_HOT_SPOT(d) REG_OFFSET(d, 0x6418)
85 #define DCUR_UPDATE(d) REG_OFFSET(d, 0x6424)
  /src/sys/arch/hppa/gsc/
gsckbc.c 71 #define REG_OFFSET 0x100 /* Address Offset of the two ports */
264 if (bus_space_map(sc->sc_iot, ga->ga_hpa, REG_SZ + REG_OFFSET,
280 sc->sc_ioh = sc->sc_op->sc_ioh + REG_OFFSET;
  /src/external/gpl3/gcc/dist/gcc/
print-rtl.cc 587 if (maybe_ne (REG_OFFSET (in_rtx), 0))
590 print_poly_int (m_outfile, REG_OFFSET (in_rtx));
var-tracking.cc 51 REG_EXPR (reg) and offset is REG_OFFSET (reg). The linked list is used for
1888 if (!track_offset_p (REG_OFFSET (loc), &offset))
1893 /* Set the register to contain REG_EXPR (LOC), REG_OFFSET (LOC). */
1935 the register to contain REG_EXPR (LOC), REG_OFFSET (LOC). If
1988 if (clobber && track_offset_p (REG_OFFSET (loc), &offset))
5297 offset2 = REG_OFFSET (loc);
5398 poly_uint64 reg_offset = subreg_lowpart_offset (mode, GET_MODE (loc));
5400 reg_offset, mode);
5557 else if (track_loc_p (loc, expr, REG_OFFSET (loc),
6000 if (same_variable_part_p (src, REG_EXPR (loc), REG_OFFSET (loc))
    [all...]
rtl.h 2677 #define REG_OFFSET(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
emit-rtl.cc 1262 to the REG_OFFSET. */
1268 REG_OFFSET (reg) + offset);
1272 added to the REG_OFFSET. */
1291 with OFFSET added to the REG_OFFSET. */
  /src/external/gpl3/gcc.old/dist/gcc/
print-rtl.cc 583 if (maybe_ne (REG_OFFSET (in_rtx), 0))
586 print_poly_int (m_outfile, REG_OFFSET (in_rtx));
var-tracking.cc 51 REG_EXPR (reg) and offset is REG_OFFSET (reg). The linked list is used for
1898 if (!track_offset_p (REG_OFFSET (loc), &offset))
1903 /* Set the register to contain REG_EXPR (LOC), REG_OFFSET (LOC). */
1945 the register to contain REG_EXPR (LOC), REG_OFFSET (LOC). If
1998 if (clobber && track_offset_p (REG_OFFSET (loc), &offset))
5312 offset2 = REG_OFFSET (loc);
5413 poly_uint64 reg_offset = subreg_lowpart_offset (mode, GET_MODE (loc));
5415 reg_offset, mode);
5572 else if (track_loc_p (loc, expr, REG_OFFSET (loc),
6015 if (same_variable_part_p (src, REG_EXPR (loc), REG_OFFSET (loc))
    [all...]
rtl.h 2667 #define REG_OFFSET(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
emit-rtl.cc 1252 to the REG_OFFSET. */
1258 REG_OFFSET (reg) + offset);
1262 added to the REG_OFFSET. */
1281 with OFFSET added to the REG_OFFSET. */

Completed in 78 milliseconds