| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 20 Insn &InsnBuilder::BuildInsn(MOperator opCode, const InsnDesc &idesc) in BuildInsn() 29 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0) in BuildInsn() 34 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn() 39 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() 45 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() 51 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn() 58 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, in BuildInsn() 67 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, in BuildInsn() 76 Insn &InsnBuilder::BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) in BuildInsn() 86 Insn &InsnBuilder::BuildCfiInsn(MOperator opCode) in BuildCfiInsn()
|
| D | memlayout.cpp | 43 Opcode opCode = stmt->GetOpCode(); in FindLargestActualArea() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 90 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() 104 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 130 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() 161 inline bool HandleOpLineStart(uint8_t opCode) in HandleOpLineStart() 176 inline bool HandleOpLineEnd(uint8_t opCode) in HandleOpLineEnd() 190 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 200 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 210 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 223 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 233 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() [all …]
|
| D | regexp_executor.cpp | 115 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local 465 …:HandleOpBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) in HandleOpBackReferenceMatch() 498 uint8_t opCode) in HandleOpBackwardBackReferenceMatch() 530 bool RegExpExecutor::HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
|
| D | regexp_opcode.cpp | 89 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode() 94 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local 100 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 87 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() 100 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 125 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() 146 inline bool HandleOpLineStart(uint8_t opCode) in HandleOpLineStart() 160 inline bool HandleOpLineEnd(uint8_t opCode) in HandleOpLineEnd() 174 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 186 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 198 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 217 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 227 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() [all …]
|
| D | regexp_executor.cpp | 88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local
|
| D | regexp_opcode.cpp | 95 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode() 100 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local 106 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode()
|
| D | regexp_parser.cpp | 102 uint8_t opCode = buffer_.GetU8(ptr); in Parse() local 161 uint8_t opCode = buffer_.GetU8(ptr); in ParseDisjunction() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 891 std::vector<Inst *> &InstGenerator::GenerateOperations(Opcode opCode) in GenerateOperations() 902 std::vector<Inst *> &InstGenerator::GenerateOperationsImm(Opcode opCode) in GenerateOperationsImm() 915 std::vector<Inst *> &InstGenerator::GenerateOperationsShiftedRegister(Opcode opCode) in GenerateOperationsShiftedRegister() 931 std::vector<Inst *> &InstGenerator::GenerateOperations<CallInst>(Opcode opCode) in GenerateOperations() 942 std::vector<Inst *> &InstGenerator::GenerateOperations<CastInst>(Opcode opCode) in GenerateOperations() 954 std::vector<Inst *> &InstGenerator::GenerateOperations<CompareInst>(Opcode opCode) in GenerateOperations() 977 std::vector<Inst *> &InstGenerator::GenerateOperations<CmpInst>(Opcode opCode) in GenerateOperations() 993 std::vector<Inst *> &InstGenerator::GenerateOperations<IfInst>(Opcode opCode) in GenerateOperations() 1012 std::vector<Inst *> &InstGenerator::GenerateOperationsImm<IfImmInst>(Opcode opCode) in GenerateOperationsImm() 1040 std::vector<Inst *> &InstGenerator::GenerateOperations<SelectInst>(Opcode opCode) in GenerateOperations() [all …]
|
| D | inst_generator.h | 141 int GetPossibleInstToGenerateNumber(Opcode opCode) in GetPossibleInstToGenerateNumber()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_irbuilder.h | 33 Insn &BuildInsn(MOperator opCode) in BuildInsn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | switch_lowerer.cpp | 135 CompareNode *SwitchLowerer::BuildCmpNode(Opcode opCode, uint32 idx) in BuildCmpNode() 166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.cpp | 134 OpCode opCode = gateAcc.GetOpCode(gate); in GetFrameArgsIn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_lower.h | 37 inline bool OpCodeNoFallThrough(Opcode opCode) in OpCodeNoFallThrough()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 282 IntrinsicopNode *MIRBuilder::CreateExprIntrinsicop(MIRIntrinsicID idx, Opcode opCode, const MIRType… in CreateExprIntrinsicop() 308 …llNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCode) in CreateStmtCall()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_socket.cpp | 253 OpCode opCode = K_OP_CODE_TEXT; in encode_frame_hybi17() local 299 int opCode = firstByte & K_OP_CODE_MASK; in DecodeFrameHybi17() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 695 Opcode opCode = OP_eq; in ICmp() local 762 Opcode opCode = OP_eq; in FCmp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_peep.cpp | 1452 MOperator opCode = insn.GetMachineOpcode(); in IntrinsicOptimize() local 1526 MOperator opCode = insn.GetMachineOpcode(); in Run() local 2070 MOperator opCode = nextInsn->GetMachineOpcode(); in Run() local
|
| D | aarch64_obj_emitter.cpp | 579 uint32 opCode = 0; in GenMovReg() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 185 auto opCode = bcIns.GetOpcode(); in CalcOpCodeChecksum() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 851 void X64MPIsel::SelectCmpResult(RegOperand &resOpnd, Opcode opCode, PrimType primType, PrimType pri… in SelectCmpResult()
|
| D | elf_assembler.cpp | 440 void ElfAssembler::OpImmAndReg(const ImmOpnd &immOpnd, Reg reg, uint8 opCode, uint8 modReg) in OpImmAndReg() 504 void ElfAssembler::MovRegAndDisp(Reg reg, const Mem &mem, uint8 opCode) in MovRegAndDisp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 146 auto opCode = Bytecodes::GetOpcode(bytecodeArray); in Compile() local 208 auto opCode = Bytecodes::GetOpcode(start); in GetJumpToOffsets() local
|