Home
last modified time | relevance | path

Searched defs:regSize (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_proepilog.cpp41 uint32 regSize = regByteSize * kBitsPerByte; in GenerateCalleeSavedRegs() local
62 …GenProEpilog::GeneratePushCalleeSavedRegs(RegOperand &regOpnd, MemOperand &memOpnd, uint32 regSize) in GeneratePushCalleeSavedRegs()
70 …4GenProEpilog::GeneratePopCalleeSavedRegs(RegOperand &regOpnd, MemOperand &memOpnd, uint32 regSize) in GeneratePopCalleeSavedRegs()
Dx64_reg_info.cpp73 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildStrInsn()
99 Insn *X64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildLdrInsn()
Delf_assembler.cpp445 uint8 regSize = GetRegSize(reg); in OpImmAndReg() local
1305 uint8 regSize = GetRegSize(reg); in Mov() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_info.cpp88 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildStrInsn()
94 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildLdrInsn()
Daarch64_obj_emitter.cpp749 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize(); in GenAddSubRegInsn() local
1120 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in GenLoadStoreModeBOrX() local
Daarch64_peep.cpp455 const uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in OptimizeAddrBOrXShiftExtend() local
531 const uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in OptimizeAddrBOrXShift() local
Daarch64_cgfunc.cpp686 uint32 regSize = GetPrimTypeBitSize(rhsPType); in SelectDassign() local
867 uint32 regSize = GetPrimTypeSize(expr.GetPrimType()); in SelectIread() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h58 size_t regSize = reg.GetSize(); in VixlRegCaseScalar() local
Dencode.cpp122 size_t regSize = reg.GetSize(); in VixlShift() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp396 …gAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &nUses, uint32 regSize) in SetupLiveInterval()
687 uint32 regSize = 0; member
706 … auto regSize = (regOpnd.GetRegisterType() == kRegTyInt ? opndDesc->GetSize() : regOpnd.GetSize()); in ComputeLiveIntervalForEachOperand() local
793 auto regSize = baseOpnd->GetSize(); in ComputeLiveIntervalForCall() local
800 auto regSize = opnd->GetSize(); in ComputeLiveIntervalForCall() local
1172 uint32 regSize = rli->GetSpillSize(); in InsertCallerSave() local
1293 uint32 regSize = li->GetSpillSize(); in SpillOperand() local
1364 …erand *LSRALinearScanRegAllocator::GetSpillPhyRegOperand(Insn &insn, regno_t regNo, uint32 regSize, in GetSpillPhyRegOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h465 uint8 regSize = reg == ERR ? k64Bits : GetRegSize(reg); in HasAddrSizePrefix() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp384 unsigned int regSize = rd.IsW() ? RegWSize : RegXSize; in Mov() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp148 size_t regSize = size == 0 ? reg.GetSize() : size; in ArchReg() local