Home
last modified time | relevance | path

Searched full:mod2 (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmod2.yaml16 - 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 …]
Dmod2.64.yaml16 - 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 …]
Dtemplate.yaml294 - include: 'mod2.64.yaml'
295 - include: 'mod2.yaml'
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa105 mod2 v2
106 mod2.64 v2
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-52.pa19 mod2.64 v0
Dmath-51.pa19 mod2 v0
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dmodule_info_test.js21 import * as ns from './mod2'
Dcallee_info_test.js17 import { bar as bar2 } from './mod2'
Ddefect_scan_aux_test.cpp172 TestHelper::ExpectEqual(mod_name1, "./mod2"); in main()
375 TestHelper::ExpectEqual(ci3_0->GetExternalModuleName(), "./mod2"); in main()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp244 …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/
Dirreducible_loop.pa18 mod2 v0
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts25 Mod2,
158 new Mod2(new Imm(2), lhs),
Dbinary.test.ts27 Mod2,
226 new Mod2(new Imm(0), lhs),
/arkcompiler/runtime_core/docs/
DPBC2IR.md86 | mod2 | i32 Mod |
87 | mod2.64 | i64 Mod |
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h44 static JSTaggedValue Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp187 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/
Dpandagen.ts152 Mod2,
1026 this.add(node, new Mod2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h228 V(Mod2) \
Druntime_stubs.cpp1391 DEF_RUNTIME_STUBS(Mod2) in DEF_RUNTIME_STUBS() argument
1393 RUNTIME_STUBS_HEADER(Mod2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h45 V(Mod2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp562 result = CallRuntime(glue, RTSTUB_ID(Mod2), { left, right }); in Mod()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2078 // 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/
Disa.yaml547 - sig: mod2 imm, v:in:top
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h776 LOG_INST() << "mod2 ->"; in HandleMod2()
783 LOG_INST() << "mod2.64 ->"; in HandleMod2Wide()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp936 ra_.Emit<Mod2>(node, 0, lhs); in Binary()

12