Home | History | Annotate | Download | only in aarch64

Lines Matching defs:rmode

857       static const char* rmode[] = {"0b00 (Round to Nearest)",
861 VIXL_ASSERT(ReadFpcr().GetRMode() < (sizeof(rmode) / sizeof(rmode[0])));
863 "# %sFPCR: %sAHP:%d DN:%d FZ:%d RMode:%s%s\n",
869 rmode[ReadFpcr().GetRMode()],