/arkcompiler/runtime_core/static_core/verification/absint/tests/ |
H A D | reg_context_test.cpp | 45 auto u16 = Type {Builtin::U16}; in TEST_F() local 51 AbstractTypedValue av3 {u16, nv()}; in TEST_F()
|
H A D | exec_context_test.cpp | 99 auto u16 = Type {Builtin::U16}; in TEST_F() local 105 AbstractTypedValue av3 {u16, nv()}; in TEST_F()
|
/arkcompiler/runtime_core/static_core/verification/value/tests/ |
H A D | abstract_typed_value_test.cpp | 44 auto u16 = Type {Builtin::U16}; in TEST_F() local 58 AbstractTypedValue av4 {u16, nv()}; in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | encoder_operands.cpp | 35 uint16_t u16; in TEST() local 47 TypeInfo(u16), in TEST() 136 ASSERT_EQ(TypeInfo(u16), INT16_TYPE); in TEST() 177 uint16_t u16 = random_gen(), u16_z = 0, u16_min = std::numeric_limits<uint16_t>::min(), in TEST() local 215 Imm imm_u16(u16), imm_u16_z(u16_z), imm_u16_min(u16_min), imm_u16_max(u16_max); in TEST() 216 ASSERT_EQ(imm_u16.GetValue<int16_t>(), static_cast<int16_t>(u16)); in TEST()
|
H A D | inst_test.cpp | 372 PARAMETER(2, 4).u16(); in TEST_F() 409 PARAMETER(2, 4).u16(); in TEST_F()
|
H A D | vn_test.cpp | 206 INST(7, Opcode::Add).u16().Inputs(0, 1); in TEST_F() 234 INST(7, Opcode::Add).u16().Inputs(0, 1); in TEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 27 UINT16 = 'u16' 66 "int" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64], 68 "number" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64], 69 "real" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 ref ptr] 229 'u16' => 'DataType::UINT16',
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
H A D | instructions.rb | 27 UINT16 = 'u16' 66 "int" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64], 68 "number" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64], 69 "real" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 ref ptr] 233 'u16' => 'DataType::UINT16',
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
H A D | namemangler.cpp | 162 static uint16_t ChangeEndian16(uint16_t u16) in ChangeEndian16() argument 164 return ((u16 & 0xFF00) >> kCodeOffset2) | ((u16 & 0xFF) << kCodeOffset2); in ChangeEndian16()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | encoder_operands.cpp | 198 uint16_t u16 = g_randomGen(), u16Z = 0U, u16Min = std::numeric_limits<uint16_t>::min(), in TEST() local 214 Imm immU16(u16), immU16Z(u16Z), immU16Min(u16Min), immU16Max(u16Max); in TEST() 215 ASSERT_EQ(immU16.GetAsInt(), u16); in TEST() 220 TypedImm typedImmU16(u16), typedImmU16Z(u16Z); in TEST() 224 ASSERT_EQ(typedImmU16.GetImm().GetAsInt(), u16); in TEST()
|
H A D | peepholes_test.cpp | 703 INST(3U, Opcode::Add).u16().Inputs(0U, 1U); in TEST_F() 704 INST(4U, Opcode::Sub).u16().Inputs(0U, 1U); in TEST_F() 2135 INST(3U, Opcode::Shl).u16().Inputs(0U, 1U); in TEST_F() 2161 PARAMETER(2U, 2U).u16(); in SRC_GRAPH() 2169 INST(7U, Opcode::Shl).u16().Inputs(2U, 4U); in SRC_GRAPH() 2383 INST(3U, Opcode::Shr).u16().Inputs(0U, 1U); in TEST_F() 2409 PARAMETER(2U, 2U).u16(); in SRC_GRAPH() 2417 INST(7U, Opcode::Shr).u16().Inputs(2U, 4U); in SRC_GRAPH() 2533 INST(3U, Opcode::AShr).u16().Inputs(0U, 1U); in TEST_F() 2559 PARAMETER(2U, 2U).u16(); in SRC_GRAPH() [all...] |
H A D | lowering_test.cpp | 143 INST(19U, Opcode::Add).u16().Inputs(0U, 1U); in BuildGraphLoweringAddSub() 144 INST(20U, Opcode::Add).u16().Inputs(0U, 2U); in BuildGraphLoweringAddSub() 1158 PARAMETER(1U, 1U).u16(); in TEST_F() 1159 PARAMETER(2U, 2U).u16(); in TEST_F() 1164 INST(3U, Opcode::Mul).u16().Inputs(1U, 2U); in TEST_F() 1290 INST(3U, Opcode::Mul).u16().Inputs(0U, 1U); in TEST_F() 1294 INST(5U, Opcode::Mul).u16().Inputs(0U, 1U); in TEST_F() 1300 INST(9U, Opcode::Mul).u16().Inputs(8U, 1U); in TEST_F() 1305 INST(12U, Opcode::Mul).u16().Inputs(0U, 11U); in TEST_F() 1309 INST(14U, Opcode::Mul).u16() in TEST_F() [all...] |
H A D | inst_test.cpp | 378 PARAMETER(2U, 4U).u16(); in TEST_F() 415 PARAMETER(2U, 4U).u16(); in TEST_F()
|
H A D | const_folding_test.cpp | 3161 INST(2U, Opcode::Shl).u16().Inputs(0U, 1U); in TEST_F() 3162 INST(3U, Opcode::Return).u16().Inputs(2U); in TEST_F() 3180 INST(2U, Opcode::Shl).u16().Inputs(0U, 1U); in TEST_F() 3181 INST(3U, Opcode::Return).u16().Inputs(2U); in TEST_F() 3198 INST(2U, Opcode::Shr).u16().Inputs(0U, 1U); in TEST_F() 3199 INST(3U, Opcode::Return).u16().Inputs(2U); in TEST_F() 3217 INST(2U, Opcode::Shr).u16().Inputs(0U, 1U); in TEST_F() 3218 INST(3U, Opcode::Return).u16().Inputs(2U); in TEST_F()
|
H A D | bounds_analysis_test.cpp | 305 PARAMETER(0U, 0U).u16(); in TypeFittingBuildGraph() 331 INST(11U, Opcode::Return).u16().Inputs(0U); in TypeFittingBuildGraph() 338 INST(14U, Opcode::ReturnI).u16().Imm(0x23U); in TypeFittingBuildGraph()
|
H A D | alias_analysis_test.cpp | 572 INST(8U, Opcode::StoreArray).u16().Inputs(5U, 7U, 2U); in TEST_F() 576 INST(13U, Opcode::LoadArray).u16().Inputs(5U, 12U); in TEST_F()
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
H A D | reg_acc_alloc_test.cpp | 419 PARAMETER(0U, 0U).u16(); in TEST_F() 437 INST(11U, Opcode::Return).u16().Inputs(0U); in TEST_F() 441 INST(14U, Opcode::Return).u16().Inputs(1U); in TEST_F() 821 INST(13U, Opcode::Return).u16().Inputs(25U); in TEST_F() 828 INST(22U, Opcode::CallVirtual).u16().Inputs({{REFERENCE, 16U}, {INT32, 19U}, {NO_TYPE, 20U}}); in TEST_F() 829 INST(23U, Opcode::Return).u16().Inputs(22U); in TEST_F() 862 INST(8U, Opcode::Return).u16().Inputs(22U); in TEST_F() 869 INST(19U, Opcode::CallVirtual).u16().Inputs({{REFERENCE, 0U}, {NO_TYPE, 17U}}); in TEST_F() 870 INST(20U, Opcode::Return).u16().Inputs(19U); in TEST_F()
|
H A D | codegen_test.cpp | 955 INST(1U, Opcode::Cast).u16().SrcType(compiler::DataType::INT32).Inputs(0U); in TEST_F() 956 INST(2U, Opcode::Return).u16().Inputs(1U); in TEST_F() 1088 INST(1U, Opcode::Cast).u16().SrcType(compiler::DataType::INT64).Inputs(0U); in TEST_F() 1089 INST(2U, Opcode::Return).u16().Inputs(1U); in TEST_F() 1473 INST(11U, Opcode::And).u16().Inputs(1U, 3U); in TEST_F()
|
/arkcompiler/runtime_core/isa/ |
H A D | asserts.rb | 157 assert('Operand type should be one of none, ref, u1, u2, i8, u8, i16, u16, i32, u32, b32, i64, u64, b64, f64, top, any') do 158 types = %w[none ref u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 top any]
|
H A D | isapi.rb | 363 types = %i[none u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 ref top any] 392 %i[u1 u2 u8 u16 u32 u64].include?(@type.to_sym)
|
/arkcompiler/runtime_core/static_core/isa/ |
H A D | asserts.rb | 157 assert('Operand type should be one of none, ref, u1, u2, i8, u8, i16, u16, i32, u32, b32, i64, u64, b64, f64, top, any') do 158 types = %w[none ref u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 top any]
|
H A D | isapi.rb | 336 types = %i[none u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 ref top any]
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | instruction.rb | 199 :u16 => :UINT16,
|
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
H A D | codegen_test_1.cpp | 1633 INST(19U, Opcode::Add).u16().Inputs(0U, 1U); in SRC_GRAPH() 1634 INST(20U, Opcode::Add).u16().Inputs(0U, 2U); in SRC_GRAPH()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 489 IrConstructor &u16() // NOLINT(readability-identifier-naming) in u16() function in panda::compiler::final
|