| /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/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/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/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/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/ets_runtime/ecmascript/compiler/ |
| D | escape_analysis_editor.cpp | 44 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| D | bytecodes.h | 338 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp() 360 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp() 371 static bool IsCreateEmptyArrayOp(EcmaOpcode opcode) in IsCreateEmptyArrayOp() 382 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp() 393 static bool IsDefineClassWithBufferOp(EcmaOpcode opcode) in IsDefineClassWithBufferOp() 404 static bool IsLdLexVarOp(EcmaOpcode opcode) in IsLdLexVarOp() 416 static bool IsStLexVarOp(EcmaOpcode opcode) in IsStLexVarOp() 428 static bool IsCallOrAccessorOp(EcmaOpcode opcode) in IsCallOrAccessorOp() 460 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
|
| D | ecma_opcode_des.h | 350 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr()
|
| D | ts_hcr_opt_pass.cpp | 24 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 38 OpCode opcode = acc_.GetOpCode(gate); in AddProfiling() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | line_number_program.h | 135 auto opcode = ReadOpcode(); in Process() local 204 auto opcode = static_cast<Opcode>(*program_); in ReadOpcode() local 284 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/ets_frontend/merge_abc/protos/ |
| D | assemblyIns.proto | 29 uint32 opcode = 1; field
|
| /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_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 60 #define HANDLE_OPCODE(opcode) \ argument 66 #define HANDLE_OPCODE(opcode) \ argument 70 #define NOPRINT_HANDLE_OPCODE(opcode) \ argument 75 #define DEBUG_HANDLE_OPCODE(opcode) \ argument 175 #define REAL_GOTO_DISPATCH_OPCODE(opcode) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 359 MIRIntConst *ConstantFold::FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimT… in FoldIntConstComparisonMIRConst() 421 ConstvalNode *ConstantFold::FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opn… in FoldIntConstComparison() 436 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRInt… in FoldIntConstBinaryMIRConst() 529 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNo… in FoldIntConstBinary() 544 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNod… in FoldFPConstBinary() 735 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimTy… in FoldFPConstComparisonMIRConst() 751 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opnd… in FoldFPConstComparison() 762 MIRConst *ConstantFold::FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType op… in FoldConstComparisonMIRConst() 780 ConstvalNode *ConstantFold::FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndTy… in FoldConstComparison() 794 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/compiler/optimizer/optimizations/ |
| D | savestate_optimization.cpp | 58 auto opcode = userInst->GetOpcode(); in RequireRegMap() local
|