Searched refs:REP_BIT (Results 1 – 1 of 1) sorted by relevance
16 #define REP_BIT(rep) (1 << static_cast<int>(rep)) macro18 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()