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

  /src/external/gpl3/gdb/dist/gdb/
i386-fbsd-nat.c 112 char xmmregs[I387_SIZEOF_FXSAVE]; local
114 if (ptrace(PT_GETXMMREGS, pid, (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
117 i387_supply_fxsave (regcache, regnum, xmmregs);
195 char xmmregs[I387_SIZEOF_FXSAVE]; local
197 if (ptrace(PT_GETXMMREGS, pid, (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
200 i387_collect_fxsave (regcache, regnum, xmmregs);
202 if (ptrace (PT_SETXMMREGS, pid, (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
321 char xmmregs[I387_SIZEOF_FXSAVE];
324 (PTRACE_TYPE_ARG3) xmmregs, 0) == 0)
319 char xmmregs[I387_SIZEOF_FXSAVE]; local
i386-bsd-nat.c 164 char xmmregs[512];
168 (PTRACE_TYPE_ARG3) xmmregs, 0) == 0)
171 i387_supply_fxsave (regcache, -1, xmmregs);
212 char xmmregs[512];
216 (PTRACE_TYPE_ARG3) xmmregs, 0) == 0)
220 i387_collect_fxsave (regcache, regnum, xmmregs);
223 (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
162 char xmmregs[512]; local
210 char xmmregs[512]; local
  /src/external/gpl3/gdb.old/dist/gdb/
i386-fbsd-nat.c 112 char xmmregs[I387_SIZEOF_FXSAVE]; local
114 if (ptrace(PT_GETXMMREGS, pid, (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
117 i387_supply_fxsave (regcache, regnum, xmmregs);
195 char xmmregs[I387_SIZEOF_FXSAVE]; local
197 if (ptrace(PT_GETXMMREGS, pid, (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
200 i387_collect_fxsave (regcache, regnum, xmmregs);
202 if (ptrace (PT_SETXMMREGS, pid, (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
321 char xmmregs[I387_SIZEOF_FXSAVE];
324 (PTRACE_TYPE_ARG3) xmmregs, 0) == 0)
319 char xmmregs[I387_SIZEOF_FXSAVE]; local
i386-bsd-nat.c 164 char xmmregs[512];
168 (PTRACE_TYPE_ARG3) xmmregs, 0) == 0)
171 i387_supply_fxsave (regcache, -1, xmmregs);
212 char xmmregs[512];
216 (PTRACE_TYPE_ARG3) xmmregs, 0) == 0)
220 i387_collect_fxsave (regcache, regnum, xmmregs);
223 (PTRACE_TYPE_ARG3) xmmregs, 0) == -1)
162 char xmmregs[512]; local
210 char xmmregs[512]; local
  /src/sys/arch/i386/include/
reg.h 100 struct xmmregs { struct
103 __CTASSERT(sizeof(struct xmmregs) == 512);

Completed in 25 milliseconds