HomeSort by relevance Sort by last modified time
    Searched full:inst_pointer (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/exp-bbv/
bbv_main.c 278 unsigned char *inst_pointer; local
289 inst_pointer=(unsigned char *)addr;
296 inst_byte=*inst_pointer;
309 inst_pointer++;
325 inst_pointer=(unsigned char *)addr;
329 if ((*inst_pointer==0xd9) &&
330 (*(inst_pointer+1)<0xb0) && /* need this case of fldz, etc, count */
331 ( (*(inst_pointer+1) & 0x38) == 0x28)) {

Completed in 1776 milliseconds