Lines Matching defs:info
142 RegisterInfo* info = GetRegInfo(rl_src.reg);
143 RegStorage src_low = info->FindMatchingView(RegisterInfo::kLowSingleStorageMask)->GetReg();
145 RegStorage src_high = info->FindMatchingView(RegisterInfo::kHighSingleStorageMask)->GetReg();
165 RegisterInfo* info = GetRegInfo(rl_src.reg);
166 RegStorage src_low = info->FindMatchingView(RegisterInfo::kLowSingleStorageMask)->GetReg();
168 RegStorage src_high = info->FindMatchingView(RegisterInfo::kHighSingleStorageMask)->GetReg();
357 bool ArmMir2Lir::GenInlinedAbsFloat(CallInfo* info) {
358 if (info->result.location == kLocInvalid) {
361 RegLocation rl_dest = info->result;
362 RegLocation rl_src = UpdateLoc(info->args[0]);
375 bool ArmMir2Lir::GenInlinedAbsDouble(CallInfo* info) {
376 if (info->result.location == kLocInvalid) {
379 RegLocation rl_dest = info->result;
380 RegLocation rl_src = UpdateLocWide(info->args[0]);
402 bool ArmMir2Lir::GenInlinedSqrt(CallInfo* info) {
404 RegLocation rl_src = info->args[0];
405 RegLocation rl_dest = InlineTargetWide(info); // double place for result