| /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/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/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() 208 INST(27U, Opcode::ModI).s32().Inputs(0U).Imm(0xcU); in TEST_F() 212 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/docs/ |
| D | PBC2IR.md | 102 | modi | i64 Constant, i32 Mod |
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 102 | modi | i64 Constant, i32 Mod |
|
| /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/static_core/isa/ |
| D | isa.yaml | 1561 case modi: 1572 - sig: modi imm:i32 1597 case modi:
|
| /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 | 877 - opcode: ModI
|
| D | graph_checker.cpp | 2080 …s(inst, {Opcode::NewArray, Opcode::MultiArray, Opcode::Phi, Opcode::Mod, Opcode::ModI, Opcode::And, in CheckUserOfInt32() 2094 CheckThrows(inst, {Opcode::Phi, Opcode::Mod, Opcode::ModI}); in CheckUserOfInt32() 2103 CheckThrows(inst, {Opcode::Div, Opcode::DivI, Opcode::Mod, Opcode::ModI, Opcode::Phi}); in CheckUserOfInt32()
|
| D | ir_constructor.h | 494 case Opcode::ModI: in Imm()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 1281 LOG_INST() << "modi ->"; in HandleModi()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …Modi=t.Divi=t.Ashri=t.Shri=t.Shli=t.Ori=t.Andi=t.Muli=t.Subi=t.Addi=t.Mod2Wide=t.Mod2=t.Div2Wide=t… field in t.DebugInsStartPlaceHolder.AnonymousClasse88c736321701
|