Home | History | Annotate | Download | only in a64

Lines Matching refs:UXTX

234   // Extend modes SXTX and UXTX require a 64-bit register.
235 VIXL_ASSERT(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX)));
266 return Operand(reg_, reg_.Is64Bits() ? UXTX : UXTW, shift_amount_);
1791 case UXTX:
1862 // LSL is encoded in the option field as UXTX.
1864 ext = UXTX;