Home
last modified time | relevance | path

Searched refs:LAST_INT_REG (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1229 #define LAST_INT_REG SP_REG macro
1478 #define LEGACY_INT_REGNO_P(N) (IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG))
H A Di386.c11089 unsigned int i = regno - FIRST_REX_INT_REG + LAST_INT_REG + 1; in ix86_code_end()
11099 for (regno = FIRST_INT_REG; regno <= LAST_INT_REG; regno++) in ix86_code_end()
28707 i -= (FIRST_REX_INT_REG - LAST_INT_REG - 1); in ix86_output_indirect_branch_via_reg()