| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | shr.yaml | 16 - file-name: "shr" 27 - sig: shr v1:in:i32, v2:in:i32 36 shr v0, v1 44 description: Check shr with zero and various values. 74 - sig: shr v1:in:i32, v2:in:i32 82 shr v0, v1 90 description: Check shr with +1 and various values. 129 - sig: shr v1:in:i32, v2:in:i32 137 shr v0, v1 145 description: Check shr with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | shr.yaml | 16 - file-name: "shr" 27 - sig: shr v1:in:i32, v2:in:i32 36 shr v0, v1 44 description: Check shr with zero and various values. 74 - sig: shr v1:in:i32, v2:in:i32 82 shr v0, v1 90 description: Check shr with +1 and various values. 128 - sig: shr v1:in:i32, v2:in:i32 136 shr v0, v1 144 description: Check shr with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 20 shr v0, v1 23 shr v0, v1 26 shr v0, v1
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 20 shr v0, v1 23 shr v0, v1 26 shr v0, v1
|
| /arkcompiler/runtime_core/static_core/tests/benchmarks/ |
| D | bitops-3bit-bits-in-byte.pa | 59 shr v2, v3 66 shr v2, v3 74 shr v2, v3
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | bitops-3bit-bits-in-byte.pa | 59 shr v2, v3 66 shr v2, v3 74 shr v2, v3
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | ets_isFinite.ets | 21 //! INST /Shr/ 32 //! INST /Shr/ 43 //! INST /Shr/ 54 //! INST /Shr/
|
| D | ets_string_length.ets | 22 //! INST_NEXT /Shr/ 37 //! INST_NEXT /Shr/
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | math-17.pa | 14 # assert(28 >> 2 == 7) operation --> shr 18 shr v0, v1
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-17.pa | 14 # assert(28 >> 2 == 7) operation --> shr 18 shr v0, v1
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 146 size_t shr = lhash >> 2U; in merge_hashes() local 147 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes() 160 uint32_t shr = lhash >> 2U; in merge_hashes() local 161 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
|
| D | math_helpers.h | 142 size_t shr = lhash >> 2U; in merge_hashes() local 143 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | hash.h | 143 size_t shr = lhash >> 2U; in MergeHashes() local 144 return lhash ^ (rhash + MAGIC_CONSTANT + shl + shr); in MergeHashes() 155 uint32_t shr = lhash >> 2U; in MergeHashes() local 156 return lhash ^ (rhash + MAGIC_CONSTANT + shl + shr); in MergeHashes()
|
| D | math_helpers.h | 147 size_t shr = lhash >> 2U; in MergeHashes() local 148 return lhash ^ (rhash + MAGIC_CONSTANT + shl + shr); in MergeHashes()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 70 | shr2 | i32 Shr | 71 | shr2.64 | i64 Shr | 99 | shri | i64 Constant, i32 Shr | 110 | shr | i32 Shr|
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 70 | shr2 | i32 Shr | 71 | shr2.64 | i64 Shr | 99 | shri | i64 Constant, i32 Shr | 110 | shr | i32 Shr|
|
| /arkcompiler/ets_runtime/test/aottest/shr/ |
| D | BUILD.gn | 16 host_aot_test_action("shr") {
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shr.pa | 17 shr v0, v1
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shr.pa | 17 shr v0, v1
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | bc_lowering_test.cpp | 322 INST(3U, Opcode::Shr).u32().Inputs(0U, 1U); in TEST_F() 323 INST(5U, Opcode::Shr).u32().Inputs(0U, 2U); in TEST_F() 329 INST(13U, Opcode::Shr).u32().Inputs(0U, 0U); in TEST_F() 330 INST(26U, Opcode::Shr).s64().Inputs(24U, 25U); in TEST_F() 334 INST(31U, Opcode::Shr).s32().Inputs(0U, 27U); in TEST_F() 362 INST(5U, Opcode::Shr).u32().Inputs(0U, 2U); in TEST_F() 368 INST(13U, Opcode::Shr).u32().Inputs(0U, 0U); in TEST_F() 369 INST(26U, Opcode::Shr).s64().Inputs(24U, 25U); in TEST_F() 373 INST(31U, Opcode::Shr).s32().Inputs(0U, 27U); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | combine_shifts.pa | 18 #! INST_COUNT "Shr", 0 21 #! INST_COUNT "Shr", 1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/ |
| D | shift_n.params.yaml | 25 - { op: '>>', name: shr }
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | cse_doc.md | 176 18.u64 Shr v0, v1 -> (v32) 185 27.u64 Shr v0, v1 -> (v32) 218 18.u64 Shr v0, v1 -> (v32)
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 96 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?(iv)?$/ => "binop", 98 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl)2v$/ => "binop_v2", 224 …add/, /^(f?)sub/, /^(f?)mul/, /^(x?)or/, /^and/, /^(f?)neg/, /^not/, /^(a?)shr/, /^shl/, /^inc/, /…
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/ |
| D | uint32Array.ts | 45 // shr
|