Searched refs:ushl (Results 1 - 13 of 13) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-shift.s13 ushl d17, d31, d8
15 // CHECK: ushl d17, d31, d8 // encoding: [0xf1,0x47,0xe8,0x7e]
H A Dneon-shift.s28 ushl v0.8b, v1.8b, v2.8b
29 ushl v0.16b, v1.16b, v2.16b
30 ushl v0.4h, v1.4h, v2.4h
31 ushl v0.8h, v1.8h, v2.8h
32 ushl v0.2s, v1.2s, v2.2s
33 ushl v0.4s, v1.4s, v2.4s
34 ushl v0.2d, v1.2d, v2.2d
36 // CHECK: ushl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x44,0x22,0x2e]
37 // CHECK: ushl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x44,0x22,0x6e]
38 // CHECK: ushl v
[all...]
H A Dneon-diagnostics.s916 ushl v1.16b, v25.16b, v6.8h
922 // CHECK-ERROR: ushl v1.16b, v25.16b, v6.8h
972 ushl b2, b0, b1
978 // CHECK-ERROR: ushl b2, b0, b1
H A Darm64-advsimd.s370 ushl.8b v0, v0, v0
441 ; CHECK: ushl.8b v0, v0, v0 ; encoding: [0x00,0x44,0x20,0x2e]
/external/libavc/common/armv8/
H A Dih264_resi_trans_quant_av8.s586 ushl v14.4s, v14.4s, v22.4s
587 ushl v15.4s, v15.4s, v22.4s
588 ushl v16.4s, v16.4s, v22.4s
589 ushl v17.4s, v17.4s, v22.4s
698 ushl v2.4s, v25.4s, v24.4s //>>qbit
699 ushl v3.4s, v26.4s, v24.4s //>>qbit
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.cc2643 case NEON_USHL: ushl(vf, rd, rn, rm); break;
2654 case NEON_UQSHL: ushl(vf, rd, rn, rm).UnsignedSaturate(vf); break;
2656 case NEON_URSHL: ushl(vf, rd, rn, rm).Round(vf); break;
2659 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf);
3519 case NEON_USHL_scalar: ushl(vf, rd, rn, rm); break;
3536 ushl(vf, rd, rn, rm).UnsignedSaturate(vf);
3542 ushl(vf, rd, rn, rm).Round(vf);
3548 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf);
H A Dlogic-a64.cc1612 return ushl(vform, dst, src, shiftreg);
1664 return ushl(vform, dst, extendedreg, shiftreg);
1676 return ushl(vform, dst, extendedreg, shiftreg);
1715 return ushl(vform, dst, src, shiftreg).UnsignedSaturate(vform);
1763 return ushl(vform, dst, src, shiftreg);
1923 LogicVRegister Simulator::ushl(VectorFormat vform, function in class:vixl::Simulator
H A Dsimulator-a64.h1724 LogicVRegister ushl(VectorFormat vform,
H A Dassembler-a64.h2554 void ushl(const VRegister& vd,
H A Dmacro-assembler-a64.h2229 V(ushl, Ushl) \
H A Dassembler-a64.cc3213 V(ushl, NEON_USHL, vd.IsVector() || vd.Is1D()) \
/external/vixl/test/
H A Dtest-simulator-a64.cc3757 DEFINE_TEST_NEON_3SAME(ushl, Basic)
3810 DEFINE_TEST_NEON_3SAME_SCALAR_D(ushl, Basic)
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.stdout.exp[all...]

Completed in 387 milliseconds