Home
last modified time | relevance | path

Searched defs:Opcode (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h34 enum class Opcode { class
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.h34 enum class Opcode { class
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_matchers.h52 OpCode Opcode() const in Opcode() function in panda::ecmascript::kungfu::GateMatcher
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp795 onstexpr(OPCODE == Opcode::Mul) LowerMulDivMod() argument
798 onstexpr(OPCODE == Opcode::Div) LowerMulDivMod() argument
[all...]
H A Dchecks_elimination.cpp682 onstexpr(OPC == Opcode::ZeroCheck) TryRemoveCheckByBounds() argument
684 onstexpr(OPC == Opcode::NullCheck) TryRemoveCheckByBounds() argument
686 onstexpr(OPC == Opcode::NegativeCheck) TryRemoveCheckByBounds() argument
688 onstexpr(OPC == Opcode::NotPositiveCheck) TryRemoveCheckByBounds() argument
697 onstexpr(OPC == Opcode::ZeroCheck || OPC == Opcode::NullCheck) TryRemoveCheckByBounds() argument
699 onstexpr(OPC == Opcode::NegativeCheck) TryRemoveCheckByBounds() argument
701 onstexpr(OPC == Opcode::NotPositiveCheck) TryRemoveCheckByBounds() argument
739 onstexpr(OPC == Opcode::NegOverflowAndZeroCheck) TryOptimizeOverflowCheck() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp1349 onstexpr(OPC == Opcode::Neg) CalcNewBoundsRangeUnary() argument
1352 onstexpr(OPC == Opcode::Abs) CalcNewBoundsRangeUnary() argument
1523 onstexpr(OPC == Opcode::Add) CalcNewBoundsRangeBinary() argument
1525 onstexpr(OPC == Opcode::Sub) CalcNewBoundsRangeBinary() argument
1527 onstexpr(OPC == Opcode::Mod) CalcNewBoundsRangeBinary() argument
1529 onstexpr(OPC == Opcode::Mul) CalcNewBoundsRangeBinary() argument
1531 onstexpr(OPC == Opcode::Div) CalcNewBoundsRangeBinary() argument
1533 onstexpr(OPC == Opcode::Shr) CalcNewBoundsRangeBinary() argument
1535 onstexpr(OPC == Opcode::AShr) CalcNewBoundsRangeBinary() argument
1537 onstexpr(OPC == Opcode::Shl) CalcNewBoundsRangeBinary() argument
1539 onstexpr(OPC == Opcode::And) CalcNewBoundsRangeBinary() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h171 if constexpr (OPCODE == Opcode::CallStatic) { in BuildCallStaticInst() argument
180 if constexpr (OPCODE == Opcode::CallStatic) { in BuildCallStaticInst() argument
197 onstexpr(OPCODE == Opcode::CallVirtual) BuildCallVirtualInst() argument
205 onstexpr(OPCODE == Opcode::CallVirtual) BuildCallVirtualInst() argument
216 onstexpr(OPCODE == Opcode::CallVirtual) BuildCallVirtualInst() argument
232 onstexpr(OPCODE == Opcode::CallStatic || OPCODE == Opcode::CallLaunchStatic) BuildCallInst() argument
236 onstexpr(OPCODE == Opcode::CallVirtual || OPCODE == Opcode::CallLaunchVirtual) BuildCallInst() argument
1505 onstexpr(OPCODE == Opcode::LoadType) BuildLoadFromPool() argument
1545 onstexpr(OPCODE == Opcode::LoadString) BuildLoadFromPool() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h164 enum class Opcode { class
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h70 enum class Opcode { class
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h617 enum class Opcode : uint8_t { class in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::LineNumberProgramItem
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h128 enum class Opcode { class
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h606 enum class Opcode : uint8_t { class in ark::panda_file::ClassTag::MethodTag::FieldTag::LineNumberProgramItemBase

Completed in 26 milliseconds