| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | memlayout.cpp | 42 Opcode opCode = stmt->GetOpCode(); in FindLargestActualArea() local [all...] |
| H A D | cg_irbuilder.cpp | 22 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 D | cg_irbuilder.h | 33 Insn &BuildInsn(MOperator opCode) in BuildInsn() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_executor.h | 89 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 D | regexp_executor.cpp | 114 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 D | regexp_opcode.cpp | 89 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 D | argument_accessor.cpp | 134 OpCode opCode = gateAcc.GetOpCode(gate); in GetFrameArgsIn() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_executor.cpp | 88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local [all...] |
| H A D | regexp_opcode.cpp | 95 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 D | regexp_executor.h | 85 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 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/ |
| H A D | inst_generator.h | 141 int GetPossibleInstToGenerateNumber(Opcode opCode) in GetPossibleInstToGenerateNumber() argument
|
| H A D | inst_generator.cpp | 888 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 D | switch_lowerer.cpp | 135 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 D | mir_lower.h | 37 inline bool OpCodeNoFallThrough(Opcode opCode) in OpCodeNoFallThrough() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | mir_builder.cpp | 282 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 D | pgo_profiler_info.cpp | 166 auto opCode = bcIns.GetOpcode(); in CalcOpCodeChecksum() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 146 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 D | x64_MPIsel.cpp | 753 void X64MPIsel::SelectCmpResult(RegOperand &resOpnd, Opcode opCode, PrimType primType, PrimType primOpndType) in SelectCmpResult() argument
|
| H A D | elf_assembler.cpp | 441 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 D | lmir_builder.cpp | 674 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 D | aarch64_peep.cpp | 1363 MOperator opCode = insn.GetMachineOpcode(); in Run() local 1907 MOperator opCode = nextInsn->GetMachineOpcode(); in Run() local
|