WORD_MUL_LSL_CONV : conv
STRUCTURE
SYNOPSIS
Conversion based on WORD_MUL_LSL_ss.
DESCRIPTION
The conversion WORD_MUL_LSL_CONV converts a multiplication by a word literal into a sum of left shifts.
EXAMPLE
- WORD_MUL_LSL_CONV ``49w * a``
> val it = |- 49w * a = a << 5 + a << 4 + a : thm
SEEALSO
HOL  Kananaskis-11