Searched refs:riscv_symbol_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-protos.h27 enum riscv_symbol_type { enum
39 extern enum riscv_symbol_type riscv_classify_symbolic_expression (rtx);
40 extern bool riscv_symbolic_constant_p (rtx, enum riscv_symbol_type *);
48 extern bool riscv_split_symbol_type (enum riscv_symbol_type);
49 extern rtx riscv_unspec_address (rtx, enum riscv_symbol_type);
H A Driscv.c71 ((enum riscv_symbol_type) (XINT (X, 1) - UNSPEC_ADDRESS_FIRST))
187 enum riscv_symbol_type symbol_type;
552 static enum riscv_symbol_type
566 enum riscv_symbol_type
582 riscv_symbolic_constant_p (rtx x, enum riscv_symbol_type *symbol_type)
616 static int riscv_symbol_insns (enum riscv_symbol_type type)
642 enum riscv_symbol_type type;
729 riscv_split_symbol_type (enum riscv_symbol_type symbol_type)
745 riscv_valid_lo_sum_p (enum riscv_symbol_type sym_type, machine_mode mode,
897 enum riscv_symbol_type symbol_typ
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-protos.h27 enum riscv_symbol_type { enum
39 extern enum riscv_symbol_type riscv_classify_symbolic_expression (rtx);
40 extern bool riscv_symbolic_constant_p (rtx, enum riscv_symbol_type *);
48 extern bool riscv_split_symbol_type (enum riscv_symbol_type);
49 extern rtx riscv_unspec_address (rtx, enum riscv_symbol_type);
H A Driscv.cc73 ((enum riscv_symbol_type) (XINT (X, 1) - UNSPEC_ADDRESS_FIRST))
189 enum riscv_symbol_type symbol_type;
643 static enum riscv_symbol_type
657 enum riscv_symbol_type
673 riscv_symbolic_constant_p (rtx x, enum riscv_symbol_type *symbol_type)
707 static int riscv_symbol_insns (enum riscv_symbol_type type)
733 enum riscv_symbol_type type;
820 riscv_split_symbol_type (enum riscv_symbol_type symbol_type)
836 riscv_valid_lo_sum_p (enum riscv_symbol_type sym_type, machine_mode mode,
1030 enum riscv_symbol_type symbol_typ
[all...]

Completed in 200 milliseconds