Home | History | Annotate | Download | only in s390

Lines Matching refs:dvalue

287           double dvalue;
295 dvalue = GetRegisterPairDoubleValue(i);
296 PrintF(" (%f)\n", dvalue);
310 dvalue = GetRegisterPairDoubleValue(i);
311 PrintF(" (%f)\n", dvalue);
328 dvalue = GetFPDoubleRegisterValue(i);
329 uint64_t as_words = bit_cast<uint64_t>(dvalue);
331 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
351 } else if (GetFPDoubleValue(arg1, &dvalue)) {
352 uint64_t as_words = bit_cast<uint64_t>(dvalue);
353 PrintF("%s: %f 0x%08x %08x\n", arg1, dvalue,