Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_defs.h186 #define X86G_CC_SHIFT_A 4 macro
193 #define X86G_CC_MASK_A (1 << X86G_CC_SHIFT_A)
Dguest_x86_helpers.c2091 UInt r_A = (flags_and_AX >> (16 + X86G_CC_SHIFT_A)) & 1; in x86g_calculate_daa_das_aaa_aas()
2192 | ( (r_A & 1) << (16 + X86G_CC_SHIFT_A) ) in x86g_calculate_daa_das_aaa_aas()
2207 UInt r_A = (flags_and_AX >> (16 + X86G_CC_SHIFT_A)) & 1; in x86g_calculate_aad_aam()
2237 | ( (r_A & 1) << (16 + X86G_CC_SHIFT_A) ) in x86g_calculate_aad_aam()