Searched refs:res9 (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_arm64.cc | 129 __uint128_t res9 = ASM_INSN_WRAP_FUNC_W_RES("fmov s0, #-2.0e+00")(); in TEST() local 130 ASSERT_EQ(res9, MakeUInt128(0xc0000000U, 0U)); in TEST() 236 __uint128_t res9 = ASM_INSN_WRAP_FUNC_W_RES("fmov %d0, #-2.0e+00")(); in TEST() local 237 ASSERT_EQ(res9, MakeUInt128(0xc000000000000000ULL, 0U)); in TEST() 318 __uint128_t res9 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.4s, #-2.0e+00")(); in TEST() local 319 ASSERT_EQ(res9, MakeUInt128(0xc0000000c0000000ULL, 0xc0000000c0000000ULL)); in TEST() 400 __uint128_t res9 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.2d, #-2.0e+00")(); in TEST() local 401 ASSERT_EQ(res9, MakeUInt128(0xc000000000000000ULL, 0xc000000000000000ULL)); in TEST()
|