/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 104 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 D | test-cpu-features-aarch64.cc | 637 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 D | test-trace-aarch64.cc | 572 __ 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 D | test-simulator-aarch64.cc | 2927 DEFINE_TEST_FP_FP16(frinti, 1Op, Conversions) 4899 DEFINE_TEST_NEON_2SAME_FP_FP16(frinti, Conversions)
|
H A D | test-api-movprfx-aarch64.cc | 541 __ 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 D | test-disasm-sve-aarch64.cc | 1878 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 D | test-assembler-fp-aarch64.cc | 2908 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 D | assembler-arm64.h | 1670 void frinti(const VRegister& vd, const VRegister& vn);
|
H A D | macro-assembler-arm64.h | 283 V(frinti, Frinti) \
|
H A D | assembler-arm64.cc | 2888 V(frinti, NEON_FRINTI, FRINTI) \
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 3033 V(frinti, Frinti) \ 4780 frinti(zd, pg, zn); in Frinti() 4785 frinti(zd, pg.Merging(), zn); in Frinti()
|
H A D | assembler-aarch64.h | 2315 void frinti(const VRegister& vd, const VRegister& vn); 4452 void frinti(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|
H A D | assembler-aarch64.cc | 3882 V(frinti, NEON_FRINTI, FRINTI, FRINTI_h) \
|
H A D | assembler-sve-aarch64.cc | 1830 void Assembler::frinti(const ZRegister& zd, in frinti() function in vixl::aarch64::Assembler
|