Home
last modified time | relevance | path

Searched refs:frinti (Results 1 - 14 of 14) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-disasm-fp-aarch64.cc104 COMPARE(frinti(s10, s11), "frinti s10, s11"); in TEST()
105 COMPARE(frinti(s31, s30), "frinti s31, s30"); in TEST()
106 COMPARE(frinti(d12, d13), "frinti d12, d13"); in TEST()
107 COMPARE(frinti(d31, d30), "frinti d31, d30"); in TEST()
H A Dtest-cpu-features-aarch64.cc637 TEST_FP(frinti_0, frinti(d0, d1))
638 TEST_FP(frinti_1, frinti(s0, s1))
3335 TEST_FP_NEON(frinti_0, frinti(v0.V2S(), v1.V2S()))
3336 TEST_FP_NEON(frinti_1, frinti(v0.V4S(), v1.V4S()))
3337 TEST_FP_NEON(frinti_2, frinti(v0.V2D(), v1.V2D()))
3500 TEST_FP_FPHALF(frinti_0, frinti(h0, h1))
3710 TEST_FP_NEON_NEONHALF(frinti_0, frinti(v0.V4H(), v1.V4H()))
3711 TEST_FP_NEON_NEONHALF(frinti_1, frinti(v0.V8H(), v1.V8H()))
H A Dtest-trace-aarch64.cc572 __ frinti(d19, d29); in GenerateTestSequenceFP()
573 __ frinti(s14, s21); in GenerateTestSequenceFP()
2708 __ frinti(v9.V2D(), v12.V2D()); in GenerateTestSequenceNEONFP()
2709 __ frinti(v5.V2S(), v19.V2S()); in GenerateTestSequenceNEONFP()
2710 __ frinti(v15.V4S(), v11.V4S()); in GenerateTestSequenceNEONFP()
H A Dtest-simulator-aarch64.cc2927 DEFINE_TEST_FP_FP16(frinti, 1Op, Conversions)
4899 DEFINE_TEST_NEON_2SAME_FP_FP16(frinti, Conversions)
H A Dtest-api-movprfx-aarch64.cc541 __ frinti(z0.VnS(), p2.Merging(), z0.VnS()); in TEST()
1019 __ frinti(z12.VnH(), p4.Merging(), z7.VnH()); in TEST()
1884 __ frinti(z7.VnD(), p7.Merging(), z25.VnD()); in TEST()
H A Dtest-disasm-sve-aarch64.cc1878 COMPARE(frinti(z17.VnH(), p0.Merging(), z16.VnH()), in TEST()
1879 "frinti z17.h, p0/m, z16.h"); in TEST()
1880 COMPARE(frinti(z17.VnS(), p0.Merging(), z16.VnS()), in TEST()
1881 "frinti z17.s, p0/m, z16.s"); in TEST()
1882 COMPARE(frinti(z17.VnD(), p0.Merging(), z16.VnD()), in TEST()
1883 "frinti z17.d, p0/m, z16.d"); in TEST()
1971 "frinti z7.s, p3/m, z11.s"); in TEST()
H A Dtest-assembler-fp-aarch64.cc2908 TEST(frinti) {
3264 // FP exceptions, so this test has the same results as frintn (and frinti).
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1670 void frinti(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-arm64.h283 V(frinti, Frinti) \
H A Dassembler-arm64.cc2888 V(frinti, NEON_FRINTI, FRINTI) \
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h3033 V(frinti, Frinti) \
4780 frinti(zd, pg, zn); in Frinti()
4785 frinti(zd, pg.Merging(), zn); in Frinti()
H A Dassembler-aarch64.h2315 void frinti(const VRegister& vd, const VRegister& vn);
4452 void frinti(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
H A Dassembler-aarch64.cc3882 V(frinti, NEON_FRINTI, FRINTI, FRINTI_h) \
H A Dassembler-sve-aarch64.cc1830 void Assembler::frinti(const ZRegister& zd, in frinti() function in vixl::aarch64::Assembler

Completed in 92 milliseconds