Searched refs:ucvtf (Results 1 - 25 of 25) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-cvt.s21 ucvtf h20, h12
22 ucvtf s22, s13
23 ucvtf d21, d14
25 // CHECK: ucvtf h20, h12 // encoding: [0x94,0xd9,0x79,0x7e]
26 // CHECK: ucvtf s22, s13 // encoding: [0xb6,0xd9,0x21,0x7e]
27 // CHECK: ucvtf d21, d14 // encoding: [0xd5,0xd9,0x61,0x7e]
45 ucvtf h22, h13, #16
46 ucvtf s22, s13, #32
47 ucvtf d21, d14, #64
49 // CHECK: ucvtf h2
[all...]
H A Darm64-fp-encoding.s500 ucvtf h1, w2
501 ucvtf h1, w2, #1
502 ucvtf s1, w2
503 ucvtf s1, w2, #1
504 ucvtf d1, w2
505 ucvtf d1, w2, #1
506 ucvtf h1, x2
507 ucvtf h1, x2, #1
508 ucvtf s1, x2
509 ucvtf s
[all...]
H A Dneon-simd-shift.s408 ucvtf v0.4h, v1.4h, #3
409 ucvtf v0.8h, v1.8h, #3
410 ucvtf v0.2s, v1.2s, #3
411 ucvtf v0.4s, v1.4s, #3
412 ucvtf v0.2d, v1.2d, #3
419 // CHECK: ucvtf v0.4h, v1.4h, #3 // encoding: [0x20,0xe4,0x1d,0x2f]
420 // CHECK: ucvtf v0.8h, v1.8h, #3 // encoding: [0x20,0xe4,0x1d,0x6f]
421 // CHECK: ucvtf v0.2s, v1.2s, #3 // encoding: [0x20,0xe4,0x3d,0x2f]
422 // CHECK: ucvtf v0.4s, v1.4s, #3 // encoding: [0x20,0xe4,0x3d,0x6f]
423 // CHECK: ucvtf v
[all...]
H A Dneon-simd-misc.s694 ucvtf v4.4h, v0.4h
695 ucvtf v6.8h, v8.8h
696 ucvtf v6.4s, v8.4s
697 ucvtf v6.2d, v8.2d
698 ucvtf v4.2s, v0.2s
700 // CHECK: ucvtf v4.4h, v0.4h // encoding: [0x04,0xd8,0x79,0x2e]
701 // CHECK: ucvtf v6.8h, v8.8h // encoding: [0x06,0xd9,0x79,0x6e]
702 // CHECK: ucvtf v6.4s, v8.4s // encoding: [0x06,0xd9,0x21,0x6e]
703 // CHECK: ucvtf v6.2d, v8.2d // encoding: [0x06,0xd9,0x61,0x6e]
704 // CHECK: ucvtf v
[all...]
H A Dbasic-a64-instructions.s2037 ucvtf s23, w19, #1
2038 ucvtf s31, wzr, #20
2039 ucvtf s14, w0, #32
2040 // CHECK: ucvtf s23, w19, #1 // encoding: [0x77,0xfe,0x03,0x1e]
2041 // CHECK: ucvtf s31, wzr, #20 // encoding: [0xff,0xb3,0x03,0x1e]
2042 // CHECK: ucvtf s14, w0, #32 // encoding: [0x0e,0x80,0x03,0x1e]
2044 ucvtf s23, x19, #1
2045 ucvtf s31, xzr, #20
2046 ucvtf s14, x0, #64
2047 // CHECK: ucvtf s2
[all...]
H A Dbasic-a64-diagnostics.s1747 ucvtf w13, s31, #0
1748 ucvtf w19, s20, #33
1749 ucvtf wsp, s19, #14
1751 // CHECK-ERROR-NEXT: ucvtf w13, s31, #0
1754 // CHECK-ERROR-NEXT: ucvtf w19, s20, #33
1757 // CHECK-ERROR-NEXT: ucvtf wsp, s19, #14
1760 ucvtf x13, s31, #0
1761 ucvtf x19, s20, #65
1762 ucvtf sp, s19, #14
1764 // CHECK-ERROR-NEXT: ucvtf x1
[all...]
H A Dneon-diagnostics.s2042 ucvtf v0.2s, v1.2s, #33
2043 ucvtf v0.4s, v1.4s, #33
2044 ucvtf v0.2d, v1.2d, #65
2056 // CHECK-ERROR: ucvtf v0.2s, v1.2s, #33
2059 // CHECK-ERROR: ucvtf v0.4s, v1.4s, #33
2062 // CHECK-ERROR: ucvtf v0.2d, v1.2d, #65
5225 ucvtf s22, s13, #34
5226 ucvtf d21, d14, #65
5227 ucvtf d21, s14, #64
5230 // CHECK-ERROR: ucvtf s2
[all...]
H A Darm64-advsimd.s602 ucvtf.2s v0, v0
652 ; CHECK: ucvtf.2s v0, v0 ; encoding: [0x00,0xd8,0x21,0x2e]
1378 ucvtf s0, s0, #1
1379 ucvtf d0, d0, #2
1427 ; CHECK: ucvtf s0, s0, #1 ; encoding: [0x00,0xe4,0x3f,0x7f]
1428 ; CHECK: ucvtf d0, d0, #2 ; encoding: [0x00,0xe4,0x7e,0x7f]
1566 ucvtf.2s v0, v0, #1
1567 ucvtf.4s v0, v0, #2
1568 ucvtf.2d v0, v0, #3
1738 ; CHECK: ucvtf
[all...]
/external/capstone/suite/MC/AArch64/
H A Dneon-scalar-cvt.s.cs4 0xb6,0xd9,0x21,0x7e = ucvtf s22, s13
5 0xd5,0xd9,0x61,0x7e = ucvtf d21, d14
8 0xb6,0xe5,0x20,0x7f = ucvtf s22, s13, #32
9 0xd5,0xe5,0x40,0x7f = ucvtf d21, d14, #64
H A Dneon-simd-shift.s.cs143 0x20,0xe4,0x3d,0x2f = ucvtf v0.2s, v1.2s, #3
144 0x20,0xe4,0x3d,0x6f = ucvtf v0.4s, v1.4s, #3
145 0x20,0xe4,0x7d,0x6f = ucvtf v0.2d, v1.2d, #3
H A Dneon-simd-misc.s.cs202 0x06,0xd9,0x21,0x6e = ucvtf v6.4s, v8.4s
203 0x06,0xd9,0x61,0x6e = ucvtf v6.2d, v8.2d
204 0x04,0xd8,0x21,0x2e = ucvtf v4.2s, v0.2s
H A Dbasic-a64-instructions.s.cs793 0x77,0xfe,0x03,0x1e = ucvtf s23, w19, #1
794 0xff,0xb3,0x03,0x1e = ucvtf s31, wzr, #20
795 0x0e,0x80,0x03,0x1e = ucvtf s14, w0, #32
796 0x77,0xfe,0x03,0x9e = ucvtf s23, x19, #1
797 0xff,0xb3,0x03,0x9e = ucvtf s31, xzr, #20
798 0x0e,0x00,0x03,0x9e = ucvtf s14, x0, #64
799 0x77,0xfe,0x43,0x1e = ucvtf d23, w19, #1
800 0xff,0xb3,0x43,0x1e = ucvtf d31, wzr, #20
801 0x0e,0x80,0x43,0x1e = ucvtf d14, w0, #32
802 0x77,0xfe,0x43,0x9e = ucvtf d2
[all...]
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc593 __ ucvtf(d0, d9);
594 __ ucvtf(d5, d22, 47);
595 __ ucvtf(d30, w27);
596 __ ucvtf(d3, w19, 1);
597 __ ucvtf(d28, x21);
598 __ ucvtf(d27, x30, 35);
599 __ ucvtf(s11, s5);
600 __ ucvtf(s0, s23, 14);
601 __ ucvtf(s20, w19);
602 __ ucvtf(s2
[all...]
H A Dtest-disasm-aarch64.cc2743 COMPARE(ucvtf(d28, w29), "ucvtf d28, w29");
2744 COMPARE(ucvtf(s28, w29), "ucvtf s28, w29");
2745 COMPARE(ucvtf(d0, x1), "ucvtf d0, x1");
2746 COMPARE(ucvtf(s0, x1), "ucvtf s0, x1");
2747 COMPARE(ucvtf(d0, x1, 0), "ucvtf d
[all...]
H A Dtest-simulator-aarch64.cc4262 DEFINE_TEST_NEON_2OPIMM_SD(ucvtf,
4293 DEFINE_TEST_NEON_2OPIMM_SCALAR_SD(ucvtf,
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.stdout.exp26844 ucvtf d21, d10 , #1 28413c2c82326ba235624474d977f96c 2d2c0601f0c38c1911402ca7966043ba 000000000000000043a1402ca7966044 2d2c0601f0c38c1911402ca7966043ba fpsr=00000000
26845 ucvtf d21, d10 , #32 e718b0e6ccbf084e60116f32b3d4822c 9f3ea55fe1ba61a1adbcb6f103a7e9af 000000000000000041e5b796de2074fd 9f3ea55fe1ba61a1adbcb6f103a7e9af fpsr=00000000
26846 ucvtf d21, d10 , #64 59d3110254a48bfeb369da75fe0c05d3 5d2d0756277f75e509da59f9fa40e244 00000000000000003fa3b4b3f3f481c5 5d2d0756277f75e509da59f9fa40e244 fpsr=00000000
26850 ucvtf s21, s10 , #1 a32f4ec45a1b186606e28c3e18f65a00 c60bbdb71629b4cd6f185704b1627d54 0000000000000000000000004eb1627d c60bbdb71629b4cd6f185704b1627d54 fpsr=00000000
26851 ucvtf s21, s10 , #16 3683eceab5d2bb4abda7da3f3a94614f 9d6b95cfa819a0dd277a14e1f7b9b228 0000000000000000000000004777b9b2 9d6b95cfa819a0dd277a14e1f7b9b228 fpsr=00000000
26852 ucvtf s21, s10 , #32 bcfbb7b18d208472dc54a8060d4da2c6 991b9b9747d6868530b8ed1938ca4756 0000000000000000000000003e63291d 991b9b9747d6868530b8ed1938ca4756 fpsr=00000000
26856 ucvtf v10.2d, v21.2d, #1 be1d65b13f1dd4d1a3fc521fb31c750e 34a723e47090a4848bd6df853b73101d 43ba5391f238485243d17adbf0a76e62 34a723e47090a4848bd6df853b73101d fpsr=00000000
26857 ucvtf v10.2d, v21.2d, #32 d9d31aa3e85464f00e7f03e98ed6f5d4 bb30fa52f748e5d71ebee6b3e22f2570 41e7661f4a5ee91d41bebee6b3e22f25 bb30fa52f748e5d71ebee6b3e22f2570 fpsr=00000000
26858 ucvtf v10.2d, v21.2d, #64 87cd9c58ae42ba73810bd399bbcb4fe2 6df775b9b32e434552a7e5fff39e6dc3 3fdb7ddd6e6ccb913fd4a9f97ffce79b 6df775b9b32e434552a7e5fff39e6dc3 fpsr=00000000
26862 ucvtf v1
[all...]
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc3183 ucvtf(fpf, rd, rn, 0, fpcr_rounding);
4520 ucvtf(fpf, rd, rn, 0, fpcr_rounding);
4927 ucvtf(vf, rd, rn, right_shift, fpcr_rounding);
5012 ucvtf(vf, rd, rn, right_shift, fpcr_rounding);
H A Dassembler-aarch64.h1508 void ucvtf(const VRegister& fd, const Register& rn, int fbits = 0);
1514 void ucvtf(const VRegister& fd, const VRegister& vn, int fbits = 0);
H A Dmacro-assembler-aarch64.h2074 ucvtf(vd, rn, fbits);
2704 ucvtf(vd, vn, fbits);
H A Dassembler-aarch64.cc2414 void Assembler::ucvtf(const VRegister& vd, const VRegister& vn, int fbits) {
2447 void Assembler::ucvtf(const VRegister& vd, const Register& rn, int fbits) {
H A Dsimulator-aarch64.h2541 LogicVRegister ucvtf(VectorFormat vform,
H A Dlogic-aarch64.cc4940 LogicVRegister Simulator::ucvtf(VectorFormat vform, function in class:vixl::aarch64::Simulator
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1189 ucvtf(fd, rn, fbits);
H A Dassembler-arm64.h1652 void ucvtf(const FPRegister& fd, const Register& rn, unsigned fbits = 0);
H A Dassembler-arm64.cc2111 void Assembler::ucvtf(const FPRegister& fd, function in class:v8::internal::Assembler

Completed in 650 milliseconds