다음을 통해 공유


VfpExecuteInstruction (Compact 2013)

10/16/2014

This function executes a specified vector floating-point (VFP) instruction.

Syntax

BOOL VfpExecuteInstruction(
    DWORD dwInstr,
   PEXCEPTION_RECORD pExr,
   PCONTEXT pContext,
   DWORD* pdwReserved,
   BOOL fInKMode
);

Parameters

  • dwInstr
    [in] The instruction to execute.
  • pContext
    [in] Pointer to an ARM-specific thread context structure.
  • pdwReserved
    [out] Reserved for future use.
  • fInKMode
    [in] Indicates whether this function is in kernel mode.

Return Value

Returns true if the instruction was successfully executed; otherwise, false.

See Also

Reference

Coprocessor Reference