Searched refs:RepresentationBit (Results 1 – 6 of 6) sorted by relevance
109 fp_reps |= RepresentationBit( in Resolve()127 if ((fp_reps & RepresentationBit(MachineRepresentation::kFloat32)) != 0) { in Resolve()135 if ((fp_reps & RepresentationBit(MachineRepresentation::kFloat64)) != 0) { in Resolve()
42 fp_reps_ |= RepresentationBit(LocationOperand::cast(op).representation()); in InsertOp()60 if (!HasMixedFPReps(fp_reps_ | RepresentationBit(rep))) return false; in ContainsOpOrAlias()
1700 RepresentationBit(MachineRepresentation::kFloat32) | in NON_EXPORTED_BASE()1701 RepresentationBit(MachineRepresentation::kFloat64) | in NON_EXPORTED_BASE()1702 RepresentationBit(MachineRepresentation::kSimd128); in NON_EXPORTED_BASE()1708 RepresentationBit(MachineRepresentation::kSimd128); in NON_EXPORTED_BASE()
972 representation_mask_ |= RepresentationBit(rep); in MarkAsRepresentation()
32 RepresentationBit(MachineRepresentation::kFloat32);34 RepresentationBit(MachineRepresentation::kSimd128);
427 V8_EXPORT_PRIVATE inline constexpr int RepresentationBit( in RepresentationBit() function