Lines Matching defs:NPX
147 NPX;
149 static NPX npx;
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[] */
268 {0, 2}, /* control word, from npx */
269 {4, 2}, /* status word, from npx */
270 {8, 2}, /* tag word, from npx */
271 {16, 2}, /* last FP exception CS from npx */
272 {12, 4}, /* last FP exception EIP from npx */
273 {24, 2}, /* last FP exception operand selector from npx */
274 {20, 4}, /* last FP exception operand offset from npx */
275 {18, 2} /* last FP opcode from npx */
542 i387_supply_fsave (regcache, regno, &npx);
558 i387_supply_fsave (regcache, -1, &npx);
571 i387_collect_fsave (regcache, regno, &npx);
587 i387_collect_fsave (regcache, -1, &npx);