/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | opcodes.h | 59 inline constexpr bool IsBranch(Opcode opcode) in IsBranch() 65 inline constexpr bool IsLogicalShift(Opcode opcode) in IsLogicalShift() 70 constexpr bool IsCommutative(Opcode opcode) in IsCommutative() 90 constexpr bool IsStmtMustRequire(Opcode opcode) in IsStmtMustRequire()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | inst.h | 54 #define INST_DEF(opcode, base, ...) class base; argument 261 #define INST_DEF(opcode, ...) opcode, argument 272 #define INST_DEF(opcode, ...) #opcode, argument 304 inline constexpr uintptr_t GetFlagsMask(Opcode opcode) in GetFlagsMask() 334 inline constexpr uint8_t GetModesMask(Opcode opcode) in GetModesMask() 867 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; argument 872 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); argument 935 void SetOpcode(Opcode opcode) in SetOpcode() 1784 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() 1786 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) in Inst() [all …]
|
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() 366 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 379 ArenaString opcode(GetOpcodeString(mixinInst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() local 420 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 434 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 454 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 482 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 490 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 500 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local [all …]
|
/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 | 36 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) opcode, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), argument 76 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), argument 82 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), argument 87 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), argument 95 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), argument 110 Opcode opcode = Opcode::INVALID; /* operation type */ member
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-ins.h | 35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, argument 75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, argument 80 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, argument 84 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, argument 100 Opcode opcode = Opcode::INVALID; /* operation type */ member
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | lib_call_inst.h | 25 auto opcode = inst->GetOpcode(); in HasLibCall() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ecma_opcode_des.h | 330 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr()
|
D | bytecodes.h | 329 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp() 351 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp() 362 static bool IsCreateEmptyArrayOp(EcmaOpcode opcode) in IsCreateEmptyArrayOp() 373 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp() 384 static bool IsDefineClassWithBufferOp(EcmaOpcode opcode) in IsDefineClassWithBufferOp() 395 static bool IsLdLexVarOp(EcmaOpcode opcode) in IsLdLexVarOp() 407 static bool IsStLexVarOp(EcmaOpcode opcode) in IsStLexVarOp() 419 static bool IsCallOrAccessorOp(EcmaOpcode opcode) in IsCallOrAccessorOp() 449 static bool IsDefineFunc(EcmaOpcode opcode) in IsDefineFunc()
|
D | later_elimination.cpp | 34 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 152 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
|
/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/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/runtime_core/static_core/libpandafile/ |
D | line_number_program.h | 135 auto opcode = ReadOpcode(); in Process() local 199 auto opcode = static_cast<Opcode>(*program_); in ReadOpcode() local 273 bool HandleSpecialOpcode(LineNumberProgramItem::Opcode opcode) in HandleSpecialOpcode()
|
D | debug_info_updater-inl.h | 43 LineNumberProgramItem::Opcode opcode; in Scrap() local 134 LineNumberProgramItem::Opcode opcode; in Emit() local
|
/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 | 167 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode() 177 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode() 304 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 317 ArenaString opcode(GetOpcodeString(mixin_inst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() local 342 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 353 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 382 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() 682 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; argument 687 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); argument 750 void SetOpcode(Opcode opcode) in SetOpcode() 1348 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() 1350 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 | 31 constexpr inline bool IsControlFrame(uint8_t opcode) in IsControlFrame() 55 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/compiler/codegen/maple/mpl2mpl/src/ |
D | constantfold.cpp | 353 MIRIntConst *ConstantFold::FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimT… in FoldIntConstComparisonMIRConst() 415 ConstvalNode *ConstantFold::FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opn… in FoldIntConstComparison() 430 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRInt… in FoldIntConstBinaryMIRConst() 522 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNo… in FoldIntConstBinary() 537 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNod… in FoldFPConstBinary() 725 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimTy… in FoldFPConstComparisonMIRConst() 741 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opnd… in FoldFPConstComparison() 752 MIRConst *ConstantFold::FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType op… in FoldConstComparisonMIRConst() 770 ConstvalNode *ConstantFold::FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndTy… in FoldConstComparison() 784 CompareNode *ConstantFold::FoldConstComparisonReverse(Opcode opcode, PrimType resultType, PrimType … in FoldConstComparisonReverse() [all …]
|
/arkcompiler/runtime_core/static_core/runtime/bridge/ |
D | bridge.cpp | 97 auto opcode = bcInst.GetOpcode(); in InvokeInterpreter() local
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_emitter_tests.cpp | 609 static void Jmpz_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> emi… in Jmpz_IMM8() 618 static void Jmpz_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> em… in Jmpz_IMM16() 630 static void Jmp_V8_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label &… in Jmp_V8_IMM8() 639 static void Jmp_V8_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label … in Jmp_V8_IMM16() 651 static void Jmpz_IMM32(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> em… in Jmpz_IMM32() 663 static void TestNoneFormat(Opcode opcode, std::function<void(BytecodeEmitter *)> emit) in TestNoneFormat()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
D | bytecode_emitter_tests.cpp | 422 void JcmpBwd_V8_IMM8(Opcode opcode, const std::function<void(BytecodeEmitter *, uint8_t, const Labe… in JcmpBwd_V8_IMM8() 444 void JcmpFwd_V8_IMM8(Opcode opcode, const std::function<void(BytecodeEmitter *, uint8_t, const Labe… in JcmpFwd_V8_IMM8() 469 void JcmpBwd_V8_IMM16(Opcode opcode, in JcmpBwd_V8_IMM16() 514 void JcmpFwd_V8_IMM16(Opcode opcode, in JcmpFwd_V8_IMM16() 601 void Jcmpz_IMM8(Opcode opcode, const std::function<void(BytecodeEmitter *, const Label &label)> &em… in Jcmpz_IMM8() 616 void Jcmpz_IMM16(Opcode opcode, const std::function<void(BytecodeEmitter *, const Label &label)> &e… in Jcmpz_IMM16() 788 void TestNoneFormat(Opcode opcode, const std::function<void(BytecodeEmitter *)> &emit) in TestNoneFormat()
|