Lines Matching defs:immediate
110 value_.immediate = x;
137 int immediate() const {
139 return value_.immediate;
148 return Handle<HeapObject>(reinterpret_cast<Address*>(immediate()));
157 return bit_cast<ExternalReference>(immediate());
161 return RelocInfo::IsNoInfo(rmode_) && immediate() == 0;
164 return RelocInfo::IsNoInfo(rmode_) && i::is_int8(immediate());
167 return RelocInfo::IsNoInfo(rmode_) && i::is_uint8(immediate());
170 return RelocInfo::IsNoInfo(rmode_) && i::is_int16(immediate());
174 return RelocInfo::IsNoInfo(rmode_) && i::is_uint16(immediate());
181 value_.immediate = reinterpret_cast<int32_t>(value);
188 int immediate;
234 set_dispr(imm.immediate(), imm.rmode_);
261 return Operand(base, imm.value_.immediate, imm.rmode_);
315 // A Displacement describes the 32bit immediate field of an instruction which
1709 // with a given destination expression and an immediate operand. It attempts