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

/vbox/src/recompiler/target-i386/
H A Dhelper_template.h31 #define SIGN_MASK (((target_ulong)1) << (DATA_BITS - 1)) macro
190 of = ((CC_DST & DATA_MASK) == SIGN_MASK) << 11;
212 of = ((CC_DST & DATA_MASK) == ((target_ulong)SIGN_MASK - 1)) << 11;
340 #undef SIGN_MASK macro

Completed in 103 milliseconds