| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ashri.yaml | 17 - file-name: ashri 29 - sig: ashri imm:i32 35 ashri %s 44 description: Check `ashri` with zero and various values. 62 - sig: ashri imm:i32 68 ashri %s 77 description: Check `ashri` with +1 and various values. 95 - sig: ashri imm:i32 101 ashri %s 110 description: Check `ashri` with -1 and various values. [all …]
|
| D | template.yaml | 169 - include: 'ashri.yaml'
|
| D | starr.16.yaml | 1184 ashri 16
|
| D | starr.8.yaml | 1209 ashri 24
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-09.pa | 14 # assert(151 ashri 1 == 71) operation --> ashri 17 ashri 1
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 132 ashri 1
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator_test.cpp | 259 case Opcode::AShrI: in FixParams() 284 … opc == Opcode::AShrI || opc == Opcode::AndI || opc == Opcode::OrI || opc == Opcode::XorI); in isImmOps() 583 case Opcode::AShrI: in DoLogic() 888 OneTest(stat_gen, Opcode::AShrI); in RandomTestsPart2()
|
| D | inst_generator.h | 205 {Opcode::AShrI, integer_types_},
|
| D | graph_comparator.h | 157 CHECK(AShrI, GetImm) in Compare()
|
| D | lowering_test.cpp | 286 ASSERT_EQ(INS(6).GetPrev()->GetOpcode(), Opcode::AShrI); in TEST_F() 287 ASSERT_EQ(INS(7).GetPrev()->GetOpcode(), Opcode::AShrI); in TEST_F() 1384 {Opcode::AShr, Opcode::AShrI, ShiftType::ASR}}; in TEST_F() 1470 {Opcode::AShr, Opcode::AShrI, ShiftType::ASR}}; in TEST_F() 1519 {Opcode::AShr, Opcode::AShrI, ShiftType::ASR}}; in TEST_F() 1601 {Opcode::AShr, Opcode::AShrI, ShiftType::ASR}}; in TEST_F() 1654 {Opcode::AShr, Opcode::AShrI, ShiftType::ASR}}; in TEST_F() 1732 {Opcode::AShr, Opcode::AShrI, ShiftType::ASR}}; in TEST_F()
|
| D | inst_test.cpp | 438 INST(9, Opcode::AShrI).s32().Imm(4ULL).Inputs(3); in TEST_F()
|
| D | inst_generator.cpp | 66 case Opcode::AShrI: in GenerateGraph() 1126 case Opcode::AShrI: in Generate()
|
| D | memory_coalescing_test.cpp | 1005 INST(11, Opcode::AShrI).s32().Inputs(9).Imm(28); in TEST_F()
|
| D | ir_builder_test.cpp | 2733 // Checks the build of the ashri instruction 2734 TEST_F(IrBuilderTest, Ashri) in TEST_F() argument 2739 ashri 1 in TEST_F()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 100 | ashri | i64 Constant, i32 Ashr |
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 389 CHECK(AShrI, GetImm) in Compare()
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 226 i32toi8(AShrI(shl_imm).Imm(28).i32) 229 AShrI(imm).Imm(4).i8
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 413 case Opcode::AShrI: in Imm()
|
| D | instructions.yaml | 728 - opcode: AShrI
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 951 LOG_INST() << "ashri ->"; in HandleAshri()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …Ashri=t.Shri=t.Shli=t.Ori=t.Andi=t.Muli=t.Subi=t.Addi=t.Mod2Wide=t.Mod2=t.Div2Wide=t.Div2=t.Fmod2W… field in t.DebugInsStartPlaceHolder.AnonymousClass71de2d832cf01
|