Lines Matching defs:extend
1012 // Emit an extend instruction if moving an extended register. This handles
1013 // extend with post-shift operations, too.
1217 // Emit two instructions for the extend case. This differs from Mov, as
1218 // the extend and invert can't be achieved in one instruction.
1785 // can use the extend form to shift left by a maximum of four bits. Right
1875 Extend extend = mem_op.GetExtend();
1877 VIXL_ASSERT(extend != NO_EXTEND);
1878 Add(dst, base, Operand(reg_offset, extend, mem_op.GetShiftAmount()));
1880 VIXL_ASSERT(extend == NO_EXTEND);
1919 // extend encoding.