Home
last modified time | relevance | path

Searched defs:AShr (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dpeepholes_test.cpp2513 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 Dlowering_test.cpp346 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 Dmpl_int_val.h392 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 Dbounds_analysis.cpp212 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 Dlmir_builder.cpp636 Expr LMIRBuilder::AShr(Type *type, Expr src1, Expr src2) in AShr() function in maple::litecg::LMIRBuilder

Completed in 18 milliseconds