Lines Matching defs:word
139 // header word, so that the value can be packed, if necessary.
402 MachineRepresentation word = MachineType::PointerRepresentation(),
517 // This operator reinterprets the bits of a tagged pointer as a word.
520 // This operator reinterprets the bits of a tagged value as a word preserving
529 // word.
532 // This operator reinterprets the bits of a word as tagged pointer.
535 // This operator reinterprets the bits of a word as a Smi.
1032 // Target machine word-size assumed by this builder.
1033 bool Is32() const { return word() == MachineRepresentation::kWord32; }
1034 bool Is64() const { return word() == MachineRepresentation::kWord64; }
1035 MachineRepresentation word() const { return word_; }
1046 // word-size of the target machine assumed by this builder.