| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | divi.yaml | 17 - file-name: divi 29 - sig: divi imm:i32 35 divi %s 44 description: Check `divi` with zero and various values. 61 - sig: divi imm:i32 67 divi %s 76 description: Check `divi` with +1 and various values. 93 - sig: divi imm:i32 99 divi %s 108 description: Check `divi` with -1 and various values. [all …]
|
| D | template.yaml | 195 - include: 'divi.yaml'
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | divi.yaml | 17 - file-name: divi 29 - sig: divi imm:i32 35 divi %s 44 description: Check `divi` with zero and various values. 60 - sig: divi imm:i32 66 divi %s 75 description: Check `divi` with +1 and various values. 91 - sig: divi imm:i32 97 divi %s 106 description: Check `divi` with -1 and various values. [all …]
|
| D | template.yaml | 189 - include: 'divi.yaml'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | fast_divisor.ets | 36 //! INST_COUNT "DivI",1 38 //! ASM_INST "DivI" 46 //! INST_COUNT "DivI",1 48 //! ASM_INST "DivI" 101 //! INST_COUNT "DivI",1 103 //! ASM_INST "DivI" 111 //! INST_COUNT "DivI",1 113 //! ASM_INST "DivI" 183 //! INST_COUNT "DivI",1 185 //! ASM_INST "DivI" [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | exceptions-arithmetic.pa | 23 divi 0
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 133 divi 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() 205 INST(25U, Opcode::DivI).s32().Inputs(0U).Imm(0xcU); in TEST_F() 209 INST(26U, Opcode::DivI).s32().Inputs(0U).Imm(static_cast<uint64_t>(-1L)); in TEST_F()
|
| D | codegen_test.cpp | 100 INST(4U, Opcode::DivI).s32().Inputs(0U).Imm(2U); in TEST_F()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | helpers_static.h | 176 case ark::compiler::Opcode::DivI: in GetBinaryImmOperationSize()
|
| D | helpers_static.cpp | 141 case ark::compiler::Opcode::DivI: in GetStaticOpcode()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 101 | divi | i64 Constant, i32 Div |
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 101 | divi | i64 Constant, i32 Div |
|
| /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/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 | 1559 case divi: 1572 - sig: divi imm:i32 1595 case divi:
|
| /arkcompiler/runtime_core/libabckit/include/c/isa/ |
| D | isa_static.h | 716 * @brief Creates `DivI` inst.
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 389 case Opcode::DivI: in Imm()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 894 - opcode: DivI
|
| D | ir_constructor.h | 494 case Opcode::DivI: in Imm()
|
| D | graph_checker.cpp | 2193 CheckThrows(v, inst, {Opcode::Div, Opcode::DivI, Opcode::Mod, Opcode::ModI, Opcode::Phi}); in CheckUserOfInt32()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2759 // Checks the build of the divi instruction 2760 TEST_F(IrBuilderTest, Divi) in TEST_F() argument 2765 divi 1 in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2781 // Checks the build of the divi instruction 2782 TEST_F(IrBuilderTest, Divi) in TEST_F() argument 2787 divi 1 in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 1273 LOG_INST() << "divi ->"; in HandleDivi()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …Divi=t.Ashri=t.Shri=t.Shli=t.Ori=t.Andi=t.Muli=t.Subi=t.Addi=t.Mod2Wide=t.Mod2=t.Div2Wide=t.Div2=t… field in t.DebugInsStartPlaceHolder.AnonymousClass64c59e0421301
|