Searched defs:x_reg_num (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc645 int x_reg_num = info->GetReg().GetRegNum(); local
646 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc697 int x_reg_num = info->GetReg().GetRegNum(); local
698 RegStorage x_reg = RegStorage::Solo64(x_reg_num);

Completed in 70 milliseconds