Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc564 const bool need_pair = kNeedI64RegPair && return_type == kWasmI64; in FinishCall() local
565 DCHECK_EQ(need_pair ? 2 : 1, call_descriptor->ReturnCount()); in FinishCall()
566 RegClass rc = need_pair ? kGpReg : reg_class_for(return_type); in FinishCall()
570 if (need_pair) { in FinishCall()