Home
last modified time | relevance | path

Searched defs:opCode (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp20 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()
Dmemlayout.cpp43 Opcode opCode = stmt->GetOpCode(); in FindLargestActualArea() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h90 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 …]
Dregexp_executor.cpp115 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()
Dregexp_opcode.cpp89 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/
Dregexp_executor.h87 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 …]
Dregexp_executor.cpp88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local
Dregexp_opcode.cpp95 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()
Dregexp_parser.cpp102 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/
Dinst_generator.cpp891 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 …]
Dinst_generator.h141 int GetPossibleInstToGenerateNumber(Opcode opCode) in GetPossibleInstToGenerateNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_irbuilder.h33 Insn &BuildInsn(MOperator opCode) in BuildInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp135 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/
Dargument_accessor.cpp134 OpCode opCode = gateAcc.GetOpCode(gate); in GetFrameArgsIn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h37 inline bool OpCodeNoFallThrough(Opcode opCode) in OpCodeNoFallThrough()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp282 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/
Dinspector_socket.cpp253 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/
Dlmir_builder.cpp695 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/
Daarch64_peep.cpp1452 MOperator opCode = insn.GetMachineOpcode(); in IntrinsicOptimize() local
1526 MOperator opCode = insn.GetMachineOpcode(); in Run() local
2070 MOperator opCode = nextInsn->GetMachineOpcode(); in Run() local
Daarch64_obj_emitter.cpp579 uint32 opCode = 0; in GenMovReg() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp185 auto opCode = bcIns.GetOpcode(); in CalcOpCodeChecksum() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp851 void X64MPIsel::SelectCmpResult(RegOperand &resOpnd, Opcode opCode, PrimType primType, PrimType pri… in SelectCmpResult()
Delf_assembler.cpp440 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/
Dbaseline_compiler.cpp146 auto opCode = Bytecodes::GetOpcode(bytecodeArray); in Compile() local
208 auto opCode = Bytecodes::GetOpcode(start); in GetJumpToOffsets() local