| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 32 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0) in BuildInsn() argument 35 return BuildInsn(opCode, tMd).AddOpndChain(o0); in BuildInsn() 37 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn() argument 40 return BuildInsn(opCode, tMd).AddOpndChain(o0).AddOpndChain(o1); in BuildInsn() 42 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() argument 45 return BuildInsn(opCode, tMd).AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2); in BuildInsn() 48 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() argument 51 … return BuildInsn(opCode, tMd).AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3); in BuildInsn() 54 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn() argument 58 return nI.AddOpndChain(o0).AddOpndChain(o1).AddOpndChain(o2).AddOpndChain(o3).AddOpndChain(o4); in BuildInsn()
|
| D | cfi.cpp | 34 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 35 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument 36 {"." #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::kOpd##o2}},
|
| D | dbg.cpp | 34 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_irbuilder.h | 38 Insn &BuildInsn(MOperator opCode, Operand &o0); 39 Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1); 40 Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2); 41 Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3); 42 …Insn &BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, Operand &o4);
|
| D | dbg.h | 31 #define DBG_DEFINE(k, sub, n, o0, o1, o2) OP_DBG_##k##sub, argument 32 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) OP_ARM_DIRECTIVES_##k##sub, argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 223 void SelectAdd(Operand &resOpnd, Operand &o0, Operand &o1, PrimType primType) override; 224 Operand *SelectAdd(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override; 228 Operand *SelectRor(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override; 229 … Operand *SelectShift(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override; 230 Operand *SelectSub(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override; 231 void SelectSub(Operand &resOpnd, Operand &o0, Operand &o1, PrimType primType) override; 232 … Operand *SelectBand(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override; 233 void SelectBand(Operand &resOpnd, Operand &o0, Operand &o1, PrimType primType) override; 234 … Operand *SelectBior(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override; 235 void SelectBior(Operand &resOpnd, Operand &o0, Operand &o1, PrimType primType) override; [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 313 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionPushPair() local 322 Insn &pushInsn = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2); in AppendInstructionPushPair() 336 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg, GetPointerBitSize(), rty); in AppendInstructionPushSingle() local 345 Insn &pushInsn = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, *o1); in AppendInstructionPushSingle() 371 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local 372 Insn &insn1 = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, *o2); in AppendInstructionForAllocateOrDeallocateCallFrame() 387 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local 388 … Insn &insn1 = cgFunc.GetInsnBuilder()->BuildInsn(isAllocate ? MOP_xstr : MOP_xldr, o0, *mo); in AppendInstructionForAllocateOrDeallocateCallFrame() 413 … Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in CreateAndAppendInstructionForAllocateCallFrame() local 417 ? &cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2) in CreateAndAppendInstructionForAllocateCallFrame() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | BUILD.gn | 36 "-O0", 43 "-O0",
|
| /arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/ |
| D | BUILD.gn | 23 "-O0",
|
| /arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/ |
| D | BUILD.gn | 23 "-O0",
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | litecg.h | 50 // O0/O1/Ofastcompile
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | Typeof.sts | 111 let o0 = new String("1") 120 assert(typeof o0 == "string")
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory1arg_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/literaldataaccessor_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/open_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafilefrommemory_fuzzer/ |
| D | BUILD.gn | 27 "-O0",
|
| /arkcompiler/runtime_core/tests/fuzztest/openpandafilefrommemory_fuzzer/ |
| D | BUILD.gn | 28 "-O0",
|
| /arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/ |
| D | BUILD.gn | 28 "-O0",
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | BUILD.gn | 28 "-O0",
|