HomeSort by relevance Sort by last modified time
    Searched defs:DATA_BITS (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-i386/
helper_template.h 20 #define DATA_BITS (1 << (3 + SHIFT))
21 #define SHIFT_MASK (DATA_BITS - 1)
22 #define SIGN_MASK (((target_ulong)1) << (DATA_BITS - 1))
23 #if DATA_BITS <= 32
29 #if DATA_BITS == 8
34 #elif DATA_BITS == 16
39 #elif DATA_BITS == 32
44 #elif DATA_BITS == 64
65 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O
    [all...]
  /external/srec/srec/include/
sp_fft.h 186 #define DATA_BITS 16 /*number of significant bits in fftdata*/

Completed in 33 milliseconds