Searched defs:pinsn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-exec.c1357 uint16_t *pinsn; local
1369 pinsn = (uint16_t *)pc;
1370 switch (pinsn[0] >> 8) {
1377 switch (pinsn[0] & 0xf) {
1385 switch (pinsn[2] & 0xff) {

Completed in 57 milliseconds