Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc92 DCHECK(move_dst_regs_.is_empty()); in Execute()
184 if (move_dst_regs_.has(dst)) { in MoveRegister()
194 move_dst_regs_.set(dst); in MoveRegister()
266 LiftoffRegList move_dst_regs_; member
290 DCHECK(move_dst_regs_.has(dst)); in ClearExecutedMove()
291 move_dst_regs_.clear(dst); in ClearExecutedMove()
297 if (!move_dst_regs_.has(move->src)) return; in ClearExecutedMove()
305 for (LiftoffRegister dst : move_dst_regs_) { in ExecuteMoves()
307 if (!move_dst_regs_.has(dst)) continue; in ExecuteMoves()
315 while (!move_dst_regs_ in ExecuteMoves()
[all...]

Completed in 3 milliseconds