Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-register.h31 static inline constexpr bool needs_reg_pair(ValueType type) { in needs_reg_pair() function
37 return needs_reg_pair(type) // i64 on 32 bit in reg_class_for()
Dliftoff-compiler.cc231 const int num_lowered_params = 1 + needs_reg_pair(type); in CollectReservedRegsForParameters()
254 const int num_lowered_params = 1 + needs_reg_pair(type); in ProcessParameter()