Lines Matching defs:immediate
70 V8_INLINE explicit Operand(int64_t immediate,
73 value_.immediate = immediate;
77 value_.immediate = static_cast<int64_t>(f.address());
83 value_.immediate = static_cast<intptr_t>(value.ptr());
95 inline int64_t immediate() const;
121 int64_t immediate; // otherwise
430 // Arithmetic with immediate
1055 // Returns the number of instructions required to load the immediate
1057 // Loads an immediate, always using 8 instructions, regardless of the value,