Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
H A Dencoder_operands.cpp180 u32_max = std::numeric_limits<uint32_t>::max(); in TEST() local
230 Imm imm_u32(u32), imm_u32_z(u32_z), imm_u32_min(u32_min), imm_u32_max(u32_max); in TEST()
233 ASSERT_EQ(imm_u32_max.GetValue<int32_t>(), static_cast<int32_t>(u32_max)); in TEST()

Completed in 1 milliseconds