Lines Matching refs:FPUIP
5142 * Updates the FOP, FPU.CS and FPUIP registers.
5152 /** @todo x87.CS and FPUIP needs to be kept seperately. */
5155 /** @todo Testcase: making assumptions about how FPUIP and FPUDP are handled
5158 pFpuCtx->FPUIP = pCtx->eip | ((uint32_t)pCtx->cs.Sel << 4);
5163 pFpuCtx->FPUIP = pCtx->rip;
5446 * Stores a result in a FPU register, updates the FSW, FTW, FPUIP, FPUCS, and
5464 * Stores a result in a FPU register, updates the FSW, FTW, FPUIP, FPUCS, and
5483 * Stores a result in a FPU register, updates the FSW, FTW, FPUIP, FPUCS, FOP,
5504 * Stores a result in a FPU register, updates the FSW, FTW, FPUIP, FPUCS, FOP,
5527 * Updates the FOP, FPUIP, and FPUCS. For FNOP.
5589 * Updates the FSW, FOP, FPUIP, and FPUCS.
5604 * Updates the FSW, FOP, FPUIP, and FPUCS, then pops the stack.
5620 * Updates the FSW, FOP, FPUIP, FPUCS, FPUDP, and FPUDS.
5638 * Updates the FSW, FOP, FPUIP, and FPUCS, then pops the stack twice.
5655 * Updates the FSW, FOP, FPUIP, FPUCS, FPUDP, and FPUDS, then pops the stack.
8881 /** Only update the FOP, FPUIP, and FPUCS. (For FNOP.) */
8894 /** Updates the FSW, FOP, FPUIP, and FPUCS. */
8897 /** Updates the FSW with a constant value as well as FOP, FPUIP, and FPUCS. */
8900 /** Updates the FSW, FOP, FPUIP, FPUCS, FPUDP, and FPUDS. */
8903 /** Updates the FSW, FOP, FPUIP, and FPUCS, and then pops the stack. */
8906 /** Updates the FSW, FOP, FPUIP, FPUCS, FPUDP and FPUDS, and then pops the
8910 /** Updates the FSW, FOP, FPUIP, and FPUCS, and then pops the stack twice. */
8914 /** Raises a FPU stack underflow exception. Sets FPUIP, FPUCS and FOP. */
8917 /** Raises a FPU stack underflow exception. Sets FPUIP, FPUCS and FOP. Pops
8921 /** Raises a FPU stack underflow exception. Sets FPUIP, FPUCS, FOP, FPUDP and
8925 /** Raises a FPU stack underflow exception. Sets FPUIP, FPUCS, FOP, FPUDP and
8929 /** Raises a FPU stack underflow exception. Sets FPUIP, FPUCS and FOP. Pops
8934 * value onto the stack. Sets FPUIP, FPUCS and FOP. */
8938 * value onto the stack and replacing ST0. Sets FPUIP, FPUCS and FOP. */
8943 * FPUIP, FPUCS and FOP. */
8947 * FPUIP, FPUCS, FOP, FPUDP and FPUDS. */
10202 pOrgXState->x87.FPUIP = pDebugXState->x87.FPUIP;
10221 CHECK_XSTATE_FIELD(x87.FPUIP);