Home
last modified time | relevance | path

Searched refs:SVE_UXTW (Results 1 - 7 of 7) sorted by relevance

/third_party/vixl/src/aarch64/
H A Doperands-aarch64.cc397 case SVE_UXTW: in IsValid()
H A Doperands-aarch64.h698 if (extend == UXTW) return SVE_UXTW; in GetSVEOffsetModifierFor()
H A Dsimulator-aarch64.cc11878 SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
11901 SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
11956 SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
12132 SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
12210 SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
12600 (instr->ExtractBit(14) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
12630 (instr->ExtractBit(14) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
12742 (instr->ExtractBit(14) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
12774 (instr->ExtractBit(14) == 1) ? SVE_SXTW : SVE_UXTW; in Simulator()
H A Dassembler-sve-aarch64.cc66 case SVE_UXTW: in adr()
3966 VIXL_ASSERT((mod == SVE_UXTW) || (mod == SVE_SXTW)); in SVEScatterGatherHelper()
4006 case SVE_UXTW: in SVEScatterGatherHelper()
4655 VIXL_ASSERT((mod == SVE_SXTW) || (mod == SVE_UXTW)); in SVEContiguousPrefetchScalarPlusVectorHelper()
5107 VIXL_ASSERT((mod == SVE_SXTW) || (mod == SVE_UXTW)); in SVEMemOperandHelper()
H A Dmacro-assembler-sve-aarch64.cc1260 zt.IsLaneSizeS() ? SVE_UXTW : NO_SVE_OFFSET_MODIFIER; in SVELoadStore1Helper()
H A Dconstants-aarch64.h376 SVE_UXTW, enumerator
H A Dlogic-aarch64.cc7688 case SVE_UXTW:

Completed in 59 milliseconds