/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_peep.cpp | 40 auto ®1 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
|
H A D | elf_assembler.cpp | 398 void ElfAssembler::OpRR(Reg reg1, Reg reg2, uint8 opCode1, uint8 opCode2, bool extInsn) in OpRR() argument
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | assembler_ins_test.cpp | 127 uint16_t reg1 = 2U; in HWTEST_F() local 210 uint16_t reg1 = 2U; in HWTEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_memlayout.h | 44 AArch64reg reg1 = kRinvalid; member in maplebe::AArch64SymbolAlloc
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.h | 516 Reg reg1; member
|
H A D | codegen.cpp | 1920 void Codegen::CreatePostWRB(Inst *inst, MemRef mem, Reg reg1, Reg reg2, RegMask preserved) in CreatePostWRB() argument 1977 void Codegen::CreatePostWRBForDynamic(Inst *inst, MemRef mem, Reg reg1, Reg reg2, RegMask preserved) in CreatePostWRBForDynamic() argument 2591 void PostWriteBarrier::Encode(MemRef mem, Reg reg1, Re argument 2826 EncodeCheckObject(Reg base, Reg reg1, LabelHolder::LabelId skipLabel, bool checkNull) EncodeCheckObject() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | call_conv.h | 28 regno_t reg1 = 0; member 107 << "[" << reg1 << "]\n"; in Dump() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
H A D | codegen_intrinsics_ets.cpp | 197 auto reg1 = tmp1.GetReg().As(INT32_TYPE); in EncodeSbAppendString() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_assembler.h | 480 uint8 GetRex(Reg reg1, Reg reg2) const in GetRex() argument 527 uint8 GetModRM(Reg reg1, Reg reg2) const in GetModRM() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_proepilog.cpp | 86 void AArch64GenProEpilog::AppendInstructionPushPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1, RegType rty, in AppendInstructionPushPair() argument 201 void AArch64GenProEpilog::AppendInstructionAllocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegType rty) in AppendInstructionAllocateCallFrame() argument 133 AppendInstructionForAllocateOrDeallocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, AArch64reg reg1, RegType rty, bool isAllocate) AppendInstructionForAllocateOrDeallocateCallFrame() argument 179 CreateAndAppendInstructionForAllocateCallFrame(int64 fpToSpDistance, AArch64reg reg0, AArch64reg reg1, RegType rty) CreateAndAppendInstructionForAllocateCallFrame() argument 271 AppendInstructionAllocateCallFrameDebug(AArch64reg reg0, AArch64reg reg1, RegType rty) AppendInstructionAllocateCallFrameDebug() argument 653 AppendInstructionPopPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1, RegType rty, int32 offset) AppendInstructionPopPair() argument 676 AppendInstructionDeallocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegType rty) AppendInstructionDeallocateCallFrame() argument 730 AppendInstructionDeallocateCallFrameDebug(AArch64reg reg0, AArch64reg reg1, RegType rty) AppendInstructionDeallocateCallFrameDebug() argument [all...] |
H A D | aarch64_peep.cpp | 315 auto ®1 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local 336 auto ®1 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 1482 auto ®1 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 1979 RegOperand *reg1 = nullptr; Run() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 148 auto reg1 = GetMasm()->GetScratchVRegisterList()->GetFirstAvailableSRegister(); in AcquireScratchRegister() local
|