Lines Matching defs:immediate
87 // immediate
88 V8_INLINE explicit Operand(int32_t immediate,
91 value_.immediate = immediate;
126 // Return true if this is a register operand shifted with an immediate.
149 inline int32_t immediate() const {
152 return value_.immediate;
180 int32_t immediate; // otherwise
480 // ARMv7 instructions for loading a 32 bit immediate in two instructions.
482 void movw(Register reg, uint32_t immediate, Condition cond = al);
483 void movt(Register reg, uint32_t immediate, Condition cond = al);
1045 // Check whether an immediate fits an addressing mode 1 instruction.
1048 // Check whether an immediate fits an addressing mode 2 instruction.
1151 static Instr EncodeMovwImmediate(uint32_t immediate);
1152 static Instr PatchMovwImmediate(Instr instruction, uint32_t immediate);
1190 // Move a 32-bit immediate into a register, potentially via the constant pool.
1330 // may fail is that the operand is an immediate that cannot be encoded.