Home | History | Annotate | Download | only in priv

Lines Matching refs:ACTIONS_SMUL

437 #define ACTIONS_SMUL(DATA_BITS, DATA_STYPE,  NARROWtoS,         \
737 case AMD64G_CC_OP_SMULB: ACTIONS_SMUL( 8, Char, toUChar,
739 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
741 case AMD64G_CC_OP_SMULL: ACTIONS_SMUL( 32, Int, toUInt,