Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp33 uint8_t u8; in TEST() local
175 uint8_t u8 = random_gen(), u8_z = 0, u8_min = std::numeric_limits<uint8_t>::min(), in TEST() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp196 uint8_t u8 = g_randomGen(), u8Z = 0U, u8Min = std::numeric_limits<uint8_t>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h484 IrConstructor &u8() // NOLINT(readability-identifier-naming) in u8() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h600 IrConstructor &u8() // NOLINT(readability-identifier-naming) in u8() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1847 int8_t u8 = 2; variable