Searched defs:Ucvtf (Results 1 – 4 of 4) sorted by relevance
/external/vixl/examples/aarch64/ |
D | add4-double.cc | 43 __ Ucvtf(d2, x0); in GenerateAdd4Double() local 44 __ Ucvtf(d3, x1); in GenerateAdd4Double() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-fp-aarch64.cc | 4096 __ 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
|
D | test-assembler-sve-aarch64.cc | 15942 __ 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/ |
D | macro-assembler-aarch64.h | 6219 void Ucvtf(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Ucvtf() function
|