Home
last modified time | relevance | path

Searched refs:u16_max (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dencoder_operands.cpp178 u16_max = std::numeric_limits<uint16_t>::max(); in TEST() local
215 Imm imm_u16(u16), imm_u16_z(u16_z), imm_u16_min(u16_min), imm_u16_max(u16_max); in TEST()
218 ASSERT_EQ(imm_u16_max.GetValue<int16_t>(), static_cast<int16_t>(u16_max)); in TEST()

Completed in 2 milliseconds