Lines Matching refs:is_mov
276 bool is_mov = op == 13U /* 0b1101 */ || op == 15U /* 0b1111 */;277 if (is_mov) {