Home
last modified time | relevance | path

Searched refs:FIRST_FLOAT_REG (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1113 #define FIRST_FLOAT_REG 8 macro
1116 #define FIRST_STACK_REG FIRST_FLOAT_REG
1117 #define LAST_STACK_REG (FIRST_FLOAT_REG + 7)
H A Di386.c7195 regno = FIRST_FLOAT_REG; in function_value_32()
7241 regno = FIRST_FLOAT_REG; in function_value_64()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1535 #define FIRST_FLOAT_REG FIRST_STACK_REG macro
1536 #define STACK_TOP_P(X) (REG_P (X) && REGNO (X) == FIRST_FLOAT_REG)
H A Di386.c9192 regno = FIRST_FLOAT_REG; in function_value_32()
9245 regno = FIRST_FLOAT_REG; in function_value_64()