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 | 389 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister32(0)); in AssembleArchInstruction() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 7691 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 7693 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 7702 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7704 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 7715 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 7846 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 7848 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 7857 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 7859 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 7870 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1172 void MacroAssembler::Ucvtf(const FPRegister& fd, in Ucvtf() function
|
D | lithium-codegen-arm64.cc | 4611 __ Ucvtf(dbl_scratch, src); in DoDeferredNumberTagU() local 5892 __ Ucvtf(ToDoubleRegister(instr->result()), ToRegister32(instr->value())); in DoUint32ToDouble() local
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 11926 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 11928 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 11937 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 11939 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 11950 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 12080 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 12082 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 12091 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 12093 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 12104 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|