Home
last modified time | relevance | path

Searched full:ashr (Results 1 – 25 of 87) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dashr.yaml16 - 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-generator/cts-template/
Dashr.yaml16 - 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-assembly/
Dmath-18.pa14 # assert(151 ashr 1 == 75) operation --> ashr
18 ashr v0, v1
Dmath-18-v.pa14 # assert(151 ashr 1 == 75) operation --> ashrv
Dmath-31-v.pa14 # assert(151 ashr 1 == 75) operation --> ashr2v.64
Dmath-31.pa14 # assert(151 ashr 1 == 75) operation --> ashr2.64
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-18.pa14 # assert(151 ashr 1 == 75) operation --> ashr
18 ashr v0, v1
Dmath-31.pa14 # assert(151 ashr 1 == 75) operation --> ashr2.64
/arkcompiler/runtime_core/static_core/tests/checked/
Dcombine_shifts.pa30 #! INST_COUNT "AShr", 1
33 #! INST_COUNT "AShr", 1
42 #! INST_COUNT "AShr", 1
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md72 | ashr2 | i32 Ashr |
73 | ashr2.64 | i64 Ashr |
100 | ashri | i64 Constant, i32 Ashr |
111 | ashr | i32 Ashr |
/arkcompiler/runtime_core/docs/
DPBC2IR.md72 | ashr2 | i32 Ashr |
73 | ashr2.64 | i64 Ashr |
100 | ashri | i64 Constant, i32 Ashr |
111 | ashr | i32 Ashr |
/arkcompiler/ets_runtime/test/aottest/ashr/
DBUILD.gn16 host_aot_test_action("ashr") {
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml16 % 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/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbinary_op.def17 BINARYOP(ashr)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Dshift_n.params.yaml26 - { op: '>>>', name: ashr }
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp324 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/
Dcse_doc.md177 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/
Dinst_templates.yaml16 % 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/
Duint32Array.ts41 // ashr
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml16 % 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/
Dasm_printer_test.cpp343 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/
Dinstructions.pa120 ashr v1, v2
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.h54 …GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
Dcommon_stub_csigns.h38 V(Ashr) \
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb96 /(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