Home | History | Annotate | Download | only in ppc

Lines Matching refs:dvalue

265           double dvalue;
273 dvalue = GetRegisterPairDoubleValue(i);
274 PrintF(" (%f)\n", dvalue);
292 dvalue = GetRegisterPairDoubleValue(i);
293 PrintF(" (%f)\n", dvalue);
306 dvalue = GetFPDoubleRegisterValue(i);
307 uint64_t as_words = bit_cast<uint64_t>(dvalue);
309 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
329 } else if (GetFPDoubleValue(arg1, &dvalue)) {
330 uint64_t as_words = bit_cast<uint64_t>(dvalue);
331 PrintF("%s: %f 0x%08x %08x\n", arg1, dvalue,