Searched defs:Ucvtf (Results 1 – 6 of 6) sorted by relevance
/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/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
|
/external/vixl/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/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
|