| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | mod2.yaml | 16 - file-name: "mod2" 27 - sig: mod2 v:in:i32 35 mod2 v0 43 description: Check mod2 with zero and various values. 69 - sig: mod2 v:in:i32 77 mod2 v0 85 description: Check mod2 with +1 and various values. 119 - sig: mod2 v:in:i32 127 mod2 v0 135 description: Check mod2 with -1 and various values. [all …]
|
| D | mod2.64.yaml | 16 - file-name: "mod2.64" 27 - sig: mod2.64 v:in:i64 35 mod2.64 v0 38 description: Check mod2.64 with zero and various values. 64 - sig: mod2.64 v:in:i64 72 mod2.64 v0 75 description: Check mod2.64 with +1 and various values. 110 - sig: mod2.64 v:in:i64 118 mod2.64 v0 121 description: Check mod2.64 with -1 and various values. [all …]
|
| D | template.yaml | 294 - include: 'mod2.64.yaml' 295 - include: 'mod2.yaml'
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 105 mod2 v2 106 mod2.64 v2
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-52.pa | 19 mod2.64 v0
|
| D | math-51.pa | 19 mod2 v0
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | module_info_test.js | 21 import * as ns from './mod2'
|
| D | callee_info_test.js | 17 import { bar as bar2 } from './mod2'
|
| D | defect_scan_aux_test.cpp | 172 TestHelper::ExpectEqual(mod_name1, "./mod2"); in main() 375 TestHelper::ExpectEqual(ci3_0->GetExternalModuleName(), "./mod2"); in main()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_binaryop_test.cpp | 244 …JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Mod2(thread, arg3.GetTaggedValue(), arg2.GetTagged… in HWTEST_F_L0() 250 …JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Mod2(thread, arg2.GetTaggedValue(), arg3.GetTagged… in HWTEST_F_L0() 256 …JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Mod2(thread, arg1.GetTaggedValue(), arg2.GetTagged… in HWTEST_F_L0() 263 …JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Mod2(thread, arg2.GetTaggedValue(), JSTaggedValue:… in HWTEST_F_L0() 270 …JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Mod2(thread, arg4.GetTaggedValue(), JSTaggedValue:… in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | irreducible_loop.pa | 18 mod2 v0
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | operationEqual.test.ts | 25 Mod2, 158 new Mod2(new Imm(2), lhs),
|
| D | binary.test.ts | 27 Mod2, 226 new Mod2(new Imm(0), lhs),
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 86 | mod2 | i32 Mod | 87 | mod2.64 | i64 Mod |
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 44 static JSTaggedValue Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
| D | slow_runtime_stub.cpp | 187 JSTaggedValue SlowRuntimeStub::Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Mod2() function in panda::ecmascript::SlowRuntimeStub 189 INTERPRETER_TRACE(thread, Mod2); in Mod2()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandagen.ts | 152 Mod2, 1026 this.add(node, new Mod2(new Imm(0), lhs));
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 228 V(Mod2) \
|
| D | runtime_stubs.cpp | 1391 DEF_RUNTIME_STUBS(Mod2) in DEF_RUNTIME_STUBS() argument 1393 RUNTIME_STUBS_HEADER(Mod2); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 45 V(Mod2) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 562 result = CallRuntime(glue, RTSTUB_ID(Mod2), { left, right }); in Mod()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2078 // Checks the build of the mod2 instruction 2079 TEST_F(IrBuilderTest, Mod2) in TEST_F() argument 2084 mod2 a1 in TEST_F() 2106 // Checks the build of the mod2.64 instruction 2112 mod2.64 a1 in TEST_F()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 547 - sig: mod2 imm, v:in:top
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 776 LOG_INST() << "mod2 ->"; in HandleMod2() 783 LOG_INST() << "mod2.64 ->"; in HandleMod2Wide()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 936 ra_.Emit<Mod2>(node, 0, lhs); in Binary()
|