Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 121) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcodes.h59 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/
Dbytecode_optimizer_isapi.rb147 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/
Dassembly-ins.h36 #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/
Ddump.cpp187 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/
Dassembly-ins.h35 #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/
Dx64_isa_tbl.h85 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/
Dbytecode_optimizer_isapi.rb166 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/
Descape_analysis_editor.cpp44 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
Dbytecodes.h338 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()
Dlater_elimination.cpp34 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
153 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
Decma_opcode_des.h350 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr()
Dts_hcr_opt_pass.cpp24 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
38 OpCode opcode = acc_.GetOpCode(gate); in AddProfiling() local
/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h138 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/static_core/libpandafile/
Dline_number_program.h135 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/compiler/optimizer/ir/
Ddump.cpp160 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
Dinst.h49 #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/
Dframe_builder.h39 ServerFrameBuilder(bool final, FrameType opcode) : fin_(final), opcode_(opcode) in ServerFrameBuilder()
Dweb_socket_frame.h32 constexpr inline bool IsControlFrame(uint8_t opcode) in IsControlFrame()
56 uint8_t opcode = 0; member
Dframe_builder.cpp25 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/
DassemblyIns.proto29 uint32 opcode = 1; field
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h60 #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/
Dconstantfold.cpp359 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/
Dbridge.cpp97 auto opcode = bcInst.GetOpcode(); in InvokeInterpreter() local
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp609 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/
Dsavestate_optimization.cpp58 auto opcode = userInst->GetOpcode(); in RequireRegMap() local

12345