Lines Matching full:immediate
195 // hold 0.0, that does not fit in the immediate field of vmov instructions.
400 // immediate
401 INLINE(explicit Operand(int32_t immediate,
430 inline int32_t immediate() const {
846 // ARMv7 instructions for loading a 32 bit immediate in two instructions.
849 void movw(Register reg, uint32_t immediate, Condition cond = al);
851 void movt(Register reg, uint32_t immediate, Condition cond = al);
1177 // Check whether an immediate fits an addressing mode 1 instruction.