Searched defs:INT64 (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | variable_type.h | 69 static VariableType INT64() in INT64() function
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | datatype.h | 40 INT64, enumerator
|
/arkcompiler/runtime_core/compiler/code_info/ |
D | vreg_info.h | 29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 25 INT64 = 'i64' constant
|
/arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
D | operands.h | 118 …enum TypeId : uint8_t { INT8 = 0, INT16 = 1, INT32 = 2, INT64 = 3, FLOAT32 = 4, FLOAT64 = 5, INVAL… enumerator
|