Home
last modified time | relevance | path

Searched refs:wasmtype (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h595 wasm::ValueType wasmtype = wasm::kWasmVoid);
597 wasm::ValueType wasmtype = wasm::kWasmVoid);
Dwasm-compiler.cc1635 Node* node, MachineRepresentation mem_rep, wasm::ValueType wasmtype) { in BuildChangeEndiannessStore() argument
1639 int valueSizeInBytes = wasmtype.value_kind_size(); in BuildChangeEndiannessStore()
1643 switch (wasmtype.kind()) { in BuildChangeEndiannessStore()
1669 if (wasmtype == wasm::kWasmI64 && mem_rep < MachineRepresentation::kWord64) { in BuildChangeEndiannessStore()
1678 } else if (wasmtype == wasm::kWasmI32 && in BuildChangeEndiannessStore()
1736 switch (wasmtype.kind()) { in BuildChangeEndiannessStore()
1753 wasm::ValueType wasmtype) { in BuildChangeEndiannessLoad() argument
1864 if (wasmtype == wasm::kWasmI64) { in BuildChangeEndiannessLoad()
1869 } else if (wasmtype == wasm::kWasmI32) { in BuildChangeEndiannessLoad()
1875 } else if (wasmtype == wasm::kWasmI64 && valueSizeInBits < 64) { in BuildChangeEndiannessLoad()