| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcodes.h | 41 inline constexpr bool IsBranch(Opcode opcode) in IsBranch() 46 inline constexpr bool IsLogicalShift(Opcode opcode) in IsLogicalShift() 51 constexpr bool IsCommutative(Opcode opcode) in IsCommutative() 69 constexpr bool IsStmtMustRequire(Opcode opcode) in IsStmtMustRequire()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 32 EcmaOpcode opcode = inst.GetOpcode(); in InitBytecodeMetaData() local 53 void BytecodeMetaData::InitBytecodeFlags(EcmaOpcode &opcode, uint32_t &flags) in InitBytecodeFlags() 69 void BytecodeMetaData::InitReadArgcFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadArgcFlag() 82 void BytecodeMetaData::InitReadNewTargetFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadNewTargetFlag() 98 void BytecodeMetaData::InitReadEnvFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadEnvFlag() 130 void BytecodeMetaData::InitWriteEnvFlag(EcmaOpcode &opcode, uint32_t &flags) in InitWriteEnvFlag() 145 void BytecodeMetaData::InitReadFuncFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadFuncFlag() 261 void BytecodeMetaData::InitDebuggerFlag(EcmaOpcode &opcode, uint32_t &flags) in InitDebuggerFlag() 272 void BytecodeMetaData::InitReadACCFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadACCFlag() 284 void BytecodeMetaData::InitSupportDeoptFlag(EcmaOpcode &opcode, uint32_t &flags) in InitSupportDeoptFlag() [all …]
|
| D | escape_analysis_editor.cpp | 44 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| D | bytecodes.h | 367 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp() 389 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp() 400 static bool IsCreateEmptyArrayOp(EcmaOpcode opcode) in IsCreateEmptyArrayOp() 411 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp() 422 static bool IsDefineClassWithBufferOp(EcmaOpcode opcode) in IsDefineClassWithBufferOp() 433 static bool IsLdLexVarOp(EcmaOpcode opcode) in IsLdLexVarOp() 445 static bool IsStLexVarOp(EcmaOpcode opcode) in IsStLexVarOp() 457 static bool IsCallOrAccessorOp(EcmaOpcode opcode) in IsCallOrAccessorOp() 489 static bool IsDefineFunc(EcmaOpcode opcode) in IsDefineFunc()
|
| D | later_elimination.cpp | 34 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 153 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/arithmetic/ |
| D | helpers_arithmetic.cpp | 174 …lpers::BBSchema<AbckitIsaApiStaticOpcode>> CreateBBSchemaForBinary(AbckitIsaApiStaticOpcode opcode) in CreateBBSchemaForBinary() 197 …::BBSchema<AbckitIsaApiDynamicOpcode>> CreateBBSchemaForDynBinary(AbckitIsaApiDynamicOpcode opcode) in CreateBBSchemaForDynBinary() 213 …BBSchema<AbckitIsaApiStaticOpcode>> CreateBBSchemaForBinaryWithImm(AbckitIsaApiStaticOpcode opcode) in CreateBBSchemaForBinaryWithImm() 243 …elpers::BBSchema<AbckitIsaApiStaticOpcode>> CreateBBSchemaForUnary(AbckitIsaApiStaticOpcode opcode) in CreateBBSchemaForUnary() 256 …s::BBSchema<AbckitIsaApiDynamicOpcode>> CreateBBSchemaForDynUnary(AbckitIsaApiDynamicOpcode opcode) in CreateBBSchemaForDynUnary()
|
| /arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/ |
| D | codegen_dynamic_isapi.rb | 147 def plain(opcode, *args) argument 160 def case_(types, opcode, *args) argument 164 def cc_case(types, opcode, *args) argument 172 def case_true(opcode, *args) argument 176 def case_false(opcode, *args) argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 147 def plain(opcode, *args) argument 160 def case_(types, opcode, *args) argument 164 def cc_case(types, opcode, *args) argument 172 def case_true(opcode, *args) argument 176 def case_false(opcode, *args) argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-ins.h | 37 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) opcode, argument 73 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), argument 79 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), argument 85 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), argument 90 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), argument 96 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), argument 113 Opcode opcode = Opcode::INVALID; /* operation type */ member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 187 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, const ArenaString &fie… in DumpTypedFieldOpcode() 197 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, ArenaAllocator *allocator) in DumpTypedOpcode() 205 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, const ArenaString &flags, in DumpTypedOpcode() 375 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 388 ArenaString opcode(GetOpcodeString(mixinInst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() local 429 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 443 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 463 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 497 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 505 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa_tbl.h | 85 static inline X64MOP_t GetSetCCMop(maple::Opcode opcode, Operand::OperandType dTy, bool isSigned, b… in GetSetCCMop() 117 static inline X64MOP_t GetCMovCCMop(maple::Opcode opcode, int32 bitSize, bool isSigned) in GetCMovCCMop()
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static_isapi.rb | 164 def plain(opcode, *args) argument 181 def case_(types, opcode, *args) argument 185 def cc_case(types, opcode, *args) argument 197 def case_true(opcode, *args) argument 205 def case_false(opcode, *args) argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 166 def plain(opcode, *args) argument 183 def case_(types, opcode, *args) argument 187 def cc_case(types, opcode, *args) argument 199 def case_true(opcode, *args) argument 207 def case_false(opcode, *args) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 254 MIRIntConst *ConstantFold::FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimT… in FoldIntConstComparisonMIRConst() 310 ConstvalNode *ConstantFold::FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opn… in FoldIntConstComparison() 325 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRInt… in FoldIntConstBinaryMIRConst() 397 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNo… in FoldIntConstBinary() 412 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNod… in FoldFPConstBinary() 591 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimTy… in FoldFPConstComparisonMIRConst() 607 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opnd… in FoldFPConstComparison() 618 MIRConst *ConstantFold::FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType op… in FoldConstComparisonMIRConst() 636 ConstvalNode *ConstantFold::FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndTy… in FoldConstComparison() 650 CompareNode *ConstantFold::FoldConstComparisonReverse(Opcode opcode, PrimType resultType, PrimType … in FoldConstComparisonReverse() [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers.h | 53 T opcode; member
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | line_number_program.h | 137 auto opcode = ReadOpcode(); in Process() local 206 auto opcode = static_cast<Opcode>(*program_); in ReadOpcode() local 286 bool HandleSpecialOpcode(LineNumberProgramItem::Opcode opcode) in HandleSpecialOpcode()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | line_number_program.h | 138 auto opcode = ReadOpcode(); in Process() local 202 auto opcode = static_cast<Opcode>(*program_); in ReadOpcode() local 276 bool HandleSpecialOpcode(LineNumberProgramItem::Opcode opcode) in HandleSpecialOpcode()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 160 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode() 170 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode() 297 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 310 ArenaString opcode(GetOpcodeString(mixin_inst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() local 335 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 346 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 375 ArenaString opcode(GetIntrinsicOpcodeName(), adapter); in DumpOpcode() local
|
| D | inst.h | 49 #define INST_DEF(opcode, base, ...) class base; argument 167 #define INST_DEF(opcode, ...) opcode, argument 179 #define INST_DEF(opcode, ...) #opcode, argument 213 inline constexpr uintptr_t GetFlagsMask(Opcode opcode) in GetFlagsMask() 243 inline constexpr uint8_t GetModesMask(Opcode opcode) in GetModesMask() 683 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; argument 688 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); argument 751 void SetOpcode(Opcode opcode) in SetOpcode() 1349 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() 1351 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) in Inst() [all …]
|
| /arkcompiler/toolchain/websocket/ |
| D | frame_builder.h | 39 ServerFrameBuilder(bool final, FrameType opcode) : fin_(final), opcode_(opcode) in ServerFrameBuilder()
|
| D | web_socket_frame.h | 32 constexpr inline bool IsControlFrame(uint8_t opcode) in IsControlFrame() 56 uint8_t opcode = 0; member
|
| D | frame_builder.cpp | 25 ServerFrameBuilder& ServerFrameBuilder::SetOpcode(FrameType opcode) in SetOpcode() 107 ClientFrameBuilder::ClientFrameBuilder(bool final, FrameType opcode, const uint8_t maskingKey[WebSo… in ClientFrameBuilder()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyIns.proto | 29 uint32 opcode = 1; field
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 58 #define HANDLE_OPCODE(opcode) \ argument 64 #define HANDLE_OPCODE(opcode) \ argument 68 #define NOPRINT_HANDLE_OPCODE(opcode) \ argument 73 #define DEBUG_HANDLE_OPCODE(opcode) \ argument 173 #define REAL_GOTO_DISPATCH_OPCODE(opcode) \ argument
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | helpers_static.h | 170 constexpr AbckitBitImmSize GetBinaryImmOperationSize(ark::compiler::Opcode opcode) in GetBinaryImmOperationSize()
|