Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_arm64.cc141 __uint128_t res12 = ASM_INSN_WRAP_FUNC_W_RES("fmov s0, #-3.10e+01")(); in TEST() local
142 ASSERT_EQ(res12, MakeUInt128(0xc1f80000U, 0U)); in TEST()
248 __uint128_t res12 = ASM_INSN_WRAP_FUNC_W_RES("fmov %d0, #-3.10e+01")(); in TEST() local
249 ASSERT_EQ(res12, MakeUInt128(0xc03f000000000000ULL, 0U)); in TEST()
330 __uint128_t res12 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.4s, #-3.10e+01")(); in TEST() local
331 ASSERT_EQ(res12, MakeUInt128(0xc1f80000c1f80000ULL, 0xc1f80000c1f80000ULL)); in TEST()
412 __uint128_t res12 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.2d, #-3.10e+01")(); in TEST() local
413 ASSERT_EQ(res12, MakeUInt128(0xc03f000000000000ULL, 0xc03f000000000000ULL)); in TEST()