Searched defs:INT8 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_dataview.h | 27 …BIGINT64 = 0, BIGUINT64, FLOAT32, FLOAT64, INT8, INT16, INT32, UINT8, UINT16, UINT32, UINT8_CLAMPED enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | variable_type.h | 54 static VariableType INT8() in INT8() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | datatype.h | 34 INT8, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | datatype.h | 35 INT8, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | type_info.h | 93 …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/ |
| D | instructions.rb | 22 INT8 = 'i8' constant
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 22 INT8 = 'i8' constant
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.h | 102 INT8 = 1, enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 684 CODEGEN_TYPED_ARRAY_TO_REVERSED(Int8, INT8) in CODEGEN_TYPED_ARRAY_TO_REVERSED() argument
|