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

  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 64 FP0, /* Eight FP registers */
tc-i960.c 320 #define FP0 64
322 { "fp0", 64 },
331 #define IS_SF_REG(n) ((SF0 <= (n)) && ((n) < FP0))
332 #define IS_FP_REG(n) ((n) >= FP0)
740 regopP->n = n - FP0;
    [all...]

Completed in 190 milliseconds