Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64.h348 #define LOC_REGNO_P(REGNO) ((REGNO) >= LOC_REG (0) && (REGNO) <= LOC_REG (79)) macro
507 (IN_REGNO_P (REGNO) || LOC_REGNO_P (REGNO))
Dia64.c3763 else if (LOC_REGNO_P (regno)) in ia64_dbx_register_number()