Home
last modified time | relevance | path

Searched defs:Ucvtf (Results 1 – 4 of 4) sorted by relevance

/external/vixl/examples/aarch64/
Dadd4-double.cc43 __ Ucvtf(d2, x0); in GenerateAdd4Double() local
44 __ Ucvtf(d3, x1); in GenerateAdd4Double() local
/external/vixl/test/aarch64/
Dtest-assembler-fp-aarch64.cc4096 __ Ucvtf(d1, x10); in TestUScvtfHelper() local
4098 __ Ucvtf(d3, w11); in TestUScvtfHelper() local
4107 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local
4109 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local
4120 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local
4251 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local
4253 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local
4262 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
4264 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local
4275 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
Dtest-assembler-sve-aarch64.cc15942 __ Ucvtf(zd_ucvtf_all_active.WithLaneSize(dst_type_size_in_bits), in TestUScvtfHelper() local
15972 __ Ucvtf(zd_ucvtf_merged.WithLaneSize(dst_type_size_in_bits), in TestUScvtfHelper() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h6219 void Ucvtf(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Ucvtf() function