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

/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc693 int sp_reg_num = info->GetReg().GetRegNum(); local
694 int dp_reg_num = sp_reg_num;
728 int sp_reg_num = info->GetReg().GetRegNum(); local
729 int dp_reg_num = sp_reg_num & ~1;
730 if (fpuIs32Bit_ || (sp_reg_num == dp_reg_num)) {
739 if (sp_reg_num & 1) {
/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc607 int sp_reg_num = info->GetReg().GetRegNum(); local
608 int dp_reg_num = sp_reg_num >> 1;
617 if (sp_reg_num & 1) {
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc677 int sp_reg_num = info->GetReg().GetRegNum(); local
678 RegStorage xp_reg = RegStorage::Solo128(sp_reg_num);
686 RegStorage dp_reg = RegStorage::FloatSolo64(sp_reg_num);

Completed in 82 milliseconds