Home
last modified time | relevance | path

Searched refs:toc_relative_expr_p (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000-protos.h40 extern bool toc_relative_expr_p (rtx);
H A Dpredicates.md752 if (toc_relative_expr_p (op))
H A Drs6000.c2734 toc_relative_expr_p (rtx op) in toc_relative_expr_p() function
4183 && ! toc_relative_expr_p (operands[1])) in rs6000_emit_move()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h84 extern int toc_relative_expr_p PARAMS ((rtx));
H A Drs6000.h2058 #define TOC_RELATIVE_EXPR_P(X) (toc_relative_expr_p (X))
H A Drs6000.c2078 toc_relative_expr_p (op) in toc_relative_expr_p() function