/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | datatype.h | 35 UINT16, 69 "u16", // UINT16 95 case Type::UINT16: in GetCommonType() 113 case Type::UINT16: in IsInt32Bit() 129 case UINT16: in IsTypeNumeric() 150 case UINT16: in IsLessInt32() 171 return UINT16; in GetIntTypeForReference() 184 return is_signed ? INT16 : UINT16; in GetIntTypeBySize() 202 case UINT16: in Is32Bits() 266 case UINT16 in ShiftByType() [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | datatype.h | 36 UINT16, 70 "u16", // UINT16 103 case Type::UINT16: in GetCommonType() 125 case Type::UINT16: in IsInt32Bit() 142 case UINT16: in IsTypeNumeric() 163 case UINT16: in IsLessInt32() 185 return UINT16; in GetIntTypeForReference() 199 return isSigned ? INT16 : UINT16; in GetIntTypeBySize() 218 case UINT16: in Is32Bits() 279 case UINT16 in ShiftByType() [all...] |
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforinteger_fuzzer/ |
H A D | builtinsarraybuffergetvaluefrombufferforinteger_fuzzer.cpp | 60 BuiltinsArrayBuffer::SetValueInBuffer(thread, arrayBuffer, 0, DataViewType::UINT16, val, false); in BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest() 61 BuiltinsArrayBuffer::GetValueFromBuffer(thread, arrayBuffer, 0, DataViewType::UINT16, false); in BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | typed_array_helper-inl.h | 105 return DataViewType::UINT16; in GetType() 223 case DataViewType::UINT16: in GetConstructorFromType() 253 case DataViewType::UINT16: in GetSharedConstructorFromType() 283 case DataViewType::UINT16: in GetConstructorNameFromType() 314 case DataViewType::UINT16: in GetSharedConstructorNameFromType() 346 case DataViewType::UINT16: in GetOnHeapHclassFromType() 378 case DataViewType::UINT16: in GetSharedOnHeapHclassFromType() 410 case DataViewType::UINT16: in GetNotOnHeapHclassFromType() 442 case DataViewType::UINT16: in GetSharedNotOnHeapHclassFromType() 469 arrayType == DataViewType::UINT16) { in GetSizeFromType() [all...] |
/arkcompiler/runtime_core/compiler/tests/ |
H A D | inst_generator.h | 131 std::vector<DataType::Type> integer_types_ {DataType::UINT8, DataType::INT8, DataType::UINT16, DataType::INT16, member in panda::compiler::InstGenerator::DataType 134 std::vector<DataType::Type> numeric_types_ {DataType::BOOL, DataType::UINT8, DataType::INT8, DataType::UINT16, member in panda::compiler::InstGenerator::DataType 139 DataType::REFERENCE, DataType::BOOL, DataType::UINT8, DataType::INT8, DataType::UINT16, DataType::INT16, member in panda::compiler::InstGenerator::DataType 143 DataType::UINT16, DataType::INT16, DataType::UINT32, DataType::INT32, member in panda::compiler::InstGenerator::DataType 147 DataType::UINT16, DataType::INT16, DataType::UINT32, DataType::INT32, member in panda::compiler::InstGenerator::DataType 303 {DataType::INT8, -1}, {DataType::UINT16, -1}, {DataType::INT16, -1}, {DataType::UINT32, -1},
|
H A D | vixl_exec_module.h | 51 case (DataType::UINT16): in CutValue() 98 return DataType::UINT16; in GetType() 192 } else if (type == DataType::UINT16) { in WriteParameters()
|
H A D | compiler_inst_test.cpp | 631 auto type1 = DataType::Type::UINT16; in HWTEST_F() 652 auto type1 = DataType::Type::UINT16; in HWTEST_F() 673 auto type1 = DataType::Type::UINT16; in HWTEST_F() 705 auto type1 = DataType::Type::UINT16; in HWTEST_F()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_dataview.cpp | 29 case DataViewType::UINT16: in GetElementSize()
|
H A D | js_dataview.h | 27 BIGINT64 = 0, BIGUINT64, FLOAT32, FLOAT64, INT8, INT16, INT32, UINT8, UINT16, UINT32, UINT8_CLAMPED member in panda::ecmascript::DataViewType
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | inst_generator.h | 176 std::vector<DataType::Type> integerTypes_ {DataType::UINT8, DataType::INT8, DataType::UINT16, DataType::INT16, member in ark::compiler::InstGenerator::DataType 179 std::vector<DataType::Type> numericTypes_ {DataType::BOOL, DataType::UINT8, DataType::INT8, DataType::UINT16, member in ark::compiler::InstGenerator::DataType 184 DataType::REFERENCE, DataType::BOOL, DataType::UINT8, DataType::INT8, DataType::UINT16, DataType::INT16, member in ark::compiler::InstGenerator::DataType 188 DataType::UINT16, DataType::INT16, DataType::UINT32, DataType::INT32, member in ark::compiler::InstGenerator::DataType 192 DataType::UINT16, DataType::INT16, DataType::UINT32, DataType::INT32, member in ark::compiler::InstGenerator::DataType 353 {DataType::INT8, -1}, {DataType::UINT16, -1}, {DataType::INT16, -1}, {DataType::UINT32, -1},
|
H A D | vixl_exec_module.h | 51 case (DataType::UINT16): in CutValue() 98 return DataType::UINT16; in GetType() 203 } else if (type == DataType::UINT16) { in WriteParameters()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder-inl.h | 421 auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, argInput->GetType()); in BuildCharIsUpperCaseIntrinsic() 423 GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->GetType()); in BuildCharIsUpperCaseIntrinsic() 425 auto inst1 = GetGraph()->CreateInstSub(DataType::UINT16, GetPc(bcInst->GetAddress()), arg, constA); in BuildCharIsUpperCaseIntrinsic() 428 graph_->FindOrCreateConstant('Z' - 'A'), DataType::UINT16, ConditionCode::CC_BE); in BuildCharIsUpperCaseIntrinsic() 446 auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, argInput->GetType()); in BuildCharToUpperCaseIntrinsic() 448 GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->GetType()); in BuildCharToUpperCaseIntrinsic() 450 auto inst1 = GetGraph()->CreateInstSub(DataType::UINT16, GetPc(bcInst->GetAddress()), arg, constA); in BuildCharToUpperCaseIntrinsic() 453 graph_->FindOrCreateConstant('z' - 'a'), DataType::UINT16, ConditionCode::CC_BE); in BuildCharToUpperCaseIntrinsic() 454 auto inst3 = GetGraph()->CreateInstMul(DataType::UINT16, GetPc(bcInst->GetAddress()), inst2, in BuildCharToUpperCaseIntrinsic() 456 auto inst4 = GetGraph()->CreateInstAdd(DataType::UINT16, GetP in BuildCharToUpperCaseIntrinsic() [all...] |
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | codegen.cpp | 272 case compiler::DataType::UINT16: in VisitConstant32() 369 case compiler::DataType::UINT16: in VisitConstant() 397 case compiler::DataType::UINT16: in EncodeSta() 737 case compiler::DataType::UINT16: in VisitIf() 950 case compiler::DataType::UINT16: in IfImmZero() 1027 case compiler::DataType::UINT16: in IfImmNonZero() 1148 case compiler::DataType::UINT16: in VisitCastFromI32() 1190 case compiler::DataType::UINT16: in VisitCastFromU32() 1234 case compiler::DataType::UINT16: in VisitCastFromI64() 1436 case compiler::DataType::UINT16 in VisitReturn() [all...] |
H A D | reg_encoder.cpp | 677 case compiler::DataType::UINT16: in VisitLoadObject() 708 case compiler::DataType::UINT16: in VisitLoadStatic() 735 case compiler::DataType::UINT16: in VisitStoreObject() 766 case compiler::DataType::UINT16: in VisitStoreStatic()
|
H A D | bytecode_optimizer_isapi.rb | 230 @i32_types ||= %w[BOOL UINT8 INT8 UINT16 INT16 UINT32 INT32] 465 [case_(%w[UINT8 UINT16 UINT32], 'ucmp', r(1)), 509 case_(['UINT16'], 'ldarru.16', r(0)), 521 case_(['INT16', 'UINT16'], 'starr.16', r(0), r(1)),
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 27 UINT16 = 'u16' 78 Tokens::Types::UINT16 => "DataType::UINT16", 229 'u16' => 'DataType::UINT16',
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 27 UINT16 = 'u16' 78 Tokens::Types::UINT16 => "DataType::UINT16", 233 'u16' => 'DataType::UINT16',
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_arraybuffer.cpp | 363 case DataViewType::UINT16: in GetValueFromBuffer() 364 return GetValueFromBufferForInteger<uint16_t, NumberSize::UINT16>(block, byteIndex, littleEndian); in GetValueFromBuffer() 433 case DataViewType::UINT16: in IsUnclampedIntegerElementType() 475 case NumberSize::UINT16: in LittleEndianToBigEndian() 513 ASSERT(size >= NumberSize::UINT16 || size <= NumberSize::FLOAT64); in GetValueFromBufferForInteger() 742 case DataViewType::UINT16: in SetValueInBuffer() 945 case DataViewType::UINT16: in TryFastSetValueInBuffer()
|
H A D | builtins_arraybuffer.h | 52 UINT16 = 2, INT16 = 2, UINT32 = 4, INT32 = 4, FLOAT32 = 4, FLOAT64 = 8, BIGINT64 = 8, BIGUINT64 = 8
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
H A D | ets_inst_builder.cpp | 88 case DataType::UINT16: in BuildLdObjByName() 135 case DataType::UINT16: in ExtractIntrinsicIdByType()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | ets_interop_runtime_interface-inl.h | 32 return {IntrinsicId::INTRINSIC_COMPILER_CONVERT_U16_TO_LOCAL, compiler::DataType::UINT16}; in GetInfoForInteropConvert() 101 return {{IntrinsicId::INTRINSIC_COMPILER_CONVERT_LOCAL_TO_U16, compiler::DataType::UINT16}};
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | typed_array_helper_test.cpp | 64 case DataViewType::UINT16: { in CreateTypedArrayCallInfo() 257 EXPECT_EQ(TypedArrayHelper::GetType(JSType::JS_UINT16_ARRAY), DataViewType::UINT16); in HWTEST_F_L0() member in panda::test::DataViewType 365 EXPECT_EQ(TypedArrayHelper::GetConstructorFromType(thread, DataViewType::UINT16).GetTaggedValue(), in HWTEST_F_L0() 387 EXPECT_EQ(TypedArrayHelper::GetSizeFromType(DataViewType::UINT16), 2U); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_dataview_test.cpp | 41 EXPECT_EQ(JSDataView::GetElementSize(DataViewType::UINT16), 2U); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | bytecode_optimizer_isapi.rb | 182 @i32_types ||= %w[BOOL UINT8 INT8 UINT16 INT16 UINT32 INT32]
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | type_info.h | 193 case DataType::UINT16: in FromDataType()
|