Searched defs:LoadMem (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/lua/src/
H A Dlundump.c36 #define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size)) macro
38 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x))
39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size)
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1204 Node LoadMem(wasm::LocalType Type, MachineType MemType, Node Index, function in class:IceBuilder
1206 LOG(out << "LoadMem." << toIceType(MemType) << "(" << Index << "[" << Offset
/external/v8/src/compiler/
H A Dwasm-compiler.cc3195 Node* WasmGraphBuilder::LoadMem(wasm::ValueType type, MachineType memtype, function in class:v8::internal::compiler::WasmGraphBuilder

Completed in 223 milliseconds