Searched full:shri (Results 1 – 25 of 27) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | shri.yaml | 17 - 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 …]
|
| D | template.yaml | 149 shri 17 332 - include: 'shri.yaml'
|
| D | starr.16.yaml | 1199 shri 16
|
| D | starr.8.yaml | 1224 shri 24
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 38 shri 0x0 39 shri 0x1 40 shri 0x2 51 shri 0x1
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-08.pa | 14 # assert(28 shri 2 == 7) operation --> shri 17 shri 2
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | bitops-nsieve-bits.pa | 53 shri 5 76 shri 5 99 shri 5
|
| D | bitops-3bit-bits-in-byte.pa | 63 shri 2 71 shri 5
|
| D | access-fannkuch.pa | 102 shri 1
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shri.pa | 16 shri 0x3
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | shr32.pa | 16 shri 0x18
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 131 shri 1
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator_test.cpp | 258 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()
|
| D | inst_generator.h | 203 {Opcode::ShrI, integer_types_},
|
| D | graph_comparator.h | 156 CHECK(ShrI, GetImm) in Compare()
|
| D | lowering_test.cpp | 283 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()
|
| D | inst_test.cpp | 437 INST(8, Opcode::ShrI).u64().Imm(5ULL).Inputs(7); in TEST_F()
|
| D | inst_generator.cpp | 65 case Opcode::ShrI: in GenerateGraph() 1125 case Opcode::ShrI: in Generate()
|
| D | ir_builder_test.cpp | 2707 // 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/ |
| D | PBC2IR.md | 99 | shri | i64 Constant, i32 Shr |
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 388 CHECK(ShrI, GetImm) in Compare()
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 237 u32tou8(ShrI(shl_imm).Imm(28).u32) 240 ShrI(imm).Imm(4).u8
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 722 - opcode: ShrI
|
| D | ir_constructor.h | 412 case Opcode::ShrI: in Imm()
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 913 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/shri.pa")
|
12