| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ashr2.yaml | 16 - file-name: "ashr2" 27 - sig: ashr2 v:in:i32 36 ashr2 v0 44 description: Check ashr2 with 0 and various values. 74 - sig: ashr2 v:in:i32 82 ashr2 v0 90 description: Check ashr2 with +1 and various values. 129 - sig: ashr2 v:in:i32 137 ashr2 v0 145 description: Check ashr2 with -1 and various values. [all …]
|
| D | ashr2.64.yaml | 16 - file-name: "ashr2.64" 27 - sig: ashr2.64 v:in:i64 36 ashr2.64 v0 39 description: Check ashr2.64 with 0 and various values. 69 - sig: ashr2.64 v:in:i64 77 ashr2.64 v0 80 description: Check ashr2.64 with +1 and various values. 118 - sig: ashr2.64 v:in:i64 126 ashr2.64 v0 129 description: Check ashr2.64 with -1 and various values. [all …]
|
| D | template.yaml | 167 - include: 'ashr2.64.yaml' 168 - include: 'ashr2.yaml'
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-31.pa | 14 # assert(151 ashr 1 == 75) operation --> ashr2.64 18 ashr2.64 v0
|
| D | math-64.pa | 40 ashr2 v0 69 ashr2 v0 100 ashr2.64 v0 129 ashr2.64 v0
|
| D | math-62.pa | 34 ashr2 v0 62 ashr2 v0 88 ashr2.64 v0 116 ashr2.64 v0
|
| D | math-60.pa | 34 ashr2 v0 62 ashr2 v0 88 ashr2.64 v0 116 ashr2.64 v0
|
| D | math-59.pa | 34 ashr2 v0 62 ashr2 v0 88 ashr2.64 v0 116 ashr2.64 v0
|
| D | math-63.pa | 40 ashr2 v0 73 ashr2 v0 106 ashr2.64 v0 139 ashr2.64 v0
|
| D | math-58.pa | 34 ashr2 v0 62 ashr2 v0 88 ashr2.64 v0 116 ashr2.64 v0
|
| D | math-65.pa | 40 ashr2 v0 69 ashr2 v0 100 ashr2.64 v0 129 ashr2.64 v0
|
| D | math-61.pa | 34 ashr2 v0 62 ashr2 v0 88 ashr2.64 v0 116 ashr2.64 v0
|
| D | math-66.pa | 33 ashr2 v0 57 ashr2.64 v0
|
| D | math-67.pa | 17 ashr2.64 v0
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 101 ashr2 v2 102 ashr2.64 v2
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | operationEqual.test.ts | 22 Ashr2, 198 new Ashr2(new Imm(2), lhs),
|
| D | binary.test.ts | 23 Ashr2, 254 new Ashr2(new Imm(0), lhs),
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 72 | ashr2 | i32 Ashr | 73 | ashr2.64 | i64 Ashr |
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 53 static JSTaggedValue Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
| D | slow_runtime_stub.cpp | 277 JSTaggedValue SlowRuntimeStub::Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Ashr2() function in panda::ecmascript::SlowRuntimeStub 279 INTERPRETER_TRACE(thread, Ashr2); in Ashr2()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandagen.ts | 125 Ashr2, 1034 this.add(node, new Ashr2(new Imm(0), lhs));
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 149 V(Ashr2) \
|
| D | runtime_stubs.cpp | 824 DEF_RUNTIME_STUBS(Ashr2) in DEF_RUNTIME_STUBS() argument 826 RUNTIME_STUBS_HEADER(Ashr2); in DEF_RUNTIME_STUBS() 830 auto res = SlowRuntimeStub::Ashr2(thread, left, right); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 56 V(Ashr2) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 822 result = CallRuntime(glue, RTSTUB_ID(Ashr2), { left, right }); in Ashr()
|