Lines Matching defs:is_32bit
1621 bool is_32bit = ((instr & 0xF000) == 0xF000) || ((instr & 0xF800) == 0xE800);1622 if (is_32bit) {