Home
last modified time | relevance | path

Searched refs:s16 (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlowering_test.cpp1460 PARAMETER(0U, 0U).s16(); in TEST_F()
1461 PARAMETER(1U, 1U).s16(); in TEST_F()
1466 INST(3U, Opcode::Mul).s16().Inputs(0U, 1U); in TEST_F()
1470 INST(5U, Opcode::Neg).s16().Inputs(1U); in TEST_F()
1474 INST(7U, Opcode::Neg).s16().Inputs(0U); in TEST_F()
1478 INST(9U, Opcode::Mul).s16().Inputs(0U, 1U); in TEST_F()
1482 INST(11U, Opcode::Neg).s16().Inputs(0U); in TEST_F()
1585 PARAMETER(0U, 0U).s16(); in TEST_F()
1586 PARAMETER(1U, 1U).s16(); in TEST_F()
1591 INST(3U, Opcode::Not).s16() in TEST_F()
[all...]
H A Dpeepholes_test.cpp511 INST(2U, Opcode::And).s16().Inputs(0U, 0U); in TEST_F()
2667 INST(6U, Opcode::Cast).s16().SrcType(DataType::INT32).Inputs(0U); in TEST_F()
3539 INST(11U, Opcode::Phi).s16().Inputs(5U, 8U); in SRC_GRAPH()
3570 INST(11U, Opcode::Phi).s16().Inputs(5U, 8U); in OUT_GRAPH()
4236 PARAMETER(0U, 0U).s16(); in TEST_F()
4240 INST(2U, Opcode::Cast).s16().SrcType(DataType::FLOAT32).Inputs(1U); in TEST_F()
4242 INST(4U, Opcode::Cast).s16().SrcType(DataType::FLOAT64).Inputs(3U); in TEST_F()
4243 INST(5U, Opcode::Return).s16().Inputs(4U); in TEST_F()
4249 PARAMETER(0U, 0U).s16(); in TEST_F()
4253 INST(2U, Opcode::Cast).s16() in TEST_F()
[all...]
H A Dmemory_coalescing_test.cpp1089 INST(9U, Opcode::LoadArrayI).s16().Inputs(0U).Imm(0x4U); in TEST_F()
1090 INST(10U, Opcode::LoadArrayI).s16().Inputs(0U).Imm(0x5U); in TEST_F()
1091 INST(11U, Opcode::StoreArray).s16().Inputs(0U, 1U, 9U); in TEST_F()
1092 INST(12U, Opcode::StoreArray).s16().Inputs(0U, 6U, 10U); in TEST_F()
H A Dinst_test.cpp382 PARAMETER(6U, 11U).s16(); in TEST_F()
H A Dlse_test.cpp1861 INST(12U, Opcode::Cast).s16().SrcType(DataType::INT64).Inputs(11U); in SRC_GRAPH()
1869 INST(16U, Opcode::StoreArray).s16().Inputs(15U, 14U, 12U); in SRC_GRAPH()
1878 INST(20U, Opcode::StoreArray).s16().Inputs(19U, 14U, 12U); in SRC_GRAPH()
1898 INST(12U, Opcode::Cast).s16().SrcType(DataType::INT64).Inputs(11U); in OUT_GRAPH()
1904 INST(16U, Opcode::StoreArray).s16().Inputs(13U, 14U, 12U); in OUT_GRAPH()
1910 INST(20U, Opcode::StoreArray).s16().Inputs(13U, 14U, 12U); in OUT_GRAPH()
H A Dir_builder_test.cpp3640 INST(6U, Opcode::LoadArray).s16().Inputs(3U, 5U); in TEST_F()
3641 INST(7U, Opcode::Return).s16().Inputs(6U); in TEST_F()
3883 INST(7U, Opcode::StoreArray).s16().Inputs(4U, 6U, 2U); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
H A Ddeoptimization_arm.S140 CFI_REL_OFFSET(s16, -((BOUNDARY_FRAME_SLOT + 22) * 4))
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp936 INST(1U, Opcode::Cast).s16().SrcType(compiler::DataType::INT32).Inputs(0U); in TEST_F()
937 INST(2U, Opcode::Return).s16().Inputs(1U); in TEST_F()
1069 INST(1U, Opcode::Cast).s16().SrcType(compiler::DataType::INT64).Inputs(0U); in TEST_F()
1070 INST(2U, Opcode::Return).s16().Inputs(1U); in TEST_F()
H A Dreg_acc_alloc_test.cpp253 INST(3U, Opcode::Cast).s16().SrcType(compiler::DataType::INT32).Inputs(2U); in TEST_F()
254 INST(4U, Opcode::Return).s16().Inputs(3U); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h509 IrConstructor &s16() // NOLINT(readability-identifier-naming) in s16() function in panda::compiler::final
530 return s16(); in i16()
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_test.cpp376 PARAMETER(6, 11).s16(); in TEST_F()
H A Dir_builder_test.cpp3618 INST(6, Opcode::LoadArray).s16().Inputs(3, 5); in TEST_F()
3619 INST(7, Opcode::Return).s16().Inputs(6); in TEST_F()
3861 INST(7, Opcode::StoreArray).s16().Inputs(4, 6, 2); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h626 IrConstructor &s16() // NOLINT(readability-identifier-naming) in s16() function in ark::compiler::final
647 return s16(); in i16()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp1505 PARAMETER(1U, 1U).s16(); in TEST_F()
1509 INST(8U, Opcode::Add).s16().Inputs(1U, 1U); in TEST_F()

Completed in 42 milliseconds