Home
last modified time | relevance | path

Searched refs:ushll2 (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libswscale/aarch64/
H A Doutput.S29 ushll2 v2.4S, v0.8H, #12 // extend dither to 32-bit with left shift by 12 (part 2)
H A Dyuv2rgb_neon.S166 ushll2 v27.8H, v2.16B, #3 // Y2*(1<<3)
/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264dsp_neon.S214 ushll2 v21.8h, v6.16b, #1
215 ushll2 v23.8h, v1.16b, #1
H A Dvc1dsp_neon.S1059 ushll2 v3.8h, v3.16b, #1 // 2*P1[8..15]
1061 ushll2 v19.8h, v1.16b, #1 // 2*P5[8..15]
1074 ushll2 v6.8h, v6.16b, #1 // 2*P3[8..15]
H A Dvp9lpf_neon.S148 ushll2 \dst2, \in\().16b, \shift
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1958 void ushll2(const VRegister& vd, const VRegister& vn, int shift);
H A Dmacro-assembler-arm64.h1248 V(ushll2, Ushll2) \
H A Dassembler-arm64.cc1681 void Assembler::ushll2(const VRegister& vd, const VRegister& vn, int shift) { in ushll2() function in v8::internal::Assembler
1691 ushll2(vd, vn, 0); in uxtl2()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2439 __ ushll2(v8.V2D(), v29.V4S(), 7); in GenerateTestSequenceNEON()
2440 __ ushll2(v29.V4S(), v9.V8H(), 2); in GenerateTestSequenceNEON()
2441 __ ushll2(v5.V8H(), v24.V16B(), 6); in GenerateTestSequenceNEON()
H A Dtest-cpu-features-aarch64.cc2694 TEST_NEON(ushll2_0, ushll2(v0.V8H(), v1.V16B(), 7))
2695 TEST_NEON(ushll2_1, ushll2(v0.V4S(), v1.V8H(), 15))
2696 TEST_NEON(ushll2_2, ushll2(v0.V2D(), v1.V4S(), 14))
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h1907 LogicVRegister ushll2(VectorFormat vform, LogicVRegister dst,
H A Dsimulator-arm64.cc5907 ushll2(vf, rd, rn, left_shift);
H A Dsimulator-logic-arm64.cc1386 LogicVRegister Simulator::ushll2(VectorFormat vform, LogicVRegister dst, in ushll2() function in v8::internal::Simulator
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h4176 LogicVRegister ushll2(VectorFormat vform,
H A Dassembler-aarch64.cc5607 void Assembler::ushll2(const VRegister& vd, const VRegister& vn, int shift) {
5622 ushll2(vd, vn, 0);
H A Dassembler-aarch64.h3016 void ushll2(const VRegister& vd, const VRegister& vn, int shift);
H A Dlogic-aarch64.cc1564 LogicVRegister Simulator::ushll2(VectorFormat vform, in ushll2() function in vixl::aarch64::Simulator
H A Dmacro-assembler-aarch64.h3204 V(shll2, ushll2, Ushll2)
H A Dsimulator-aarch64.cc9494 ushll2(vf, rd, rn, left_shift); in Simulator()

Completed in 134 milliseconds