| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | peepholes_test.cpp | 2115 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 D | lowering_test.cpp | 349 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 D | mpl_int_val.h | 359 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 D | operations_stub_builder.cpp | 689 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 D | bounds_analysis.cpp | 224 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 D | asm_assembler.cpp | 1115 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 D | elf_assembler.cpp | 1724 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 D | lmir_builder.cpp | 626 Expr LMIRBuilder::Shl(Type *type, Expr src1, Expr src2) in Shl() function in maple::litecg::LMIRBuilder
|