Home
last modified time | relevance | path

Searched refs:use_u16 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h333 static constexpr bool use_u16 = kAfterMaxLiftoffRegCode <= 16; member in v8::internal::wasm::LiftoffRegList
334 static constexpr bool use_u32 = !use_u16 && kAfterMaxLiftoffRegCode <= 32;
336 use_u16, uint16_t,

Completed in 1 milliseconds