Home
last modified time | relevance | path

Searched full:modi (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dmodi.yaml17 - file-name: modi
29 - sig: modi imm:i32
35 modi %s
44 description: Check `modi` with zero and various values.
60 - sig: modi imm:i32
66 modi %s
75 description: Check `modi` with +1 and various values.
91 - sig: modi imm:i32
97 modi %s
106 description: Check `modi` with -1 and various values.
[all …]
Dtemplate.yaml290 - include: 'modi.yaml'
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmodi.yaml17 - file-name: modi
29 - sig: modi imm:i32
35 modi %s
44 description: Check `modi` with zero and various values.
61 - sig: modi imm:i32
67 modi %s
76 description: Check `modi` with +1 and various values.
93 - sig: modi imm:i32
99 modi %s
108 description: Check `modi` with -1 and various values.
[all …]
Dtemplate.yaml296 - include: 'modi.yaml'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dfast_divisor.sts68 //! INST_COUNT "ModI",1
70 //! ASM_INST "ModI"
79 //! INST_COUNT "ModI",1
81 //! ASM_INST "ModI"
133 //! INST_COUNT "ModI",1
135 //! ASM_INST "ModI"
144 //! INST_COUNT "ModI",1
146 //! ASM_INST "ModI"
215 //! INST_COUNT "ModI",1
217 //! ASM_INST "ModI"
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp43 modi 0x3
Dir_builder_test.cpp2787 // Checks the build of the modi instruction
2788 TEST_F(IrBuilderTest, Modi) in TEST_F() argument
2793 modi 1 in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dprofiling_runner_test.cpp42 modi 0x3
Dlinear_order_test.cpp204 modi 0x3 in TEST_F()
Dir_builder_test.cpp2809 // Checks the build of the modi instruction
2810 TEST_F(IrBuilderTest, Modi) in TEST_F() argument
2815 modi 1 in TEST_F()
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa134 modi 1
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp35 {"div", compiler::Opcode::DivI}, {"mod", compiler::Opcode::ModI}, in TEST_F()
210 INST(27U, Opcode::ModI).s32().Inputs(0U).Imm(0xcU); in TEST_F()
214 INST(28U, Opcode::ModI).s32().Inputs(0U).Imm(static_cast<uint64_t>(-1L)); in TEST_F()
Dcodegen_test.cpp101 INST(5U, Opcode::ModI).s32().Inputs(0U).Imm(2U); in TEST_F()
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md102 | modi | i64 Constant, i32 Mod |
/arkcompiler/runtime_core/docs/
DPBC2IR.md102 | modi | i64 Constant, i32 Mod |
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.h177 case ark::compiler::Opcode::ModI: in GetBinaryImmOperationSize()
Dhelpers_static.cpp147 case ark::compiler::Opcode::ModI: in GetStaticOpcode()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb556 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb552 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml1561 case modi:
1572 - sig: modi imm:i32
1597 case modi:
/arkcompiler/runtime_core/libabckit/src/include_v2/c/isa/
Disa_static.h715 * @brief Creates `ModI` inst.
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h390 case Opcode::ModI: in Imm()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml892 - opcode: ModI
Dgraph_checker.cpp2162 …{Opcode::NewArray, Opcode::MultiArray, Opcode::Phi, Opcode::Mod, Opcode::ModI, Opcode::And, Opcode… in CheckUserOfInt32()
2176 CheckThrows(v, inst, {Opcode::Phi, Opcode::Mod, Opcode::ModI}); in CheckUserOfInt32()
2186 CheckThrows(v, inst, {Opcode::Div, Opcode::DivI, Opcode::Mod, Opcode::ModI, Opcode::Phi}); in CheckUserOfInt32()
Dir_constructor.h495 case Opcode::ModI: in Imm()

12