Home
last modified time | relevance | path

Searched defs:regSize (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dtarget.h58 size_t regSize = reg.GetSize(); in VixlRegCaseScalar() local
H A Dencode.cpp122 size_t regSize = reg.GetSize(); in VixlShift() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_reg_info.cpp90 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &memOpnd) in BuildStrInsn() argument
96 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &memOpnd) in BuildLdrInsn() argument
H A Daarch64_cgfunc.cpp699 uint32 regSize = GetPrimTypeBitSize(rhsPType); in SelectDassign() local
931 uint32 regSize = GetPrimTypeSize(expr.GetPrimType()); in SelectIread() local
H A Daarch64_peep.cpp428 const uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in OptimizeAddrBOrXShiftExtend() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_reg_info.cpp74 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &memOpnd) in BuildStrInsn() argument
100 Insn *X64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &memOpnd) in BuildLdrInsn() argument
H A Dx64_proepilog.cpp44 uint32 regSize = regByteSize * kBitsPerByte; in GenerateCalleeSavedRegs() local
65 void X64GenProEpilog::GeneratePushCalleeSavedRegs(RegOperand &regOpnd, MemOperand &memOpnd, uint32 regSize) in GeneratePushCalleeSavedRegs() argument
73 void X64GenProEpilog::GeneratePopCalleeSavedRegs(RegOperand &regOpnd, MemOperand &memOpnd, uint32 regSize) in GeneratePopCalleeSavedRegs() argument
[all...]
H A Delf_assembler.cpp446 uint8 regSize = GetRegSize(reg); in OpImmAndReg() local
1302 uint8 regSize = GetRegSize(reg); in Mov() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_assembler.h465 uint8 regSize = reg == ERR ? k64Bits : GetRegSize(reg); in HasAddrSizePrefix() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp388 unsigned int regSize = rd.IsW() ? RegWSize : RegXSize; in Mov() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp389 void LSRALinearScanRegAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &nUses, uint32 regSize) in SetupLiveInterval() argument
676 uint32 regSize = 0; member
695 auto regSize = (regOpnd.GetRegisterType() == kRegTyInt ? opndDesc->GetSize() : regOpnd.GetSize()); in ComputeLiveIntervalForEachOperand() local
782 auto regSize in ComputeLiveIntervalForCall() local
789 auto regSize = opnd->GetSize(); ComputeLiveIntervalForCall() local
1161 uint32 regSize = rli->GetSpillSize(); InsertCallerSave() local
1281 uint32 regSize = li->GetSpillSize(); SpillOperand() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp148 size_t regSize = size == 0 ? reg.GetSize() : size; in ArchReg() local

Completed in 33 milliseconds