Searched refs:GetPointerBitSize (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 164 … MemOperand *downStk = aarchCGFunc.CreateStackMemOpnd(stackBaseReg, memSize, GetPointerBitSize()); in GetDownStack() 182 …&stAddrOpnd = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(regNO, GetPointerBitSize(), kRegTyInt… in GenStackGuard() 185 MemOperand *guardMemOp = aarchCGFunc.CreateMemOperand(GetPointerBitSize(), stAddrOpnd, in GenStackGuard() 202 auto mOp = aarchCGFunc.PickStInsn(GetPointerBitSize(), PTY_u64); in AddStackGuard() 246 …heckOp = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(stCheckReg, GetPointerBitSize(), kRegTyInt… in GenStackGuardCheckInsn() 247 auto mOp = aarchCGFunc.PickLdInsn(GetPointerBitSize(), PTY_u64); in GenStackGuardCheckInsn() 313 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionPushPair() 314 Operand &o1 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg1, GetPointerBitSize(), rty); in AppendInstructionPushPair() 315 Operand *o2 = &aarchCGFunc.CreateStkTopOpnd(static_cast<uint32>(offset), GetPointerBitSize()); in AppendInstructionPushPair() 317 uint32 dataSize = GetPointerBitSize(); in AppendInstructionPushPair() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | becommon.h | 33 inline uint32 GetPointerBitSize() in GetPointerBitSize() function
|