| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | modi.yaml | 17 - 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 …]
|
| D | template.yaml | 290 - include: 'modi.yaml'
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | modi.yaml | 17 - 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 …]
|
| D | template.yaml | 296 - include: 'modi.yaml'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | fast_divisor.sts | 68 //! 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/ |
| D | profiling_runner_test.cpp | 43 modi 0x3
|
| D | ir_builder_test.cpp | 2787 // 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/ |
| D | profiling_runner_test.cpp | 42 modi 0x3
|
| D | linear_order_test.cpp | 204 modi 0x3 in TEST_F()
|
| D | ir_builder_test.cpp | 2809 // 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/ |
| D | instructions.pa | 134 modi 1
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | bc_lowering_test.cpp | 35 {"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()
|
| D | codegen_test.cpp | 101 INST(5U, Opcode::ModI).s32().Inputs(0U).Imm(2U); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 102 | modi | i64 Constant, i32 Mod |
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 102 | modi | i64 Constant, i32 Mod |
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | helpers_static.h | 177 case ark::compiler::Opcode::ModI: in GetBinaryImmOperationSize()
|
| D | helpers_static.cpp | 147 case ark::compiler::Opcode::ModI: in GetStaticOpcode()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 556 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static_isapi.rb | 552 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 1561 case modi: 1572 - sig: modi imm:i32 1597 case modi:
|
| /arkcompiler/runtime_core/libabckit/src/include_v2/c/isa/ |
| D | isa_static.h | 715 * @brief Creates `ModI` inst.
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 390 case Opcode::ModI: in Imm()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 892 - opcode: ModI
|
| D | graph_checker.cpp | 2162 …{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()
|
| D | ir_constructor.h | 495 case Opcode::ModI: in Imm()
|