Home
last modified time | relevance | path

Searched refs:sp_reg_num (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
Dtarget_mips.cc443 int sp_reg_num = info->GetReg().GetRegNum(); in CompilerInitializeRegAlloc() local
445 int dp_reg_num = sp_reg_num & ~1; in CompilerInitializeRegAlloc()
447 int dp_reg_num = sp_reg_num >> 1; in CompilerInitializeRegAlloc()
457 if (sp_reg_num & 1) { in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc580 int sp_reg_num = info->GetReg().GetRegNum(); in CompilerInitializeRegAlloc() local
581 int dp_reg_num = sp_reg_num >> 1; in CompilerInitializeRegAlloc()
590 if (sp_reg_num & 1) { in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc643 int sp_reg_num = info->GetReg().GetRegNum(); in CompilerInitializeRegAlloc() local
644 RegStorage xp_reg = RegStorage::Solo128(sp_reg_num); in CompilerInitializeRegAlloc()
652 RegStorage dp_reg = RegStorage::FloatSolo64(sp_reg_num); in CompilerInitializeRegAlloc()