Lines Matching refs:is_32bit
1599 bool is_32bit = ((instr & 0xF000) == 0xF000) || ((instr & 0xF800) == 0xE800);1600 if (is_32bit) {