Home
last modified time | relevance | path

Searched refs:ix86_find_base_term (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/config/i386/
H A Di386-protos.h116 extern rtx ix86_find_base_term (rtx);
H A Di386.h1675 #define FIND_BASE_TERM(X) ix86_find_base_term (X)
H A Di386.c6117 ix86_find_base_term (rtx x) in ix86_find_base_term() function
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-protos.h150 extern rtx ix86_find_base_term PARAMS ((rtx));
H A Di386.h1998 #define FIND_BASE_TERM(X) ix86_find_base_term (X)
H A Di386.c5231 ix86_find_base_term (x) in ix86_find_base_term() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.410409 * i386.c (ix86_find_base_term): New.
10410 * i386-protos.h (ix86_find_base_term): Prototype.
H A DChangeLog.610678 (ix86_find_base_term): Strip the 64bit PIC references.