Searched defs:AShr (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | peepholes_test.cpp | 2513 ASSERT_EQ(INS(3U).GetOpcode(), Opcode::AShr); in TEST_F() member in ark::compiler::Opcode 2515 ASSERT_EQ(INS(4U).GetOpcode(), Opcode::AShr); in TEST_F() member in ark::compiler::Opcode 2544 ASSERT_EQ(INS(3U).GetOpcode(), Opcode::AShr); in TEST_F() member in ark::compiler::Opcode 2547 ASSERT_EQ(INS(4U).GetOpcode(), Opcode::AShr); in TEST_F() member in ark::compiler::Opcode 2599 ASSERT_EQ(INS(5U).GetOpcode(), Opcode::AShr); TEST_F() member in ark::compiler::Opcode 2603 ASSERT_EQ(INS(6U).GetOpcode(), Opcode::AShr); TEST_F() member in ark::compiler::Opcode 2607 ASSERT_EQ(INS(7U).GetOpcode(), Opcode::AShr); TEST_F() member in ark::compiler::Opcode 2611 ASSERT_EQ(INS(8U).GetOpcode(), Opcode::AShr); TEST_F() member in ark::compiler::Opcode [all...] |
H A D | lowering_test.cpp | 346 ASSERT_EQ(INS(8U).GetPrev()->GetOpcode(), Opcode::AShr); in TEST_F() member in ark::compiler::Opcode [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_int_val.h | 392 IntVal AShr(const IntVal &shift, PrimType pType) const in AShr() function in maple::IntVal 397 IntVal AShr(uint64 shift, PrimType pType) const in AShr() function in maple::IntVal
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | bounds_analysis.cpp | 212 BoundsRange BoundsRange::AShr(const BoundsRange &range, DataType::Type type) in AShr() function in ark::compiler::BoundsRange
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 636 Expr LMIRBuilder::AShr(Type *type, Expr src1, Expr src2) in AShr() function in maple::litecg::LMIRBuilder
|
Completed in 18 milliseconds