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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c653 #define PFX_66 (1<<1) /* operand-size override-to-16 present (0x66) */ macro
715 return toBool((pfx & PFX_66) > 0);
725 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_66);
732 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F2);
739 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F3);
760 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == 0);
772 return toBool((pfx & (PFX_66|PFX_F2)) > 0);
26565 case 0x66: pfx |= PFX_66; break;
26624 case 1: pfx |= PFX_66; brea
[all...]

Completed in 108 milliseconds