Home
last modified time | relevance | path

Searched defs:I32 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dclass_root.h27 I32, enumerator
/arkcompiler/runtime_core/assembler/
Dannotation.h82 I32, enumerator
/arkcompiler/runtime_core/verification/absint/
Dpanda_types.h156 const Type &I32() const in I32() function
Dabs_int_inl.h170 const Type &I32; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h38 I32, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h264 static const std::string I32; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp50 const std::string ObjectSubType::I32 = "i32"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1302 constexpr uint8_t I32 = 0x7; in EncodeGetTypeSize() local