/external/vixl/examples/ |
D | add4-double.cc | 41 __ Ucvtf(d2, x0); in GenerateAdd4Double() local 42 __ Ucvtf(d3, x1); in GenerateAdd4Double() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1106 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister32(0)); in AssembleArchInstruction() local 1109 __ Ucvtf(i.OutputDoubleRegister().S(), i.InputRegister64(0)); in AssembleArchInstruction() local 1112 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister64(0)); in AssembleArchInstruction() local
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 5056 COMPARE(Ucvtf(v5.V2S(), v3.V2S()), "ucvtf v5.2s, v3.2s"); in TEST() 5057 COMPARE(Ucvtf(v6.V4S(), v4.V4S()), "ucvtf v6.4s, v4.4s"); in TEST() 5058 COMPARE(Ucvtf(v7.V2D(), v5.V2D()), "ucvtf v7.2d, v5.2d"); in TEST() 5059 COMPARE(Ucvtf(s8, s6), "ucvtf s8, s6"); in TEST() 5060 COMPARE(Ucvtf(d8, d6), "ucvtf d8, d6"); in TEST() 5471 COMPARE(Ucvtf(v5.V2S(), v3.V2S(), 11), "ucvtf v5.2s, v3.2s, #11"); in TEST() 5472 COMPARE(Ucvtf(v6.V4S(), v4.V4S(), 12), "ucvtf v6.4s, v4.4s, #12"); in TEST() 5473 COMPARE(Ucvtf(v7.V2D(), v5.V2D(), 33), "ucvtf v7.2d, v5.2d, #33"); in TEST() 5474 COMPARE(Ucvtf(s8, s6, 13), "ucvtf s8, s6, #13"); in TEST() 5475 COMPARE(Ucvtf(d8, d6, 34), "ucvtf d8, d6, #34"); in TEST()
|
D | test-assembler-a64.cc | 12175 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 12177 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 12186 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 12188 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 12199 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 12329 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 12331 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 12340 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 12342 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 12353 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 7727 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 7729 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 7738 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7740 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 7751 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7882 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 7884 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 7893 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 7895 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 7906 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1169 void MacroAssembler::Ucvtf(const FPRegister& fd, in Ucvtf() function
|
D | macro-assembler-arm64.h | 526 inline void Ucvtf(const FPRegister& fd,
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 2020 void Ucvtf(const VRegister& vd, const Register& rn, int fbits = 0) { 2698 void Ucvtf(const VRegister& vd,
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 4316 __ Ucvtf(dbl_scratch, src); in DoDeferredNumberTagU() local 5635 __ Ucvtf(ToDoubleRegister(instr->result()), ToRegister32(instr->value())); in DoUint32ToDouble() local
|