Searched refs:AsmConvertU64F64 (Results 1 – 1 of 1) sorted by relevance
723 constexpr auto AsmConvertU64F64 = ASM_INSN_WRAP_FUNC_W_RES_W_ARG("ucvtf %0.2d, %1.2d"); in TEST() local725 ASSERT_EQ(AsmConvertU64F64(arg), MakeUInt128(0x43e0000000000000ULL, 0x403d000000000000ULL)); in TEST()728 TEST(Arm64InsnTest, AsmConvertU64F64) { in TEST() argument729 constexpr auto AsmConvertU64F64 = ASM_INSN_WRAP_FUNC_W_RES_R_ARG("ucvtf %d0, %x1"); in TEST() local731 ASSERT_EQ(AsmConvertU64F64(49), MakeUInt128(0x4048800000000000ULL, 0U)); in TEST()734 ASSERT_EQ(AsmConvertU64F64(1ULL << 63), MakeUInt128(0x43e0000000000000ULL, 0U)); in TEST()