Lines Matching defs:representation
58 AtomicLoadParameters(LoadRepresentation representation,
60 : representation_(representation), order_(order) {}
62 LoadRepresentation representation() const { return representation_; }
142 StoreRepresentation(MachineRepresentation representation,
144 : representation_(representation),
147 MachineRepresentation representation() const { return representation_; }
168 AtomicStoreParameters(MachineRepresentation representation,
171 : store_representation_(representation, write_barrier_kind),
174 MachineRepresentation representation() const {
175 return store_representation_.representation();
541 // These operators change the representation of numbers while preserving the
570 // These operators truncate or round numbers, both changing the representation
688 // Floating point bit representation.