Home
last modified time | relevance | path

Searched refs:function_label_operand (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/pa/
H A Delf.h83 if (!function_label_operand (RTL, VOIDmode)) \
H A Dsom.h232 if (!function_label_operand (RTL, VOIDmode)) \
H A Dpa-protos.h29 extern int function_label_operand (rtx, enum machine_mode);
H A Dpa.c1678 || function_label_operand (operand1, mode) in emit_move_sequence()
1698 && function_label_operand (XEXP (XEXP (operand1, 0), 0), Pmode)) in emit_move_sequence()
1699 || function_label_operand (operand1, mode)) in emit_move_sequence()
3001 && function_label_operand (x, VOIDmode)) in pa_assemble_integer()
7771 function_label_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in function_label_operand() function
7787 && function_label_operand (XEXP (op, 0), Pmode) in is_function_label_plus_const()
8160 if (!function_label_operand (symbol, VOIDmode)) in pa_asm_out_constructor()
8177 if (!function_label_operand (symbol, VOIDmode)) in pa_asm_out_destructor()
H A Dpredicates.md34 ;; function_label_operand, they perform very similar functions.
H A Dpa.h1132 && !function_label_operand (X, VOIDmode))
H A Dpa.md2939 && ! function_label_operand (operands[2], Pmode)
2950 && ! function_label_operand (operands[2], Pmode)
2964 && ! function_label_operand (operands[1], Pmode)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Delf.h95 if (!function_label_operand (RTL, VOIDmode)) \
H A Dsom.h333 if (!function_label_operand (RTL, VOIDmode)) \
H A Dpa-protos.h30 extern int function_label_operand PARAMS ((rtx, enum machine_mode));
H A Dpa.c1608 || function_label_operand (operand1, mode)
1628 && function_label_operand (XEXP (XEXP (operand1, 0), 0), Pmode))
1629 || function_label_operand (operand1, mode))
2702 && function_label_operand (x, VOIDmode))
7050 function_label_operand (op, mode) in function_label_operand() function
7069 && function_label_operand (XEXP (op, 0), Pmode)
7234 if (!function_label_operand (symbol, VOIDmode))
7253 if (!function_label_operand (symbol, VOIDmode))
H A Dpa.h1242 && !function_label_operand (X, VOIDmode))
H A Dpa.md2515 && ! function_label_operand (operands[2], Pmode)
2526 && ! function_label_operand (operands[2], Pmode)
2540 && ! function_label_operand (operands[1], Pmode)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.01855 (function_label_operand): Likewise for parameter `mode'.
6968 following_call, function_label_operand, lhs_lshift_cint_operand
H A DFSFChangeLog.115383 (LEGITIMATE_CONSTANT_P): Never accept a function_label_operand.
H A DChangeLog.316162 * pa.md: Call `function_label_operand' with mode argument.