Home
last modified time | relevance | path

Searched refs:AsmConvertU32F32 (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_arm64.cc643 TEST(Arm64InsnTest, AsmConvertU32F32) { in TEST() argument
644 constexpr auto AsmConvertU32F32 = ASM_INSN_WRAP_FUNC_W_RES_R_ARG("ucvtf %s0, %w1"); in TEST() local
646 ASSERT_EQ(AsmConvertU32F32(29), MakeUInt128(0x41e80000U, 0U)); in TEST()
649 ASSERT_EQ(AsmConvertU32F32(1U << 31), MakeUInt128(0x4f000000U, 0U)); in TEST()
717 constexpr auto AsmConvertU32F32 = ASM_INSN_WRAP_FUNC_W_RES_W_ARG("ucvtf %0.4s, %1.4s"); in TEST() local
719 ASSERT_EQ(AsmConvertU32F32(arg), MakeUInt128(0x4f00000041c80000ULL, 0x42b0000041800000ULL)); in TEST()