/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | shr2.yaml | 16 - file-name: "shr2" 27 - sig: shr2 v:in:i32 36 shr2 v0 44 description: Check shr2 with zero and various values. 74 - sig: shr2 v:in:i32 82 shr2 v0 90 description: Check shr2 with +1 and various values. 128 - sig: shr2 v:in:i32 136 shr2 v0 144 description: Check shr2 with -1 and various values. [all …]
|
D | shr2.64.yaml | 16 - file-name: "shr2.64" 27 - sig: shr2.64 v:in:i64 36 shr2.64 v0 39 description: Check shr2.64 with zero and various values. 69 - sig: shr2.64 v:in:i64 77 shr2.64 v0 80 description: Check shr2.64 with +1 and various values. 118 - sig: shr2.64 v:in:i64 126 shr2.64 v0 129 description: Check shr2.64 with -1 and various values. [all …]
|
D | template.yaml | 330 - include: 'shr2.64.yaml' 331 - include: 'shr2.yaml'
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | math-64.pa | 29 shr2 v0 60 shr2 v0 89 shr2.64 v0 120 shr2.64 v0 138 shr2 v0 162 shr2 v0 186 shr2.64 v0 213 shr2.64 v0
|
D | math-63.pa | 29 shr2 v0 62 shr2 v0 95 shr2.64 v0 128 shr2.64 v0 150 shr2 v0 174 shr2 v0 198 shr2.64 v0 225 shr2.64 v0
|
D | math-62.pa | 26 shr2 v0 52 shr2 v0 80 shr2.64 v0 106 shr2.64 v0 126 shr2 v0 150 shr2 v0 174 shr2.64 v0 202 shr2.64 v0
|
D | math-59.pa | 26 shr2 v0 52 shr2 v0 80 shr2.64 v0 106 shr2.64 v0 126 shr2 v0 150 shr2 v0 174 shr2.64 v0 201 shr2.64 v0
|
D | math-61.pa | 26 shr2 v0 52 shr2 v0 80 shr2.64 v0 106 shr2.64 v0 127 shr2 v0 151 shr2 v0 175 shr2.64 v0 202 shr2.64 v0
|
D | math-60.pa | 26 shr2 v0 52 shr2 v0 80 shr2.64 v0 106 shr2.64 v0 126 shr2 v0 150 shr2 v0 174 shr2.64 v0 201 shr2.64 v0
|
D | math-58.pa | 26 shr2 v0 52 shr2 v0 80 shr2.64 v0 106 shr2.64 v0 126 shr2 v0 150 shr2 v0 174 shr2.64 v0 201 shr2.64 v0
|
D | math-65.pa | 29 shr2 v0 60 shr2 v0 89 shr2.64 v0 120 shr2.64 v0 138 shr2 v0 162 shr2 v0 186 shr2.64 v0 213 shr2.64 v0
|
D | math-29.pa | 14 # assert(100 >> 2 == 25) operation --> shr2.64 18 shr2.64 v0
|
D | math-66.pa | 25 shr2 v0 49 shr2.64 v0
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | math-cordic.pa | 77 shr2 v8 83 shr2 v8 106 shr2 v8 113 shr2 v8
|
/arkcompiler/runtime_core/disassembler/tests/sources/ |
D | instructions.pa | 99 shr2 v2 100 shr2.64 v2
|
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | operationEqual.test.ts | 29 Shr2, 219 new Shr2(new Imm(2), lhs),
|
D | binary.test.ts | 32 Shr2, 268 new Shr2(new Imm(0), lhs),
|
/arkcompiler/runtime_core/docs/ |
D | PBC2IR.md | 70 | shr2 | i32 Shr | 71 | shr2.64 | i64 Shr |
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 52 static JSTaggedValue Shr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
D | slow_runtime_stub.cpp | 267 JSTaggedValue SlowRuntimeStub::Shr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Shr2() function in panda::ecmascript::SlowRuntimeStub 269 INTERPRETER_TRACE(thread, Shr2); in Shr2()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 162 Shr2, 1038 this.add(node, new Shr2(new Imm(0), lhs));
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 163 V(Shr2) \
|
D | runtime_stubs.cpp | 902 DEF_RUNTIME_STUBS(Shr2) in DEF_RUNTIME_STUBS() argument 904 RUNTIME_STUBS_HEADER(Shr2); in DEF_RUNTIME_STUBS() 908 auto res = SlowRuntimeStub::Shr2(thread, left, right); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 55 V(Shr2) \
|
/arkcompiler/runtime_core/compiler/tests/ |
D | ir_builder_test.cpp | 1918 // Checks the build of the shr2 instruction 1919 TEST_F(IrBuilderTest, Shr2) in TEST_F() argument 1924 shr2 a1 in TEST_F() 1944 // Checks the build of the shr2.64 instruction 1950 shr2.64 a1 in TEST_F()
|