Home | History | Annotate | Download | only in arm64

Lines Matching defs:is_64bit

523   const bool is_64bit = rl_dest.wide;
524 const int nbits = (is_64bit) ? 64 : 32;
530 if (is_64bit) {
544 if (is_64bit) {
571 RegStorage t_reg2 = (is_64bit) ? AllocTempWide() : AllocTemp();
579 if (is_64bit) {