Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgap-resolver.cc17 #define REP_BIT(rep) (1 << static_cast<int>(rep)) macro
19 const int kFloat32Bit = REP_BIT(MachineRepresentation::kFloat32);
20 const int kFloat64Bit = REP_BIT(MachineRepresentation::kFloat64);
100 REP_BIT(LocationOperand::cast(move->destination()).representation()); in Resolve()