Searched full:ashr (Results 1 – 25 of 87) sorted by relevance
1234
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ashr.yaml | 16 - file-name: "ashr" 27 - sig: ashr v1:in:i32, v2:in:i32 36 ashr v0, v1 44 description: Check ashr with zero and various values. 68 - sig: ashr v1:in:i32, v2:in:i32 76 ashr v0, v1 84 description: Check ashr with +1 and various values. 122 - sig: ashr v1:in:i32, v2:in:i32 130 ashr v0, v1 138 description: Check ashr with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ashr.yaml | 16 - file-name: "ashr" 27 - sig: ashr v1:in:i32, v2:in:i32 36 ashr v0, v1 44 description: Check ashr with zero and various values. 68 - sig: ashr v1:in:i32, v2:in:i32 76 ashr v0, v1 84 description: Check ashr with +1 and various values. 123 - sig: ashr v1:in:i32, v2:in:i32 131 ashr v0, v1 139 description: Check ashr with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-18.pa | 14 # assert(151 ashr 1 == 75) operation --> ashr 18 ashr v0, v1
|
| D | math-31.pa | 14 # assert(151 ashr 1 == 75) operation --> ashr2.64
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | math-18.pa | 14 # assert(151 ashr 1 == 75) operation --> ashr 18 ashr v0, v1
|
| D | math-18-v.pa | 14 # assert(151 ashr 1 == 75) operation --> ashrv
|
| D | math-31.pa | 14 # assert(151 ashr 1 == 75) operation --> ashr2.64
|
| D | math-31-v.pa | 14 # assert(151 ashr 1 == 75) operation --> ashr2v.64
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | combine_shifts.pa | 30 #! INST_COUNT "AShr", 1 33 #! INST_COUNT "AShr", 1 42 #! INST_COUNT "AShr", 1
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 72 | ashr2 | i32 Ashr | 73 | ashr2.64 | i64 Ashr | 100 | ashri | i64 Constant, i32 Ashr | 111 | ashr | i32 Ashr |
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 72 | ashr2 | i32 Ashr | 73 | ashr2.64 | i64 Ashr | 100 | ashri | i64 Constant, i32 Ashr | 111 | ashr | i32 Ashr |
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?(iv)?/ 19 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod') 64 % opc = opc[1].chop.capitalize.gsub('Ashr', 'AShr') 71 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl)2v$/ 74 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod')
|
| /arkcompiler/ets_runtime/test/aottest/ashr/ |
| D | BUILD.gn | 16 host_aot_test_action("ashr") {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | binary_op.def | 17 BINARYOP(ashr)
|
| /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 | 26 - { op: '>>>', name: ashr }
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | bc_lowering_test.cpp | 324 INST(6U, Opcode::AShr).u32().Inputs(0U, 1U); in TEST_F() 325 INST(8U, Opcode::AShr).u32().Inputs(0U, 2U); in TEST_F() 331 INST(28U, Opcode::AShr).s32().Inputs(0U, 27U); in TEST_F() 332 INST(29U, Opcode::AShr).s64().Inputs(24U, 25U); in TEST_F() 364 INST(8U, Opcode::AShr).u32().Inputs(0U, 2U); in TEST_F() 370 INST(28U, Opcode::AShr).s32().Inputs(0U, 27U); in TEST_F() 371 INST(29U, Opcode::AShr).s64().Inputs(24U, 25U); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | cse_doc.md | 177 19.u64 AShr v0, v1 -> (v32) 186 28.u64 AShr v0, v1 -> (v32) 219 19.u64 AShr v0, v1 -> (v32)
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_templates.yaml | 16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/ 19 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod')
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/ |
| D | uint32Array.ts | 41 // ashr
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/ 19 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod')
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 343 ONE_TEST_BODY(PrinterAarch64Test, TestAShr, ashr, AARCH64) 359 ONE_TEST_BODY(PrinterAarch32Test, TestAShr, ashr, AARCH32) 375 ONE_TEST_BODY(PrinterAmd64Test, TestAShr, ashr, X86_64)
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 120 ashr v1, v2
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.h | 52 …GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
|
| D | common_stub_csigns.h | 38 V(Ashr) \
|
| /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",
|
1234