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

  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 147 NPX;
149 static NPX npx; variable
155 /* Store the contents of the NPX in the global variable `npx'. */
171 : "=m" (npx)
179 /* Reload the contents of the NPX from the global variable `npx'. */
184 asm ("frstor %0":"=m" (npx));
258 {0, 10}, /* 8 FP registers, from npx.reg[] *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 147 NPX;
149 static NPX npx; variable
155 /* Store the contents of the NPX in the global variable `npx'. */
171 : "=m" (npx)
179 /* Reload the contents of the NPX from the global variable `npx'. */
184 asm ("frstor %0":"=m" (npx));
258 {0, 10}, /* 8 FP registers, from npx.reg[] *
    [all...]

Completed in 31 milliseconds