Home | History | Annotate | Download | only in arm

Lines Matching defs:svalue

297           float svalue;
324 } else if (GetVFPSingleValue(arg1, &svalue)) {
325 uint32_t as_word = bit_cast<uint32_t>(svalue);
326 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);