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

  /toolchain/binutils/binutils-2.25/opcodes/
tic30-dis.c 275 cnvt_tmsfloat_ieee (unsigned long tmsfloat, int size, float *ieeefloat)
286 if ((tmsfloat & 0x0000F000) == 0x00008000)
287 tmsfloat = 0x80000000;
290 tmsfloat <<= 16;
291 tmsfloat = (long) tmsfloat >> 4;
294 exponent = tmsfloat & 0xFF000000;
301 sign = (tmsfloat & 0x00800000) << 8;
302 mant = tmsfloat & 0x007FFFFF;
329 if (tmsfloat == 0x80000000
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 1265 unsigned long exp, sign, mant, tmsfloat; local
    [all...]

Completed in 87 milliseconds