Searched refs:print_operand (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2.h106 print_operand (FILE, XEXP (DECL_RTL (FN), 0), 'P'); \
H A Di386-protos.h65 extern void print_operand (FILE*, rtx, int);
H A Di386.h2100 print_operand function. */
2106 print_operand ((FILE), (X), (CODE))
H A Di386.c8033 print_operand (FILE *file, rtx x, int code)
8012 print_operand (FILE *file, rtx x, int code) function
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2.h172 print_operand (FILE, XEXP (DECL_RTL (FN), 0), 0); \
H A Dsparc-protos.h90 extern void print_operand (FILE *, rtx, int);
H A Dsparc.h2410 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
H A Dsparc.c6668 print_operand (FILE *file, rtx x, int code)
6946 print_operand (file, XEXP (x, 0), 0);
6651 print_operand (FILE *file, rtx x, int code) function
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390-protos.h106 extern void print_operand (FILE *, rtx, int);
H A Ds390.h870 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
H A Ds390.c4574 print_operand (FILE *file, rtx x, int code)
4745 fatal_insn ("UNKNOWN in print_operand !?", x);
4573 print_operand (FILE *file, rtx x, int code) function
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips-protos.h198 extern void print_operand (FILE *, rtx, int);
H A Dmips.h112 extern char mips_print_operand_punct[256]; /* print_operand punctuation chars */
2490 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
H A Dmips.c619 /* List of all MIPS punctuation characters used by print_operand. */
5417 print_operand (FILE *file, rtx op, int letter)
5637 print_operand (file, op, 0);
5751 print_operand (file, addr.offset, 0);
5756 print_operand (file, addr.offset, 'R');
5392 print_operand (FILE *file, rtx op, int letter) function
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcgen.h1295 void (*print_operand)
1301 void (*print_operand) ();
1306 #define CGEN_CPU_PRINT_OPERAND(cd) ((cd)->print_operand)
1278 void (*print_operand) member in struct:cgen_cpu_desc
1284 void (*print_operand) (); member in struct:cgen_cpu_desc
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000-protos.h71 extern void print_operand (FILE *, rtx, int);
H A Drs6000.h2237 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
H A Drs6000.c10350 print_operand (FILE *file, rtx x, int code)
10383 print_operand (file, x, 0);
10457 print_operand (file, x, 0);
10466 print_operand (file, x, 0);
10524 print_operand() already. */
10527 print_operand (file, XEXP (XEXP (x, 0), 1), 0);
10796 print_operand (file, x, 0);
10324 print_operand (FILE *file, rtx x, int code) function
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c1782 print_operand (int nbits, int shift, argument *arg) function
2298 print_operand (cur_size[i], instruction->operands[i].shift,
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-dis.c795 cd->print_operand = mep_cgen_print_operand;

Completed in 388 milliseconds