/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | target.h | 58 size_t regSize = reg.GetSize(); in VixlRegCaseScalar() local
|
H A D | encode.cpp | 122 size_t regSize = reg.GetSize(); in VixlShift() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_reg_info.cpp | 90 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 D | aarch64_cgfunc.cpp | 699 uint32 regSize = GetPrimTypeBitSize(rhsPType); in SelectDassign() local 931 uint32 regSize = GetPrimTypeSize(expr.GetPrimType()); in SelectIread() local
|
H A D | aarch64_peep.cpp | 428 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 D | x64_reg_info.cpp | 74 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 D | x64_proepilog.cpp | 44 uint32 regSize = regByteSize * kBitsPerByte; in GenerateCalleeSavedRegs() local 65 void X64GenProEpilog::GeneratePushCalleeSavedRegs(RegOperand ®Opnd, MemOperand &memOpnd, uint32 regSize) in GeneratePushCalleeSavedRegs() argument 73 void X64GenProEpilog::GeneratePopCalleeSavedRegs(RegOperand ®Opnd, MemOperand &memOpnd, uint32 regSize) in GeneratePopCalleeSavedRegs() argument [all...] |
H A D | elf_assembler.cpp | 446 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 D | elf_assembler.h | 465 uint8 regSize = reg == ERR ? k64Bits : GetRegSize(reg); in HasAddrSizePrefix() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | assembler_aarch64.cpp | 388 unsigned int regSize = rd.IsW() ? RegWSize : RegXSize; in Mov() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | reg_alloc_lsra.cpp | 389 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 D | encode.cpp | 148 size_t regSize = size == 0 ? reg.GetSize() : size; in ArchReg() local
|