Home | History | Annotate | Download | only in a64

Lines Matching refs:SXTW

350     case SXTW:
764 VIXL_ASSERT((ext == UXTW) || (ext == UXTX) || (ext == SXTW) || (ext == SXTX));
807 set_xreg(srcdst, ExtendValue(kXRegSize, MemoryRead32(address), SXTW));
874 set_xreg(rt, ExtendValue(kXRegSize, MemoryRead32(address), SXTW));
876 MemoryRead32(address + kWRegSizeInBytes), SXTW));