Searched refs:fcvtau (Results 1 - 17 of 17) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-cvt.s90 fcvtau s12, s13
91 fcvtau d21, d14
93 // CHECK: fcvtau s12, s13 // encoding: [0xac,0xc9,0x21,0x7e]
94 // CHECK: fcvtau d21, d14 // encoding: [0xd5,0xc9,0x61,0x7e]
H A Darm64-fp-encoding.s170 fcvtau w1, s2
171 fcvtau w1, d2
172 fcvtau x1, s2
173 fcvtau x1, d2
175 ; CHECK: fcvtau w1, s2 ; encoding: [0x41,0x00,0x25,0x1e]
176 ; CHECK: fcvtau w1, d2 ; encoding: [0x41,0x00,0x65,0x1e]
177 ; CHECK: fcvtau x1, s2 ; encoding: [0x41,0x00,0x25,0x9e]
178 ; CHECK: fcvtau x1, d2 ; encoding: [0x41,0x00,0x65,0x9e]
H A Dneon-simd-misc.s586 fcvtau v6.4s, v8.4s
587 fcvtau v6.2d, v8.2d
588 fcvtau v4.2s, v0.2s
590 // CHECK: fcvtau v6.4s, v8.4s // encoding: [0x06,0xc9,0x21,0x6e]
591 // CHECK: fcvtau v6.2d, v8.2d // encoding: [0x06,0xc9,0x61,0x6e]
592 // CHECK: fcvtau v4.2s, v0.2s // encoding: [0x04,0xc8,0x21,0x2e]
H A Darm64-advsimd.s641 fcvtau.2s v0, v0
642 fcvtau.4s v0, v0
643 fcvtau.2d v0, v0
644 fcvtau s0, s0
645 fcvtau d0, d0
647 ; CHECK: fcvtau.2s v0, v0 ; encoding: [0x00,0xc8,0x21,0x2e]
648 ; CHECK: fcvtau.4s v0, v0 ; encoding: [0x00,0xc8,0x21,0x6e]
649 ; CHECK: fcvtau.2d v0, v0 ; encoding: [0x00,0xc8,0x61,0x6e]
650 ; CHECK: fcvtau s0, s0 ; encoding: [0x00,0xc8,0x21,0x7e]
651 ; CHECK: fcvtau d
[all...]
H A Dneon-diagnostics.s5936 fcvtau v0.16b, v31.16b
5937 fcvtau v2.8h, v4.8h
5938 fcvtau v1.8b, v9.8b
5939 fcvtau v13.4h, v21.4h
6171 // CHECK-ERROR: fcvtau v0.16b, v31.16b
6174 // CHECK-ERROR: fcvtau v2.8h, v4.8h
6177 // CHECK-ERROR: fcvtau v1.8b, v9.8b
6180 // CHECK-ERROR: fcvtau v13.4h, v21.4h
7192 fcvtau s0, d0
7193 fcvtau d
[all...]
H A Dbasic-a64-instructions.s2090 fcvtau w29, s30
2091 fcvtau xzr, s0
2094 // CHECK: fcvtau w29, s30 // encoding: [0xdd,0x03,0x25,0x1e]
2095 // CHECK: fcvtau xzr, s0 // encoding: [0x1f,0x00,0x25,0x9e]
2144 fcvtau w29, d30
2145 fcvtau xzr, d0
2148 // CHECK: fcvtau w29, d30 // encoding: [0xdd,0x03,0x65,0x1e]
2149 // CHECK: fcvtau xzr, d0 // encoding: [0x1f,0x00,0x65,0x9e]
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1516 COMPARE(fcvtau(w8, s9), "fcvtau w8, s9");
1517 COMPARE(fcvtau(x10, s11), "fcvtau x10, s11");
1518 COMPARE(fcvtau(w12, d13), "fcvtau w12, d13");
1519 COMPARE(fcvtau(x14, d15), "fcvtau x14, d15");
H A Dtest-assembler-arm64.cc6927 TEST(fcvtau) {
/external/vixl/test/
H A Dtest-disasm-a64.cc1469 COMPARE(fcvtau(w8, s9), "fcvtau w8, s9");
1470 COMPARE(fcvtau(x10, s11), "fcvtau x10, s11");
1471 COMPARE(fcvtau(w12, d13), "fcvtau w12, d13");
1472 COMPARE(fcvtau(x14, d15), "fcvtau x14, d15");
H A Dtest-simulator-a64.cc1002 DEFINE_TEST_FP_TO_INT(fcvtau, FPToU, Conversions)
H A Dtest-assembler-a64.cc6130 TEST(fcvtau) {
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1691 void fcvtau(const Register& rd, const FPRegister& fn);
H A Dmacro-assembler-arm64-inl.h611 fcvtau(rd, fn);
H A Dassembler-arm64.cc2004 void Assembler::fcvtau(const Register& rd, const FPRegister& fn) { function in class:v8::internal::Assembler
/external/vixl/src/a64/
H A Dassembler-a64.h1347 void fcvtau(const Register& rd, const FPRegister& fn);
H A Dmacro-assembler-a64.h571 fcvtau(rd, fn);
H A Dassembler-a64.cc1446 void Assembler::fcvtau(const Register& rd, const FPRegister& fn) { function in class:vixl::Assembler

Completed in 326 milliseconds