Home
last modified time | relevance | path

Searched defs:i16 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp36 int16_t i16; in TEST() local
186 int16_t i16 = random_gen(), i16_z = 0, i16_min = std::numeric_limits<int16_t>::min(), in TEST() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp277 int16_t i16 = g_randomGen(), i16Z = 0U, i16Min = std::numeric_limits<int16_t>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h528 IrConstructor &i16() // NOLINT(readability-identifier-naming) in i16() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h644 IrConstructor &i16() // NOLINT(readability-identifier-naming) in i16() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1856 int16_t i16 = -5000; variable