Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.h27 INT64, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvariable_type.h69 static VariableType INT64() in INT64() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h40 INT64, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h41 INT64, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtype_info.h93 …enum TypeId : uint8_t { INT8 = 0, INT16 = 1, INT32 = 2, INT64 = 3, FLOAT32 = 4, FLOAT64 = 5, INVAL… enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb25 INT64 = 'i64' constant
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb25 INT64 = 'i64' constant
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator