| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_proepilog.cpp | 44 uint32 regSize = regByteSize * kBitsPerByte; in GenerateCalleeSavedRegs() local 65 …GenProEpilog::GeneratePushCalleeSavedRegs(RegOperand ®Opnd, MemOperand &memOpnd, uint32 regSize) in GeneratePushCalleeSavedRegs() 73 …4GenProEpilog::GeneratePopCalleeSavedRegs(RegOperand ®Opnd, MemOperand &memOpnd, uint32 regSize) in GeneratePopCalleeSavedRegs()
|
| D | x64_reg_info.cpp | 92 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildStrInsn() 118 Insn *X64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildLdrInsn()
|
| D | elf_assembler.cpp | 446 uint8 regSize = GetRegSize(reg); in OpImmAndReg() local 1306 uint8 regSize = GetRegSize(reg); in Mov() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_info.cpp | 111 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildStrInsn() 117 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildLdrInsn()
|
| D | aarch64_color_ra.cpp | 2313 uint32 regSize = (size <= k32) ? k32 : k64; in GetReuseMem() local 2349 uint32 regSize = regOpnd.GetSize(); in SpillOperandForSpillPre() local 2370 MemOperand *GraphColorRegAllocator::GetSpillOrReuseMem(LiveRange &lr, uint32 regSize, bool &isOutOf… in GetSpillOrReuseMem()
|
| D | aarch64_obj_emitter.cpp | 822 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize(); in GenAddSubRegInsn() local 1193 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in GenLoadStoreModeBOrX() local
|
| D | aarch64_cgfunc.cpp | 1159 uint32 regSize = GetPrimTypeBitSize(rhsPType); in SelectDassign() local 2866 uint32 regSize = GetPrimTypeSize(expr.GetPrimType()); in SelectIread() local 9894 uint32 regSize = GetPrimTypeBitSize(primType); in SelectIntrinsicCall() local
|
| D | aarch64_peep.cpp | 3683 const uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in OptimizeAddrBOrXShiftExtend() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 58 size_t regSize = reg.GetSize(); in VixlRegCaseScalar() local
|
| D | encode.cpp | 122 size_t regSize = reg.GetSize(); in VixlShift() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_stackmap_computation.cpp | 62 uint32 regSize = GetPrimTypeSize(PTY_ref) * k8BitSize; in SpillOperand() local 78 uint32 regSize = GetPrimTypeSize(PTY_ref) * k8BitSize; in LoadOperand() local
|
| D | reg_alloc_lsra.cpp | 555 …gAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &nUses, uint32 regSize) in SetupLiveInterval() 852 uint32 regSize = 0; member 871 … auto regSize = (regOpnd.GetRegisterType() == kRegTyInt ? opndDesc->GetSize() : regOpnd.GetSize()); in ComputeLiveIntervalForEachOperand() local 958 auto regSize = baseOpnd->GetSize(); in ComputeLiveIntervalForCall() local 965 auto regSize = opnd->GetSize(); in ComputeLiveIntervalForCall() local 1381 uint32 regSize = rli->GetSpillSize(); in InsertCallerSave() local 1503 uint32 regSize = li->GetSpillSize(); in SpillOperand() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_assembler.h | 465 uint8 regSize = reg == ERR ? k64Bits : GetRegSize(reg); in HasAddrSizePrefix() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 388 unsigned int regSize = rd.IsW() ? RegWSize : RegXSize; in Mov() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 148 size_t regSize = size == 0 ? reg.GetSize() : size; in ArchReg() local
|