Home
last modified time | relevance | path

Searched defs:Shl (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dpeepholes_test.cpp2115 ASSERT_EQ(INS(3U).GetOpcode(), Opcode::Shl); in TEST_F() member in ark::compiler::Opcode
2117 ASSERT_EQ(INS(4U).GetOpcode(), Opcode::Shl); in TEST_F() member in ark::compiler::Opcode
2146 ASSERT_EQ(INS(3U).GetOpcode(), Opcode::Shl); in TEST_F() member in ark::compiler::Opcode
2149 ASSERT_EQ(INS(4U).GetOpcode(), Opcode::Shl); in TEST_F() member in ark::compiler::Opcode
2201 ASSERT_EQ(INS(5U).GetOpcode(), Opcode::Shl); TEST_F() member in ark::compiler::Opcode
2205 ASSERT_EQ(INS(6U).GetOpcode(), Opcode::Shl); TEST_F() member in ark::compiler::Opcode
2209 ASSERT_EQ(INS(7U).GetOpcode(), Opcode::Shl); TEST_F() member in ark::compiler::Opcode
2213 ASSERT_EQ(INS(8U).GetOpcode(), Opcode::Shl); TEST_F() member in ark::compiler::Opcode
[all...]
H A Dlowering_test.cpp349 ASSERT_EQ(INS(11U).GetPrev()->GetOpcode(), Opcode::Shl); in TEST_F() member in ark::compiler::Opcode
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_int_val.h359 IntVal Shl(const IntVal &shift, PrimType pType) const in Shl() function in maple::IntVal
364 IntVal Shl(uint64 shift, PrimType pType) const in Shl() function in maple::IntVal
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp689 GateRef OperationsStubBuilder::Shl(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Shl() function in panda::ecmascript::kungfu::OperationsStubBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp224 BoundsRange BoundsRange::Shl(const BoundsRange &range, DataType::Type type) in Shl() function in ark::compiler::BoundsRange
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp1115 void AsmAssembler::Shl(InsnSize insnSize, Reg srcReg, Reg destReg) in Shl() function in assembler::AsmAssembler
1124 void AsmAssembler::Shl(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in Shl() function in assembler::AsmAssembler
1133 void AsmAssembler::Shl(InsnSize insnSize, Reg reg, const Mem &mem) in Shl() function in assembler::AsmAssembler
1142 void AsmAssembler::Shl(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in Shl() function in assembler::AsmAssembler
H A Delf_assembler.cpp1724 void ElfAssembler::Shl(InsnSize insnSize, Reg srcReg, Reg destReg) in Shl() function in ElfAssembler
1729 void ElfAssembler::Shl(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in Shl() function in ElfAssembler
1735 void ElfAssembler::Shl(InsnSize insnSize, Reg reg, const Mem &mem) in Shl() function in ElfAssembler
1740 void ElfAssembler::Shl(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in Shl() function in ElfAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp626 Expr LMIRBuilder::Shl(Type *type, Expr src1, Expr src2) in Shl() function in maple::litecg::LMIRBuilder

Completed in 23 milliseconds