Home
last modified time | relevance | path

Searched refs:uxtl2 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/MC/AArch64/
Dneon-uxtl.s20 uxtl2 v0.8h, v1.16b
21 uxtl2 v0.4s, v1.8h
22 uxtl2 v0.2d, v1.4s
Darm64-aliases.s722 uxtl2 v1.8h, v2.16b
724 uxtl2.8h v1, v2
727 uxtl2 v1.4s, v2.8h
729 uxtl2.4s v1, v2
732 uxtl2 v1.2d, v2.4s
734 uxtl2.2d v1, v2
/external/vixl/src/vixl/a64/
Dlogic-a64.cc1671 LogicVRegister extendedreg = uxtl2(vform, temp2, src); in ushll2()
2463 LogicVRegister Simulator::uxtl2(VectorFormat vform, in uxtl2() function in vixl::Simulator
2798 uxtl2(vform, temp1, src1); in uaddl2()
2799 uxtl2(vform, temp2, src2); in uaddl2()
2821 uxtl2(vform, temp, src2); in uaddw2()
2890 uxtl2(vform, temp1, src1); in usubl2()
2891 uxtl2(vform, temp2, src2); in usubl2()
2913 uxtl2(vform, temp, src2); in usubw2()
2982 uxtl2(vform, temp1, src1); in uabal2()
2983 uxtl2(vform, temp2, src2); in uabal2()
[all …]
Dsimulator-a64.h1890 LogicVRegister uxtl2(VectorFormat vform,
Dmacro-assembler-a64.h2292 V(uxtl2, Uxtl2) \
Dassembler-a64.h2902 void uxtl2(const VRegister& vd,
Dassembler-a64.cc4274 void Assembler::uxtl2(const VRegister& vd, in uxtl2() function in vixl::Assembler
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4608 // Vector shift uxtl2 aliases
4609 def : InstAlias<"uxtl2.8h $dst, $src1",
4611 def : InstAlias<"uxtl2 $dst.8h, $src1.16b",
4613 def : InstAlias<"uxtl2.4s $dst, $src1",
4615 def : InstAlias<"uxtl2 $dst.4s, $src1.8h",
4617 def : InstAlias<"uxtl2.2d $dst, $src1",
4619 def : InstAlias<"uxtl2 $dst.2d, $src1.4s",
/external/vixl/doc/
Dsupported-instructions.md4561 void uxtl2(const VRegister& vd,