Home | History | Annotate | Download | only in runtime

Lines Matching defs:is_32bit

1041   bool is_32bit = ((instr & 0xF000) == 0xF000) || ((instr & 0xF800) == 0xE800);
1042 if (is_32bit) {