Home
last modified time | relevance | path

Searched full:o0 (Results 1 – 25 of 88) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp32 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()
Dcfi.cpp34 #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}},
Ddbg.cpp34 #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/
Dcg_irbuilder.h38 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);
Ddbg.h31 #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/
Daarch64_cgfunc.h223 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/
Daarch64_proepilog.cpp313 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/
DBUILD.gn36 "-O0",
43 "-O0",
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
DBUILD.gn23 "-O0",
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
DBUILD.gn23 "-O0",
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlitecg.h50 // O0/O1/Ofastcompile
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DTypeof.sts111 let o0 = new String("1")
120 assert(typeof o0 == "string")
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafileorzip_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/methoddataaccessor_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory1arg_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafile_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/literaldataaccessor_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/open_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/static_core/tests/fuzztest/openpandafilefrommemory_fuzzer/
DBUILD.gn27 "-O0",
/arkcompiler/runtime_core/tests/fuzztest/openpandafilefrommemory_fuzzer/
DBUILD.gn28 "-O0",
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
DBUILD.gn28 "-O0",
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
DBUILD.gn28 "-O0",

1234