Searched defs:param3 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 178 …ams([[maybe_unused]] T *param1, [[maybe_unused]] T *param2, [[maybe_unused]] T *param3, Opcode opc) in FixParams() 334 auto param3 = std::get<2U>(vals); in Generate() local 512 T DoLogic(Opcode opc, T param1, [[maybe_unused]] T param2, [[maybe_unused]] T param3, in DoLogic()
|
| D | inst_generator.cpp | 284 auto param3 = CreateParamInst(graph, type, 2U); in GenerateOperation() local 301 auto param3 = CreateParamInst(graph, cmpType, 3U); in GenerateOperation() local 669 auto param3 = CreateParamInst(graph, DataType::BOOL, 2U); in GeneratePhiOperation() local
|
| D | codegen_test.cpp | 233 auto param3 = CutValue<T>(10U, TYPE); in CheckStoreArray() local 378 auto param3 = CutValue<T>(3U, TYPE); in CheckStoreArrayPair() local 756 auto param3 = CutValue<ObjectPointerType>(10U, DataType::UINT64); in TEST_F() local 995 auto param3 = CutValue<uint64_t>(value - 5L, DataType::INT32); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2810 auto param3 = RandomGen<int64_t>(); in TestParamMainLoop() local 2911 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelect() local 2996 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelectTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2931 auto param3 = Reg(6, TypeInfo(uint32_t(0))); in TestSelect() local 3020 auto param3 = Reg(6, TypeInfo(uint32_t(0))); in TestSelectTest() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2893 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelect() local 2978 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelectTest() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2916 auto param3 = Reg(6, TypeInfo(uint32_t(0))); in TestSelect() local 3005 auto param3 = Reg(6, TypeInfo(uint32_t(0))); in TestSelectTest() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 3030 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelect() local 3115 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelectTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 3063 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelect() local 3148 auto param3 = test->GetParameter(TypeInfo(uint32_t(0)), 3); in TestSelectTest() local
|