Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc1092 const ValueKind lowered_kind = needs_gp_pair ? kI32 : return_kind; in FinishCall() local
1093 const RegClass rc = reg_class_for(lowered_kind); in FinishCall()
1104 rc, lowered_kind, loc.AsRegister()); in FinishCall()
1112 return_slot * kSystemPointerSize, lowered_kind); in FinishCall()
1206 ValueKind lowered_kind = needs_gp_pair ? kI32 : return_kind; in MoveToReturnLocations() local
1207 StoreCallerFrameSlot(reg, -loc.AsCallerFrameSlot(), lowered_kind); in MoveToReturnLocations()
1224 ValueKind lowered_kind = needs_gp_pair ? kI32 : return_kind; in MoveToReturnLocations() local
1225 RegClass rc = reg_class_for(lowered_kind); in MoveToReturnLocations()

Completed in 4 milliseconds