wasm3-d ~master (2025-01-05T20:49:59.5401157)
Dub
Repo
op_f64_Load_f64_s
wasm3
binding
binding
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
@
system
nothrow static
const
(
void
)*
op_f64_Load_f64_s
(
void
**
_pc
,
uint
*
_sp
,
M3MemoryHeader
*
_mem
,
int
_r0
,
double
_fp0
)
Meta
Source
See Implementation
wasm3
binding
binding
aliases
IM3BacktraceFrame
IM3BacktraceInfo
IM3CodePage
IM3Compilation
IM3CompilationScope
IM3Environment
IM3FuncType
IM3Function
IM3Global
IM3ImportContext
IM3ImportInfo
IM3Memory
IM3Module
IM3OpInfo
IM3Operation
IM3Runtime
IM3TaggedValue
M3Compiler
M3RawCall
M3Result
M3SectionHandler
ModuleVisitor
bytes_t
c_m3Type_f32
c_m3Type_f64
c_m3Type_i32
c_m3Type_i64
c_m3Type_none
c_m3Type_unknown
cbytes_t
ccstr_t
code_t
cstr_t
cvptr_t
m3opcode_t
m3reg_t
m3ret_t
m3slot_t
m3stack_t
pc_t
voidptr_t
enums
M3ValueType
c_waOp_block
functions
AcquireCodePage
AcquireCodePageWithCapacity
AllocFuncType
AreFuncTypesEqual
CompileBlock
CompileBlockStatements
CompileFunction
CompileRawFunction
CountCodePages
EmitWord32
EmitWord64
EmitWord_impl
Environment_AddFuncType
Environment_Release
ForEachModule
FreeCodePages
FreeImportInfo
Function_FreeCompiledCode
Function_Release
GetEndCodePage
GetFuncTypeNumParams
GetFuncTypeNumResults
GetFuncTypeParamType
GetFuncTypeResultType
GetFunctionArgType
GetFunctionImportModuleName
GetFunctionNames
GetFunctionNumArgs
GetFunctionNumArgsAndLocals
GetFunctionNumReturns
GetFunctionReturnType
GetMaxUsedSlotPlusOne
GetOpInfo
GetPagePC
GetPageStartPC
InitRuntime
Is64BitType
IsFpType
IsIntType
Module_AddFunction
Module_AddGlobal
Module_GenerateNames
Module_GetFunction
Module_PreallocFunctions
NewCodePage
NormalizeType
NumFreeLines
PopCodePage
ProfileHit
PushCodePage
ReadLEB_i32
ReadLEB_i64
ReadLEB_i7
ReadLEB_u32
ReadLEB_u7
ReadLebSigned
ReadLebUnsigned
Read_f32
Read_f64
Read_opcode
Read_u32
Read_u64
Read_u8
Read_utf8
ReleaseCodePage
ReportError
ResizeMemory
Runtime_Release
SPrintArg
SPrintFunctionArgList
SPrintValue
SizeOfType
m3Error
m3_Abort
m3_Call
m3_CallArgv
m3_CallV
m3_CallVL
m3_CompileModule
m3_CopyMem
m3_FindFunction
m3_FindGlobal
m3_FreeEnvironment
m3_FreeModule
m3_FreeRuntime
m3_Free_Impl
m3_GetArgCount
m3_GetArgType
m3_GetBacktrace
m3_GetErrorInfo
m3_GetFunctionModule
m3_GetFunctionName
m3_GetGlobal
m3_GetGlobalType
m3_GetMemory
m3_GetMemorySize
m3_GetModuleName
m3_GetModuleRuntime
m3_GetResults
m3_GetResultsV
m3_GetResultsVL
m3_GetRetCount
m3_GetRetType
m3_GetTableFunction
m3_GetUserData
m3_GetWasiContext
m3_LinkLibC
m3_LinkRawFunction
m3_LinkRawFunctionEx
m3_LinkSpecTest
m3_LinkWASI
m3_LoadModule
m3_Malloc_Impl
m3_NewEnvironment
m3_NewRuntime
m3_ParseModule
m3_PrintM3Info
m3_PrintProfilerInfo
m3_PrintRuntimeInfo
m3_Realloc_Impl
m3_ResetErrorInfo
m3_RunStart
m3_SetCustomSectionHandler
m3_SetGlobal
m3_SetModuleName
m3_Yield
v_FindFunction
static functions
GetSingleRetType
IsFpRegisterSlotAlias
IsIntRegisterSlotAlias
IsRegisterAllocated
IsRegisterSlotAlias
IsStackPolymorphic
RunCode
rotl32
rotr32
static variables
c_m3RegisterUnallocated
c_slotUnused
c_waCompactTypes
c_waTypes
m3Err_argumentCountMismatch
m3Err_argumentTypeMismatch
m3Err_functionImportMissing
m3Err_functionLookupFailed
m3Err_functionStackOverflow
m3Err_functionStackUnderrun
m3Err_globaIndexOutOfBounds
m3Err_globalLookupFailed
m3Err_globalMemoryNotAllocated
m3Err_globalNotMutable
m3Err_globalTypeMismatch
m3Err_incompatibleWasmVersion
m3Err_invalidTypeId
m3Err_lebOverflow
m3Err_malformedFunctionSignature
m3Err_mallocFailed
m3Err_mallocFailedCodePage
m3Err_misorderedWasmSection
m3Err_missingCompiledCode
m3Err_missingUTF8
m3Err_moduleAlreadyLinked
m3Err_moduleNotLinked
m3Err_noCompiler
m3Err_none
m3Err_restrictedOpcode
m3Err_settingImmutableGlobal
m3Err_tooManyArgsRets
m3Err_tooManyMemorySections
m3Err_trapAbort
m3Err_trapDivisionByZero
m3Err_trapExit
m3Err_trapIndirectCallTypeMismatch
m3Err_trapIntegerConversion
m3Err_trapIntegerOverflow
m3Err_trapOutOfBoundsMemoryAccess
m3Err_trapStackOverflow
m3Err_trapTableElementIsNull
m3Err_trapTableIndexOutOfRange
m3Err_trapUnreachable
m3Err_typeCountMismatch
m3Err_typeMismatch
m3Err_unknownOpcode
m3Err_wasmMalformed
m3Err_wasmMemoryOverflow
m3Err_wasmMissingInitExpr
m3Err_wasmOverrun
m3Err_wasmSectionOverrun
m3Err_wasmSectionUnderrun
m3Err_wasmUnderrun
structs
M3BacktraceFrame
M3BacktraceInfo
M3CodeMappingPage
M3CodePage
M3CodePageHeader
M3Compilation
M3CompilationScope
M3DataSegment
M3Environment
M3ErrorInfo
M3FuncType
M3Function
M3Global
M3ImportContext
M3ImportInfo
M3Memory
M3MemoryHeader
M3MemoryInfo
M3Module
M3OpInfo
M3Runtime
M3TaggedValue
m3_wasi_context_t
unions
M3ValueUnion