is_v4             575 tools/chdk_dasm.c     int is_v4 = 0;
is_v4             699 tools/chdk_dasm.c                 is_v4=1;
is_v4             708 tools/chdk_dasm.c                 is_v4=1;
is_v4            1181 tools/chdk_dasm.c                 if (is_v4 && !(instr&(15<<8))) {
is_v4            1207 tools/chdk_dasm.c             else if (is_v4) offset = (instr&15) + ((instr&(15<<8))>>4);