Home | History | Annotate | Download | only in arm

Lines Matching refs:svalue

318           float svalue;
345 } else if (GetVFPSingleValue(arg1, &svalue)) {
346 uint32_t as_word = BitCast<uint32_t>(svalue);
347 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);