Home
last modified time | relevance | path

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

/external/vixl/examples/
Dadd4-double.cc41 __ Ucvtf(d2, x0); in GenerateAdd4Double() local
42 __ Ucvtf(d3, x1); in GenerateAdd4Double() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc389 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister32(0)); in AssembleArchInstruction() local
/external/v8/test/cctest/
Dtest-assembler-arm64.cc7691 __ 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/
Dmacro-assembler-arm64-inl.h1172 void MacroAssembler::Ucvtf(const FPRegister& fd, in Ucvtf() function
Dlithium-codegen-arm64.cc4611 __ Ucvtf(dbl_scratch, src); in DoDeferredNumberTagU() local
5892 __ Ucvtf(ToDoubleRegister(instr->result()), ToRegister32(instr->value())); in DoUint32ToDouble() local
/external/vixl/test/
Dtest-assembler-a64.cc11926 __ 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