Home
last modified time | relevance | path

Searched full:mod2 (Results 1 – 25 of 37) 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/static_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.yaml288 - include: 'mod2.64.yaml'
289 - include: 'mod2.yaml'
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa105 mod2 v2
106 mod2.64 v2
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-51.pa19 mod2 v0
Dmath-52.pa19 mod2.64 v0
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dmath-51.pa19 mod2 v0
Dmath-52.pa19 mod2.64 v0
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dmodule_info_test.js22 import * as ns from './mod2';
Dcallee_info_test.js18 import { bar as bar2 } from './mod2';
Ddefect_scan_aux_test.cpp368 EXPECT_EQ(ci3_0->GetExternalModuleName(), "./mod2");
679 EXPECT_EQ(mod_name1, "./mod2");
/arkcompiler/runtime_core/static_core/tests/regression/
Dirreducible_loop.pa18 mod2 v0
/arkcompiler/runtime_core/tests/regression/
Dirreducible_loop.pa18 mod2 v0
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md86 | mod2 | i32 Mod |
87 | mod2.64 | i64 Mod |
/arkcompiler/runtime_core/docs/
DPBC2IR.md86 | mod2 | i32 Mod |
87 | mod2.64 | i64 Mod |
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h479 V(Mod2) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h44 static JSTaggedValue Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp162 JSTaggedValue SlowRuntimeStub::Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Mod2() function in panda::ecmascript::SlowRuntimeStub
164 INTERPRETER_TRACE(thread, Mod2); in Mod2()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h44 V(Mod2) \
/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/static_core/isa/
Disa.yaml1319 - sig: mod2 v:in:i32
1323 - sig: mod2.64 v:in:i64
/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp2100 // Checks the build of the mod2 instruction
2101 TEST_F(IrBuilderTest, Mod2) in TEST_F() argument
2106 mod2 a1 in TEST_F()
2128 // Checks the build of the mod2.64 instruction
2134 mod2.64 a1 in TEST_F()

12