Searched refs:inst_byte (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/exp-bbv/
H A Dbbv_main.c279 unsigned char inst_byte; local
291 inst_byte=0;
296 inst_byte=*inst_pointer;
298 if ( (inst_byte == 0x67) || /* size override prefix */
299 (inst_byte == 0x66) || /* size override prefix */
300 (inst_byte == 0x48) ) { /* 64-bit prefix */
301 } else if ( (inst_byte == 0xf2) || /* rep prefix */
302 (inst_byte == 0xf3) ) { /* repne prefix */
313 ( ( (inst_byte >= 0xa4) && /* movs,cmps,scas */
314 (inst_byte <
[all...]

Completed in 298 milliseconds