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

/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc442 int sp_reg_num = info->GetReg().GetRegNum(); local
444 int dp_reg_num = sp_reg_num & ~1;
446 int dp_reg_num = sp_reg_num >> 1;
456 if (sp_reg_num & 1) {
/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc580 int sp_reg_num = info->GetReg().GetRegNum(); local
581 int dp_reg_num = sp_reg_num >> 1;
590 if (sp_reg_num & 1) {
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc642 int sp_reg_num = info->GetReg().GetRegNum(); local
643 RegStorage xp_reg = RegStorage::Solo128(sp_reg_num);
651 RegStorage dp_reg = RegStorage::FloatSolo64(sp_reg_num);

Completed in 67 milliseconds