Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc63 MachineRepresentation other_rep1, other_rep2; in ContainsOpOrAlias() local
66 other_rep1 = MachineRepresentation::kFloat64; in ContainsOpOrAlias()
70 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
74 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
83 config->GetAliases(rep, loc.register_code(), other_rep1, &base); in ContainsOpOrAlias()
86 if (Contains(AllocatedOperand(LocationOperand::REGISTER, other_rep1, in ContainsOpOrAlias()