Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp34 int8_t i8; in TEST() local
184 int8_t i8 = random_gen(), i8_z = 0, i8_min = std::numeric_limits<int8_t>::min(), in TEST() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp275 int8_t i8 = g_randomGen(), i8Z = 0U, i8Min = std::numeric_limits<int8_t>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h524 IrConstructor &i8() // NOLINT(readability-identifier-naming) in i8() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h640 IrConstructor &i8() // NOLINT(readability-identifier-naming) in i8() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1848 int8_t i8 = -30; variable