Searched refs:DstReg (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
H A D | dangling_pointers_checker_test.cpp | 60 INST(0U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["frame"]); in TEST_F() 61 INST(1U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["acc"]); in TEST_F() 62 INST(2U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["acc_tag"]); in TEST_F() 106 INST(0U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["frame"]); in TEST_F() 107 INST(1U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["acc"]); in TEST_F() 108 INST(2U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["acc_tag"]); in TEST_F() 156 INST(0U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["frame"]); in TEST_F() 157 INST(1U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecker::regmap_[arch]["acc"]); in TEST_F() 158 INST(2U, Opcode::LiveIn).i64().DstReg(DanglingPointersChecker::regmap_[arch]["acc_tag"]); in TEST_F() 203 INST(0U, Opcode::LiveIn).ptr().DstReg(DanglingPointersChecke in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | reg_alloc_common_test.cpp | 318 CONSTANT(0U, 1U).s32().DstReg(10U); in TEST_F() 319 CONSTANT(1U, 2U).s32().DstReg(11U); in TEST_F() 320 CONSTANT(2U, 3U).s32().DstReg(12U); in TEST_F()
|
H A D | reg_alloc_linear_scan_test.cpp | 671 PARAMETER(0U, 0U).s64().DstReg(0U); in TEST_F() 672 PARAMETER(1U, 1U).s64().DstReg(2U); in TEST_F() 681 INST(4U, Opcode::Phi).s64().Inputs({{2U, 1U}, {3U, 0U}}).DstReg(0U); in TEST_F() 1555 INST(0U, Opcode::CallStatic).InputsAutoType(10U).u32().DstReg(0U); in TEST_F() 1556 INST(1U, Opcode::CallStatic).InputsAutoType(10U).u32().DstReg(1U); in TEST_F() 1557 INST(2U, Opcode::CallStatic).InputsAutoType(10U).u32().DstReg(2U); in TEST_F() 1558 INST(3U, Opcode::Add).Inputs(0U, 1U).u32().DstReg(0U); in TEST_F() 1559 INST(4U, Opcode::Add).Inputs(1U, 2U).u32().DstReg(1U); in TEST_F() 1560 INST(5U, Opcode::Add).Inputs(0U, 2U).u32().DstReg(2U); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | codegen_test.cpp | 682 CONSTANT(0, 0).i32().DstReg(0U); in TEST_F() 686 INST(3U, Opcode::Return).i32().Inputs(0).DstReg(0U); in TEST_F()
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | function.rb | 377 inst = create_instruction(:LiveIn).DstReg(value)
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 613 IrConstructor &DstReg(uint8_t reg) in DstReg() function in panda::compiler::final
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | ir_constructor.h | 735 IrConstructor &DstReg(uint8_t reg) in DstReg() function in ark::compiler::final
|
Completed in 10 milliseconds