| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_proepilog.cpp | 54 uint32 regSize = regByteSize * kBitsPerByte; in GenerateCalleeSavedRegs() local 75 …GenProEpilog::GeneratePushCalleeSavedRegs(RegOperand ®Opnd, MemOperand &memOpnd, uint32 regSize) in GeneratePushCalleeSavedRegs() 83 …4GenProEpilog::GeneratePopCalleeSavedRegs(RegOperand ®Opnd, MemOperand &memOpnd, uint32 regSize) in GeneratePopCalleeSavedRegs()
|
| D | x64_reg_info.cpp | 113 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildStrInsn() 139 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 1278 uint8 regSize = GetRegSize(reg); in Mov() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_info.cpp | 141 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildStrInsn() 147 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildLdrInsn()
|
| D | aarch64_color_ra.cpp | 3041 uint32 regSize = (size <= k32) ? k32 : k64; in GetReuseMem() local 3077 uint32 regSize = regOpnd.GetSize(); in SpillOperandForSpillPre() local 3137 uint32 regSize = regOpnd.GetSize(); in SpillOperandForSpillPost() local 3179 MemOperand *GraphColorRegAllocator::GetSpillOrReuseMem(LiveRange &lr, uint32 regSize, bool &isOutOf… in GetSpillOrReuseMem() 3248 uint32 regSize = regOpnd.GetSize(); in SpillOperand() local
|
| D | aarch64_obj_emitter.cpp | 826 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize(); in GenAddSubRegInsn() local 1194 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in GenLoadStoreModeBOrX() local
|
| D | aarch64_cgfunc.cpp | 1074 uint32 regSize = GetPrimTypeBitSize(rhsPType); in SelectDassign() local 1930 uint32 regSize; in SelectAggDassign() local 3453 uint32 regSize = GetPrimTypeSize(expr.GetPrimType()); in SelectIread() local
|
| D | aarch64_peep.cpp | 2462 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 | 123 size_t regSize = reg.GetSize(); in VixlReg() local 189 size_t regSize = reg.GetSize(); in VixlShift() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 589 …gAllocator::SetupLiveInterval(Operand &opnd, Insn &insn, bool isDef, uint32 &nUses, uint32 regSize) in SetupLiveInterval() 919 … auto regSize = (regOpnd.GetRegisterType() == kRegTyInt ? opndDesc->GetSize() : regOpnd.GetSize()); in ComputeLiveIntervalForEachOperand() local 1463 uint32 regSize = rli->GetSpillSize(); in InsertCallerSave() local 1603 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 | 461 uint8 regSize = reg == ERR ? k64Bits : GetRegSize(reg); in HasAddrSizePrefix() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 201 size_t regSize = size == 0 ? reg.GetSize() : size; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 387 unsigned int regSize = rd.IsW() ? RegWSize : RegXSize; in Mov() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | codegen_test.cpp | 1994 const uint32_t regSize = 30; in TEST_F() local
|