Home | History | Annotate | Download | only in ppc

Lines Matching full:dvalue

312           double dvalue;
320 dvalue = GetRegisterPairDoubleValue(i);
321 PrintF(" (%f)\n", dvalue);
339 dvalue = GetRegisterPairDoubleValue(i);
340 PrintF(" (%f)\n", dvalue);
353 dvalue = GetFPDoubleRegisterValue(i);
354 uint64_t as_words = bit_cast<uint64_t>(dvalue);
356 DoubleRegister::from_code(i).ToString(), dvalue,
376 } else if (GetFPDoubleValue(arg1, &dvalue)) {
377 uint64_t as_words = bit_cast<uint64_t>(dvalue);
378 PrintF("%s: %f 0x%08x %08x\n", arg1, dvalue,