Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.cpp36 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
87 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
Decma_opcode_des.h318 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr()
Dlater_elimination.cpp46 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
159 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
Dpgo_bc_info.cpp65 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in Record() local
Dearly_elimination.cpp80 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
307 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
365 auto opcode = acc_.GetOpCode(lhs); in CheckRenameReplacement() local
Dgraph_editor.cpp56 auto opcode = acc_.GetOpCode(gate); in RemoveGate() local
Dbytecodes.h317 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp()
338 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp()
349 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp()
Dgate_meta_data.h427 GateMetaData(OpCode opcode, GateFlags flags, in GateMetaData()
634 BoolMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, in BoolMetaData()
658 …explicit JSBytecodeMetaData(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags flags) in JSBytecodeMetaData()
711 OneParameterMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, in OneParameterMetaData()
740 TypedCallMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, in TypedCallMetaData()
Dbytecode_info_collector.cpp396 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectMethodInfoFromBC() local
511 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectModuleInfoFromBC() local
716 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectConstantPoolIndexInfoFromBC() local
Dgate.cpp717 auto opcode = GetOpCode(); in Print() local
776 auto opcode = GetOpCode(); in ShortPrint() local
Dcircuit.h172 const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, in JSBytecode()
Dasync_function_lowering.cpp112 auto opcode = accessor_.GetOpCode(stateInGate); in RebuildGeneratorCfg() local
/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/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_frontend/merge_abc/protos/
DassemblyIns.proto29 uint32 opcode = 1; field
/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()
Dbytecode_emitter.cpp166 auto opcode = insn.GetOpcode(); in ReserveSpaceForOffsets() local
195 auto opcode = insn.GetOpcode(); in DoReserveSpaceForOffset() local
Dbytecode_instruction.h400 static constexpr size_t Size(Opcode opcode) in Size()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp167 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
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()
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/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/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h72 void Update(EcmaOpcode opcode, Mode mode) in Update()
/arkcompiler/toolchain/websocket/
Dwebsocket.h29 uint8_t opcode = 0; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp312 auto opcode = inst.GetOpcode(); in FixOpcode() local
1383 auto opcode = inst.GetOpcode(); in UpdateICOffset() local
1516 … OldBytecodeInst::Opcode opcode = static_cast<OldBytecodeInst::Opcode>(bcIns.GetOpcode()); in TranslateBytecode() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction.h450 static constexpr Format GetFormat(Opcode opcode) in GetFormat()

12