Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_helpers.c315 #define ACTIONS_SHR(DATA_BITS,DATA_UTYPE) \ macro
537 case X86G_CC_OP_SHRB: ACTIONS_SHR( 8, UChar ); in x86g_calculate_eflags_all_WRK()
538 case X86G_CC_OP_SHRW: ACTIONS_SHR( 16, UShort ); in x86g_calculate_eflags_all_WRK()
539 case X86G_CC_OP_SHRL: ACTIONS_SHR( 32, UInt ); in x86g_calculate_eflags_all_WRK()
Dguest_amd64_helpers.c359 #define ACTIONS_SHR(DATA_BITS,DATA_UTYPE) \ macro
713 case AMD64G_CC_OP_SHRB: ACTIONS_SHR( 8, UChar ); in amd64g_calculate_rflags_all_WRK()
714 case AMD64G_CC_OP_SHRW: ACTIONS_SHR( 16, UShort ); in amd64g_calculate_rflags_all_WRK()
715 case AMD64G_CC_OP_SHRL: ACTIONS_SHR( 32, UInt ); in amd64g_calculate_rflags_all_WRK()
716 case AMD64G_CC_OP_SHRQ: ACTIONS_SHR( 64, ULong ); in amd64g_calculate_rflags_all_WRK()