| |
| | 3 Bit Manipulation (bits.hhf) |
 | | The bits.distribute function grabs the L.O. 16 bits of source and inserts these bits at positions 0, 1, 2, 3, 16, 17, 18, 19, 20, 21, 22, 23, and 28, 29, 30, and 31 into the value $1234_5678 and returns the result in EAX. |
 | | These routines merge two streams of bits to produce a value whose size is the combination of the two parameters. |
 | | This function takes the L.O. n bits of source, where n is the number of "1" bits in mask, and inserts these bits into dest at the bit positions specified by the "1" bits in mask. |
| webster.cs.ucr.edu /AsmTools/HLA/HLADoc/HLAstdlib/hlastdliba4.html (1765 words) |
|