Searched refs:function_label_operand (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | elf.h | 83 if (!function_label_operand (RTL, VOIDmode)) \
|
| H A D | som.h | 232 if (!function_label_operand (RTL, VOIDmode)) \
|
| H A D | pa-protos.h | 29 extern int function_label_operand (rtx, enum machine_mode);
|
| H A D | pa.c | 1678 || 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 D | predicates.md | 34 ;; function_label_operand, they perform very similar functions.
|
| H A D | pa.h | 1132 && !function_label_operand (X, VOIDmode))
|
| H A D | pa.md | 2939 && ! 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 D | elf.h | 95 if (!function_label_operand (RTL, VOIDmode)) \
|
| H A D | som.h | 333 if (!function_label_operand (RTL, VOIDmode)) \
|
| H A D | pa-protos.h | 30 extern int function_label_operand PARAMS ((rtx, enum machine_mode));
|
| H A D | pa.c | 1608 || 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 D | pa.h | 1242 && !function_label_operand (X, VOIDmode))
|
| H A D | pa.md | 2515 && ! 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 D | ChangeLog.0 | 1855 (function_label_operand): Likewise for parameter `mode'. 6968 following_call, function_label_operand, lhs_lshift_cint_operand
|
| H A D | FSFChangeLog.11 | 5383 (LEGITIMATE_CONSTANT_P): Never accept a function_label_operand.
|
| H A D | ChangeLog.3 | 16162 * pa.md: Call `function_label_operand' with mode argument.
|