Searched refs:AsmConvertUX32F64 (Results 1 – 1 of 1) sorted by relevance
1359 constexpr auto AsmConvertUX32F64 = ASM_INSN_WRAP_FUNC_W_RES_R_ARG("ucvtf %d0, %w1, #8"); in TEST() local1361 ASSERT_EQ(AsmConvertUX32F64(0x361), MakeUInt128(0x400b080000000000ULL, 0U)); in TEST()1363 ASSERT_EQ(AsmConvertUX32F64(1U << 31), MakeUInt128(0x4160000000000000ULL, 0U)); in TEST()