Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgap-resolver.cc25 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() argument
33 DCHECK_NE(smaller_rep, dst_rep); in Split()
38 1 << (ElementSizeLog2Of(dst_rep) - ElementSizeLog2Of(smaller_rep)); in Split()
42 dst_rep, 0, smaller_rep, &base)); in Split()
45 int slot_size = (1 << ElementSizeLog2Of(smaller_rep)) / kPointerSize; in Split()
66 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split()
67 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
72 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
73 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()