Searched defs:Ucvtf (Results 1 – 4 of 4) sorted by relevance
/external/vixl/examples/aarch64/ |
D | add4-double.cc | 40 __ Ucvtf(d2, x0); in GenerateAdd4Double() local 41 __ Ucvtf(d3, x1); in GenerateAdd4Double() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1474 __ Ucvtf(i.OutputFloat32Register(), i.InputRegister32(0)); in AssembleArchInstruction() local 1477 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister32(0)); in AssembleArchInstruction() local 1480 __ Ucvtf(i.OutputDoubleRegister().S(), i.InputRegister64(0)); in AssembleArchInstruction() local 1483 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister64(0)); in AssembleArchInstruction() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 972 void TurboAssembler::Ucvtf(const VRegister& fd, const Register& rn, in Ucvtf() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 14474 __ Ucvtf(d1, x10); in TestUScvtfHelper() local 14476 __ Ucvtf(d3, w11); in TestUScvtfHelper() local 14485 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 14487 __ Ucvtf(d3, w11, fbits); in TestUScvtfHelper() local 14498 __ Ucvtf(d1, x10, fbits); in TestUScvtfHelper() local 14629 __ Ucvtf(s1, x10); in TestUScvtf32Helper() local 14631 __ Ucvtf(s3, w11); in TestUScvtf32Helper() local 14640 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local 14642 __ Ucvtf(s3, w11, fbits); in TestUScvtf32Helper() local 14653 __ Ucvtf(s1, x10, fbits); in TestUScvtf32Helper() local
|