Home
last modified time | relevance | path

Searched refs:MemorySize (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp90 #define TestFstpSt(Size, MemorySize, Type) \ in TEST_F() argument
92 const uint32_t T1 = allocate##MemorySize(); \ in TEST_F()
94 const uint32_t T2 = allocate##MemorySize(); \ in TEST_F()
96 const uint32_t T3 = allocate##MemorySize(); \ in TEST_F()
98 const uint32_t T4 = allocate##MemorySize(); \ in TEST_F()
100 const uint32_t T5 = allocate##MemorySize(); \ in TEST_F()
102 const uint32_t T6 = allocate##MemorySize(); \ in TEST_F()
104 const uint32_t T7 = allocate##MemorySize(); \ in TEST_F()
107 const uint32_t N7 = allocate##MemorySize(); \ in TEST_F()
109 const uint32_t N6 = allocate##MemorySize(); \ in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h39 uint32_t MemorySize; // Memory size in bytes member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h205 uint32_t MemorySize; member
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h177 CASE_OP(MemorySize, "memory.size") in OpcodeName()
Dwasm-opcodes.h115 V(MemorySize, 0x3f, i_v) \
Dfunction-body-decoder-impl.h3297 DECODE(MemorySize) {
3567 DECODE_IMPL(MemorySize);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
DWasmEmitter.cpp159 encodeULEB128(Section.MemorySize, OS); in writeSectionContent()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1236 ULONG MemorySize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp330 DylinkInfo.MemorySize = readVaruint32(Ctx); in parseDylinkSection()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2854 LOAD_INSTANCE_FIELD(mem_size.gp(), MemorySize, kSystemPointerSize, pinned); in BoundsCheckMem()
3204 LOAD_INSTANCE_FIELD(mem_size, MemorySize, kSystemPointerSize, {}); in CurrentMemoryPages()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc795 LOAD_INSTANCE_FIELD_NO_ELIMINATION(MemorySize, MachineType::UintPtr()); in StackCheck()
3531 LOAD_INSTANCE_FIELD_NO_ELIMINATION(MemorySize, MachineType::UintPtr()); in InitInstanceCache()