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.cc1675 LogicVRegister extendedreg = uxtl2(vform, temp2, src); in ushll2()
2467 LogicVRegister Simulator::uxtl2(VectorFormat vform, in uxtl2() function in vixl::Simulator
2802 uxtl2(vform, temp1, src1); in uaddl2()
2803 uxtl2(vform, temp2, src2); in uaddl2()
2825 uxtl2(vform, temp, src2); in uaddw2()
2894 uxtl2(vform, temp1, src1); in usubl2()
2895 uxtl2(vform, temp2, src2); in usubl2()
2917 uxtl2(vform, temp, src2); in usubw2()
2986 uxtl2(vform, temp1, src1); in uabal2()
2987 uxtl2(vform, temp2, src2); in uabal2()
[all …]
Dsimulator-a64.h1779 LogicVRegister uxtl2(VectorFormat vform,
Dmacro-assembler-a64.h2321 V(uxtl2, Uxtl2) \
Dassembler-a64.h2983 void uxtl2(const VRegister& vd,
Dassembler-a64.cc4309 void Assembler::uxtl2(const VRegister& vd, in uxtl2() function in vixl::Assembler
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4808 // Vector shift uxtl2 aliases
4809 def : InstAlias<"uxtl2.8h $dst, $src1",
4811 def : InstAlias<"uxtl2 $dst.8h, $src1.16b",
4813 def : InstAlias<"uxtl2.4s $dst, $src1",
4815 def : InstAlias<"uxtl2 $dst.4s, $src1.8h",
4817 def : InstAlias<"uxtl2.2d $dst, $src1",
4819 def : InstAlias<"uxtl2 $dst.2d, $src1.4s",
/external/vixl/doc/
Dsupported-instructions.md4603 void uxtl2(const VRegister& vd,