Lines Matching defs:value
71 // value must be rematerialized, it is loaded from an immediate constant
80 // will be replaced together with the same value when finalized.
360 // The slot index is a signed value which requires us to decode it manually
415 explicit ImmediateOperand(ImmediateType type, int32_t value)
418 value_ |= static_cast<uint64_t>(static_cast<int64_t>(value))
439 static ImmediateOperand* New(Zone* zone, ImmediateType type, int32_t value) {
440 return InstructionOperand::New(zone, ImmediateOperand(type, value));
1141 const int32_t value = static_cast<int32_t>(value_);
1142 DCHECK_EQ(value_, static_cast<int64_t>(value));
1143 return value;
1820 void SetSourcePosition(const Instruction* instr, SourcePosition value);