Home
last modified time | relevance | path

Searched defs:opCode (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dmemlayout.cpp42 Opcode opCode = stmt->GetOpCode(); in FindLargestActualArea() local
[all...]
H A Dcg_irbuilder.cpp22 Insn &InsnBuilder::BuildInsn(MOperator opCode, const InsnDesc &idesc) in BuildInsn() argument
31 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0) in BuildInsn() argument
36 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn() argument
41 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() argument
47 BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) BuildInsn() argument
53 BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, Operand &o4) BuildInsn() argument
60 BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) BuildInsn() argument
70 BuildCfiInsn(MOperator opCode) BuildCfiInsn() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_irbuilder.h33 Insn &BuildInsn(MOperator opCode) in BuildInsn() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h89 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() argument
102 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() argument
127 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() argument
158 HandleOpLineStart(uint8_t opCode) HandleOpLineStart() argument
173 HandleOpLineEnd(uint8_t opCode) HandleOpLineEnd() argument
187 HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) HandleOpSaveStart() argument
[all...]
H A Dregexp_executor.cpp114 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local
464 HandleOpBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) HandleOpBackReferenceMatch() argument
496 HandleOpBackwardBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) HandleOpBackwardBackReferenceMatch() argument
529 HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) HandleOpBackReference() argument
[all...]
H A Dregexp_opcode.cpp89 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode() argument
94 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local
100 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dargument_accessor.cpp134 OpCode opCode = gateAcc.GetOpCode(gate); in GetFrameArgsIn() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.cpp88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local
[all...]
H A Dregexp_opcode.cpp95 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode() argument
100 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local
106 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode() argument
H A Dregexp_executor.h85 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() argument
98 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() argument
123 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() argument
144 HandleOpLineStart(uint8_t opCode) HandleOpLineStart() argument
158 HandleOpLineEnd(uint8_t opCode) HandleOpLineEnd() argument
173 HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) HandleOpSaveStart() argument
185 HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) HandleOpSaveEnd() argument
197 HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) HandleOpSaveReset() argument
216 HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) HandleOpMatch() argument
226 HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) HandleOpSplitFirst() argument
234 HandleOpPrev(uint8_t opCode) HandleOpPrev() argument
247 HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) HandleOpLoop() argument
365 HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) HandleOpBackReference() argument
438 Advance(uint8_t opCode, uint32_t offset = 0) Advance() argument
[all...]
H A 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/
H A Dinst_generator.h141 int GetPossibleInstToGenerateNumber(Opcode opCode) in GetPossibleInstToGenerateNumber() argument
H A Dinst_generator.cpp888 std::vector<Inst *> &InstGenerator::GenerateOperations(Opcode opCode) in GenerateOperations() argument
899 std::vector<Inst *> &InstGenerator::GenerateOperationsImm(Opcode opCode) in GenerateOperationsImm() argument
912 std::vector<Inst *> &InstGenerator::GenerateOperationsShiftedRegister(Opcode opCode) in GenerateOperationsShiftedRegister() argument
928 GenerateOperations(Opcode opCode) GenerateOperations() argument
939 GenerateOperations(Opcode opCode) GenerateOperations() argument
951 GenerateOperations(Opcode opCode) GenerateOperations() argument
974 GenerateOperations(Opcode opCode) GenerateOperations() argument
990 GenerateOperations(Opcode opCode) GenerateOperations() argument
1009 GenerateOperationsImm(Opcode opCode) GenerateOperationsImm() argument
1037 GenerateOperations(Opcode opCode) GenerateOperations() argument
1061 GenerateOperationsImm(Opcode opCode) GenerateOperationsImm() argument
1086 GenerateOperations(Opcode opCode) GenerateOperations() argument
1111 GenerateOperations(Opcode opCode) GenerateOperations() argument
1129 Generate(Opcode opCode) Generate() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp135 CompareNode *SwitchLowerer::BuildCmpNode(Opcode opCode, uint32 idx) in BuildCmpNode() argument
166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_lower.h37 inline bool OpCodeNoFallThrough(Opcode opCode) in OpCodeNoFallThrough() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_builder.cpp282 IntrinsicopNode *MIRBuilder::CreateExprIntrinsicop(MIRIntrinsicID idx, Opcode opCode, const MIRType &type, in CreateExprIntrinsicop() argument
308 CallNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCode) in CreateStmtCall() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp166 auto opCode = bcIns.GetOpcode(); in CalcOpCodeChecksum() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp146 auto opCode = Bytecodes::GetOpcode(bytecodeArray); in Compile() local
208 auto opCode = Bytecodes::GetOpcode(start); in GetJumpToOffsets() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp753 void X64MPIsel::SelectCmpResult(RegOperand &resOpnd, Opcode opCode, PrimType primType, PrimType primOpndType) in SelectCmpResult() argument
H A Delf_assembler.cpp441 void ElfAssembler::OpImmAndReg(const ImmOpnd &immOpnd, Reg reg, uint8 opCode, uint8 modReg) in OpImmAndReg() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp674 Opcode opCode = OP_eq; in ICmp() local
741 Opcode opCode = OP_eq; FCmp() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp1363 MOperator opCode = insn.GetMachineOpcode(); in Run() local
1907 MOperator opCode = nextInsn->GetMachineOpcode(); in Run() local

Completed in 39 milliseconds