Home
last modified time | relevance | path

Searched defs:INT16 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_dataview.h27 …BIGINT64 = 0, BIGUINT64, FLOAT32, FLOAT64, INT8, INT16, INT32, UINT8, UINT16, UINT32, UINT8_CLAMPED enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvariable_type.h59 static VariableType INT16() in INT16() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.h52 …UINT16 = 2, INT16 = 2, UINT32 = 4, INT32 = 4, FLOAT32 = 4, FLOAT64 = 8, BIGINT64 = 8, BIGUINT64 = 8 enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h36 INT16, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h37 INT16, 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.rb23 INT16 = 'i16' constant
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb23 INT16 = 'i16' constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.h104 INT16 = 2, enumerator