Home
last modified time | relevance | path

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

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