Home
last modified time | relevance | path

Searched full:shri (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dshri.yaml17 - file-name: shri
29 - sig: shri imm:i32
35 shri %s
44 description: Check `shri` with zero and various values.
62 - sig: shri imm:i32
68 shri %s
77 description: Check `shri` with +1 and various values.
95 - sig: shri imm:i32
101 shri %s
110 description: Check `shri` with -1 and various values.
[all …]
Dtemplate.yaml149 shri 17
332 - include: 'shri.yaml'
Dstarr.16.yaml1199 shri 16
Dstarr.8.yaml1224 shri 24
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa38 shri 0x0
39 shri 0x1
40 shri 0x2
51 shri 0x1
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-08.pa14 # assert(28 shri 2 == 7) operation --> shri
17 shri 2
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-nsieve-bits.pa53 shri 5
76 shri 5
99 shri 5
Dbitops-3bit-bits-in-byte.pa63 shri 2
71 shri 5
Daccess-fannkuch.pa102 shri 1
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dshri.pa16 shri 0x3
/arkcompiler/runtime_core/tests/regression/
Dshr32.pa16 shri 0x18
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa131 shri 1
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator_test.cpp258 case Opcode::ShrI: in FixParams()
283 …return (opc == Opcode::AddI || opc == Opcode::SubI || opc == Opcode::ShlI || opc == Opcode::ShrI || in isImmOps()
568 case Opcode::ShrI: in DoLogic()
886 OneTest(stat_gen, Opcode::ShrI); in RandomTestsPart2()
Dinst_generator.h203 {Opcode::ShrI, integer_types_},
Dgraph_comparator.h156 CHECK(ShrI, GetImm) in Compare()
Dlowering_test.cpp283 ASSERT_EQ(INS(3).GetPrev()->GetOpcode(), Opcode::ShrI); in TEST_F()
284 ASSERT_EQ(INS(4).GetPrev()->GetOpcode(), Opcode::ShrI); in TEST_F()
1383 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F()
1469 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F()
1518 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F()
1600 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F()
1653 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F()
1731 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F()
Dinst_test.cpp437 INST(8, Opcode::ShrI).u64().Imm(5ULL).Inputs(7); in TEST_F()
Dinst_generator.cpp65 case Opcode::ShrI: in GenerateGraph()
1125 case Opcode::ShrI: in Generate()
Dir_builder_test.cpp2707 // Checks the build of the shri instruction
2708 TEST_F(IrBuilderTest, Shri) in TEST_F() argument
2713 shri 1 in TEST_F()
/arkcompiler/runtime_core/docs/
DPBC2IR.md99 | shri | i64 Constant, i32 Shr |
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h388 CHECK(ShrI, GetImm) in Compare()
/arkcompiler/runtime_core/irtoc/scripts/
Dinterpreter.irt237 u32tou8(ShrI(shl_imm).Imm(28).u32)
240 ShrI(imm).Imm(4).u8
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml722 - opcode: ShrI
Dir_constructor.h412 case Opcode::ShrI: in Imm()
/arkcompiler/runtime_core/tests/
DCMakeLists.txt913 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/shri.pa")

12