Home
last modified time | relevance | path

Searched defs:i32 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp38 int32_t i32; in TEST() local
188 int32_t i32 = random_gen(), i32_z = 0, i32_min = std::numeric_limits<int32_t>::min(), in TEST() local
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp155 int32_t i32; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp309 int32_t i32 = g_randomGen(), i32Z = 0U, i32Min = std::numeric_limits<int32_t>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h532 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h649 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1865 int32_t i32 = -700000; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2360 LiteCGType *i32 = lmirBuilder_->i32Type; in VisitInitVreg() local