Searched refs:floatop (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Di386-dis.c2561 unsigned char floatop;
2563 floatop = codep[-1];
2567 putop (float_mem[(floatop - 0xd8) * 8 + reg], sizeflag);
2569 if (floatop == 0xdb)
2571 else if (floatop == 0xdd)
2581 dp = &float_reg[floatop - 0xd8][reg];
2587 if (floatop == 0xdf && codep[-1] == 0xe0)
2560 unsigned char floatop; local
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c3284 unsigned char floatop;
3286 floatop = codep[-1];
3290 int fp_indx = (floatop - 0xd8) * 8 + reg;
3302 dp = &float_reg[floatop - 0xd8][reg];
3308 if (floatop == 0xdf && codep[-1] == 0xe0)
3283 unsigned char floatop; local

Completed in 143 milliseconds