Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
dart::RegisterReader< FpuRegister, double > Struct Reference

#include <deopt_instructions.h>

Static Public Member Functions

static double Read (DeoptContext *context, FpuRegister reg)
 

Detailed Description

Definition at line 382 of file deopt_instructions.h.

Member Function Documentation

◆ Read()

static double dart::RegisterReader< FpuRegister, double >::Read ( DeoptContext context,
FpuRegister  reg 
)
inlinestatic

Definition at line 383 of file deopt_instructions.h.

383 {
384 return context->FpuRegisterValueAsDouble(reg);
385 }

The documentation for this struct was generated from the following file: