Searched refs:ACTIONS_SMUL (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c434 #define ACTIONS_SMUL(DATA_BITS, DATA_STYPE, NARROWtoS, \ macro
648 case AMD64G_CC_OP_SMULB: ACTIONS_SMUL( 8, Char, toUChar,
650 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
652 case AMD64G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,
H A Dguest_x86_helpers.c392 #define ACTIONS_SMUL(DATA_BITS, DATA_STYPE, NARROWtoS, \ macro
555 case X86G_CC_OP_SMULB: ACTIONS_SMUL( 8, Char, toUChar,
557 case X86G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
559 case X86G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,

Completed in 74 milliseconds