Home
last modified time | relevance | path

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

/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/compiler/code_info/
Dvreg_info.h29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb25 INT64 = 'i64' constant
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Doperands.h118 …enum TypeId : uint8_t { INT8 = 0, INT16 = 1, INT32 = 2, INT64 = 3, FLOAT32 = 4, FLOAT64 = 5, INVAL… enumerator