Home | History | Annotate | Download | only in Support

Lines Matching full:getword

948   // It is wrong to optimize getWord(0) to VAL; there might be more than one word.
951 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth);
954 return double(getWord(0));