Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
H A Dencoder_operands.cpp176 u8_max = std::numeric_limits<uint8_t>::max(); in TEST() local
200 Imm imm_u8(u8), imm_u8_z(u8_z), imm_u8_min(u8_min), imm_u8_max(u8_max); in TEST()
203 ASSERT_EQ(imm_u8_max.GetValue<int8_t>(), static_cast<int8_t>(u8_max)); in TEST()

Completed in 1 milliseconds