Home
last modified time | relevance | path

Searched refs:print_operand (Results 1 – 25 of 99) sorted by relevance

1234

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dpdp11-dis.c82 print_operand (bfd_vma *memaddr, int code, disassemble_info *info) in print_operand() function
182 return print_operand (memaddr, code, info); in print_foperand()
228 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
246 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
252 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
286 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
295 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
304 if (print_operand (&memaddr, src, info) < 0) in print_insn_pdp11()
307 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
Dd10v-dis.c31 print_operand (struct d10v_operand *oper, in print_operand() function
174 print_operand (oper, insn, op, memaddr, info); in dis_long()
224 print_operand (oper, ins[j], op, memaddr, info); in dis_2_short()
Dxstormy16-dis.c187 cd->print_operand = xstormy16_cgen_print_operand; in xstormy16_cgen_init_dis()
Dlm32-dis.c166 cd->print_operand = lm32_cgen_print_operand; in lm32_cgen_init_dis()
Dor1k-dis.c193 cd->print_operand = or1k_cgen_print_operand; in or1k_cgen_init_dis()
Diq2000-dis.c208 cd->print_operand = iq2000_cgen_print_operand; in iq2000_cgen_init_dis()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dpdp11-dis.c82 print_operand (bfd_vma *memaddr, int code, disassemble_info *info) in print_operand() function
182 return print_operand (memaddr, code, info); in print_foperand()
228 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
246 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
252 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
286 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
295 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
304 if (print_operand (&memaddr, src, info) < 0) in print_insn_pdp11()
307 if (print_operand (&memaddr, dst, info) < 0) in print_insn_pdp11()
Dd10v-dis.c31 print_operand (struct d10v_operand *oper, in print_operand() function
174 print_operand (oper, insn, op, memaddr, info); in dis_long()
224 print_operand (oper, ins[j], op, memaddr, info); in dis_2_short()
Dlm32-dis.c166 cd->print_operand = lm32_cgen_print_operand; in lm32_cgen_init_dis()
Dxstormy16-dis.c187 cd->print_operand = xstormy16_cgen_print_operand; in xstormy16_cgen_init_dis()
Dor1k-dis.c193 cd->print_operand = or1k_cgen_print_operand; in or1k_cgen_init_dis()
Diq2000-dis.c208 cd->print_operand = iq2000_cgen_print_operand; in iq2000_cgen_init_dis()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax-protos.h31 extern void print_operand (FILE *, rtx, int);
Dvax.h663 print_operand (FILE, X, CODE)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa-protos.h61 extern void print_operand (FILE *, rtx, int);
Dxtensa.h704 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dbfin-protos.h94 extern void print_operand (FILE *, rtx, char);
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dcgen.h1287 void (*print_operand) member
1293 void (*print_operand) (); member
1298 #define CGEN_CPU_PRINT_OPERAND(cd) ((cd)->print_operand)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dcgen.h1287 void (*print_operand) member
1293 void (*print_operand) (); member
1298 #define CGEN_CPU_PRINT_OPERAND(cd) ((cd)->print_operand)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k-protos.h69 extern void print_operand (FILE *, rtx, int);
Dm68k.h869 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-protos.h140 extern void print_operand (FILE *, rtx, int);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsol2.h390 targetm.asm_out.print_operand (FILE, XEXP (DECL_RTL (FN), 0), 0); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-protos.h106 extern void print_operand (FILE *, rtx, int);
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-crx.c1207 print_operand (int nbits, int shift, argument *arg) in print_operand() function
1592 print_operand (cur_size[i], instruction->operands[i].shift, in assemble_insn()

1234