Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_arm64.cc137 __uint128_t res11 = ASM_INSN_WRAP_FUNC_W_RES("fmov s0, #-1.60e+01")(); in TEST() local
138 ASSERT_EQ(res11, MakeUInt128(0xc1800000U, 0U)); in TEST()
244 __uint128_t res11 = ASM_INSN_WRAP_FUNC_W_RES("fmov %d0, #-1.60e+01")(); in TEST() local
245 ASSERT_EQ(res11, MakeUInt128(0xc030000000000000ULL, 0U)); in TEST()
326 __uint128_t res11 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.4s, #-1.60e+01")(); in TEST() local
327 ASSERT_EQ(res11, MakeUInt128(0xc1800000c1800000ULL, 0xc1800000c1800000ULL)); in TEST()
408 __uint128_t res11 = ASM_INSN_WRAP_FUNC_W_RES("fmov %0.2d, #-1.60e+01")(); in TEST() local
409 ASSERT_EQ(res11, MakeUInt128(0xc030000000000000ULL, 0xc030000000000000ULL)); in TEST()