Home
last modified time | relevance | path

Searched refs:PFX_F2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c662 #define PFX_F2 (1<<8) /* REP/REPE/REPZ prefix present (0xF2) */ macro
707 return toBool((pfx & (PFX_F2|PFX_F3)) > 0); in haveF2orF3()
710 return toBool((pfx & (PFX_F2|PFX_F3)) == (PFX_F2|PFX_F3)); in haveF2andF3()
713 return toBool((pfx & PFX_F2) > 0); in haveF2()
733 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_66); in have66noF2noF3()
740 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F2); in haveF2no66noF3()
747 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == PFX_F3); in haveF3no66noF2()
754 toBool((pfx & (PFX_F2|PFX_F3)) == PFX_F3); in haveF3noF2()
761 toBool((pfx & (PFX_F2|PFX_F3)) == PFX_F2); in haveF2noF3()
768 toBool((pfx & (PFX_66|PFX_F2|PFX_F3)) == 0); in haveNo66noF2noF3()
[all …]