Searched refs:res7 (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_arm64.cc | 121 __uint128_t res7 = ASM_INSN_WRAP_FUNC_W_RES("fmov s0, #1.0e+00")(); in TEST() local 122 ASSERT_EQ(res7, MakeUInt128(0x3f800000U, 0U)); in TEST() 228 __uint128_t res7 = ASM_INSN_WRAP_FUNC_W_RES("fmov %d0, #1.0e+00")(); in TEST() local 229 ASSERT_EQ(res7, MakeUInt128(0x3ff0000000000000ULL, 0U)); in TEST() 310 __uint128_t res7 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.4s, #1.0e+00")(); in TEST() local 311 ASSERT_EQ(res7, MakeUInt128(0x3f8000003f800000ULL, 0x3f8000003f800000ULL)); in TEST() 392 __uint128_t res7 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.2d, #1.0e+00")(); in TEST() local 393 ASSERT_EQ(res7, MakeUInt128(0x3ff0000000000000ULL, 0x3ff0000000000000ULL)); in TEST()
|