Home
last modified time | relevance | path

Searched full:div2 (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Ddiv2.yaml16 - file-name: "div2"
27 - sig: div2 v:in:i32
35 div2 v0
43 description: Check div2 with zero and various values.
69 - sig: div2 v:in:i32
77 div2 v0
85 description: Check div2 with +1 and various values.
120 - sig: div2 v:in:i32
128 div2 v0
136 description: Check div2 with -1 and various values.
[all …]
Ddiv2.64.yaml16 - file-name: "div2.64"
27 - sig: div2.64 v:in:i64
35 div2.64 v0
38 description: Check div2.64 with zero and various values.
64 - sig: div2.64 v:in:i64
72 div2.64 v0
75 description: Check div2.64 with +1 and various values.
110 - sig: div2.64 v:in:i64
118 div2.64 v0
121 description: Check div2.64 with -1 and various values.
[all …]
Dtemplate.yaml193 - include: 'div2.64.yaml'
194 - include: 'div2.yaml'
Dststatic.64.yaml444 div2 v1 # divide by zero
512 div2 v1 # divide by zero
Dldstatic.64.yaml438 div2 v1 # divide by zero
505 div2 v1 # divide by zero
Dststatic.yaml446 div2 v1 # divide by zero
514 div2 v1 # divide by zero
Dldstatic.obj.yaml514 div2 v1 # divide by zero
581 div2 v1 # divide by zero
Dldstatic.yaml447 div2 v1 # divide by zero
514 div2 v1 # divide by zero
Dststatic.obj.yaml786 div2 v1 # divide by zero
855 div2 v1 # divide by zero
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa103 div2 v2
104 div2.64 v2
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-49.pa19 div2 v0
Dmath-50.pa19 div2.64 v0
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp201 …JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Div2(thread, arg3.GetTaggedValue(), arg2.GetTagged… in HWTEST_F_L0()
207 …JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Div2(thread, arg2.GetTaggedValue(), arg3.GetTagged… in HWTEST_F_L0()
213 …JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Div2(thread, arg1.GetTaggedValue(), arg2.GetTagged… in HWTEST_F_L0()
219 …JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Div2(thread, arg2.GetTaggedValue(), JSTaggedValue:… in HWTEST_F_L0()
225 …JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Div2(thread, arg4.GetTaggedValue(), JSTaggedValue:… in HWTEST_F_L0()
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts23 Div2,
138 new Div2(new Imm(2), lhs),
Dbinary.test.ts25 Div2,
212 new Div2(new Imm(0), lhs),
/arkcompiler/runtime_core/docs/
DPBC2IR.md84 | div2 | i32 Div |
85 | div2.64 | i64 Div |
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h43 static JSTaggedValue Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp177 JSTaggedValue SlowRuntimeStub::Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Div2() function in panda::ecmascript::SlowRuntimeStub
179 INTERPRETER_TRACE(thread, Div2); in Div2()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2022 // Checks the build of the div2 instruction
2023 TEST_F(IrBuilderTest, Div2) in TEST_F() argument
2028 div2 a1 in TEST_F()
2050 // Checks the build of the div2.64 instruction
2056 div2.64 a1 in TEST_F()
5151 div2.64 a0 in TEST_F()
5153 div2.64 a0 in TEST_F()
5224 div2 a1 in TEST_F()
5231 div2 a2 in TEST_F()
5307 div2 a1 in TEST_F()
[all …]
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h188 auto res = SlowRuntimeStub::Div2(thread, left, right); in DivWithTSType()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts138 Div2,
1022 this.add(node, new Div2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h227 V(Div2) \
Druntime_stubs.cpp1383 DEF_RUNTIME_STUBS(Div2) in DEF_RUNTIME_STUBS() argument
1385 RUNTIME_STUBS_HEADER(Div2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h44 V(Div2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp542 result = CallRuntime(glue, RTSTUB_ID(Div2), { left, right }); in Div()

12