| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getdate.y | 202 %parse-param { parser_control *pc } 203 %lex-param { parser_control *pc } 237 pc->seconds = $2; 238 pc->timespec_seen = true; 249 { pc->times_seen++; } 251 { pc->local_zones_seen++; } 253 { pc->zones_seen++; } 255 { pc->dates_seen++; } 257 { pc->days_seen++; } 259 { pc->rels_seen = true; } [all …]
|
| H A D | getdate.c | 862 yyerror (pc, YY_("syntax error: cannot back up")); \ 919 # define YYLEX yylex (&yylval, pc) 942 Type, Value, pc); \ 956 …symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc) in yy_symbol_value_print() argument 959 yy_symbol_value_print (yyoutput, yytype, yyvaluep, pc) in yy_symbol_value_print() 963 parser_control *pc; 968 YYUSE (pc); 990 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc) in yy_symbol_print() argument 993 yy_symbol_print (yyoutput, yytype, yyvaluep, pc) in yy_symbol_print() 997 parser_control *pc; [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | params_conversion_test.c | 35 static int param_conversion_load_stanza(PARAM_CONVERSION *pc, const STANZA *s) in param_conversion_load_stanza() argument 57 memset(pc, 0, sizeof(*pc)); in param_conversion_load_stanza() 66 pc->param = OSSL_PARAM_locate(params, type = pp->value); in param_conversion_load_stanza() 67 if (pc->param == NULL) { in param_conversion_load_stanza() 77 pc->valid_i32 = 1; in param_conversion_load_stanza() 78 pc->i32 = (int32_t)strtoimax(pp->value, &p, 10); in param_conversion_load_stanza() 86 pc->valid_i64 = 1; in param_conversion_load_stanza() 87 pc->i64 = (int64_t)strtoimax(pp->value, &p, 10); in param_conversion_load_stanza() 95 pc->valid_u32 = 1; in param_conversion_load_stanza() 96 pc->u32 = (uint32_t)strtoumax(pp->value, &p, 10); in param_conversion_load_stanza() [all …]
|
| /netbsd-src/sys/arch/alpha/pci/ |
| H A D | pci_machdep.c | 95 pci_display_console(bus_space_tag_t iot, bus_space_tag_t memt, pci_chipset_tag_t pc, int bus, int d… in pci_display_console() argument 109 tag = pci_make_tag(pc, bus, device, function); in pci_display_console() 110 id = pci_conf_read(pc, tag, PCI_ID_REG); in pci_display_console() 115 class = pci_conf_read(pc, tag, PCI_CLASS_REG); in pci_display_console() 132 nmatch = tga_cnmatch(iot, memt, pc, tag); in pci_display_console() 140 (*fn)(iot, memt, pc, bus, device, function); in pci_display_console() 165 pci_chipset_tag_t pc) in alpha_pci_intr_init() argument 172 (*impl)->intr_init(core, iot, memt, pc); in alpha_pci_intr_init() 180 alpha_pci_intr_alloc(pci_chipset_tag_t pc, unsigned int maxstrays) in alpha_pci_intr_alloc() argument 186 pc->pc_shared_intrs = alpha_shared_intr_alloc(pc->pc_nirq); in alpha_pci_intr_alloc() [all …]
|
| H A D | pci_6600.c | 111 pci_chipset_tag_t pc) in pci_6600_pickintr() argument 116 pc->pc_intr_v = core; in pci_6600_pickintr() 117 pc->pc_intr_map = dec_6600_intr_map; in pci_6600_pickintr() 118 pc->pc_intr_string = dec_6600_intr_string; in pci_6600_pickintr() 119 pc->pc_intr_evcnt = dec_6600_intr_evcnt; in pci_6600_pickintr() 120 pc->pc_intr_establish = dec_6600_intr_establish; in pci_6600_pickintr() 121 pc->pc_intr_disestablish = dec_6600_intr_disestablish; in pci_6600_pickintr() 123 pc->pc_pciide_compat_intr_establish = NULL; in pci_6600_pickintr() 125 pc->pc_intr_desc = "dec 6600"; in pci_6600_pickintr() 126 pc->pc_vecbase = 0x900; in pci_6600_pickintr() [all …]
|
| /netbsd-src/sys/arch/mvmeppc/pci/ |
| H A D | pci_machdep.c | 73 mvmeppc_pci_get_chipset_tag(pci_chipset_tag_t pc) in mvmeppc_pci_get_chipset_tag() argument 75 pc->pc_conf_v = (void *)pc; in mvmeppc_pci_get_chipset_tag() 77 pc->pc_attach_hook = genppc_pci_indirect_attach_hook; in mvmeppc_pci_get_chipset_tag() 78 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs; in mvmeppc_pci_get_chipset_tag() 79 pc->pc_make_tag = genppc_pci_indirect_make_tag; in mvmeppc_pci_get_chipset_tag() 80 pc->pc_conf_read = genppc_pci_indirect_conf_read; in mvmeppc_pci_get_chipset_tag() 81 pc->pc_conf_write = genppc_pci_indirect_conf_write; in mvmeppc_pci_get_chipset_tag() 83 pc->pc_intr_v = (void *)pc; in mvmeppc_pci_get_chipset_tag() 85 pc->pc_intr_map = genppc_pci_intr_map; in mvmeppc_pci_get_chipset_tag() 86 pc->pc_intr_string = genppc_pci_intr_string; in mvmeppc_pci_get_chipset_tag() [all …]
|
| /netbsd-src/sys/arch/ibmnws/pci/ |
| H A D | pci_machdep.c | 63 ibmnws_pci_get_chipset_tag_indirect(pci_chipset_tag_t pc) in ibmnws_pci_get_chipset_tag_indirect() argument 66 pc->pc_conf_v = (void *)pc; in ibmnws_pci_get_chipset_tag_indirect() 68 pc->pc_attach_hook = genppc_pci_indirect_attach_hook; in ibmnws_pci_get_chipset_tag_indirect() 69 pc->pc_bus_maxdevs = ibmnws_pci_bus_maxdevs; in ibmnws_pci_get_chipset_tag_indirect() 70 pc->pc_make_tag = genppc_pci_indirect_make_tag; in ibmnws_pci_get_chipset_tag_indirect() 71 pc->pc_conf_read = genppc_pci_indirect_conf_read; in ibmnws_pci_get_chipset_tag_indirect() 72 pc->pc_conf_write = genppc_pci_indirect_conf_write; in ibmnws_pci_get_chipset_tag_indirect() 74 pc->pc_intr_v = (void *)pc; in ibmnws_pci_get_chipset_tag_indirect() 76 pc->pc_intr_map = genppc_pci_intr_map; in ibmnws_pci_get_chipset_tag_indirect() 77 pc->pc_intr_string = genppc_pci_intr_string; in ibmnws_pci_get_chipset_tag_indirect() [all …]
|
| /netbsd-src/sys/arch/bebox/pci/ |
| H A D | pci_machdep.c | 72 bebox_pci_get_chipset_tag(pci_chipset_tag_t pc) in bebox_pci_get_chipset_tag() argument 74 pc->pc_conf_v = (void *)pc; in bebox_pci_get_chipset_tag() 76 pc->pc_attach_hook = genppc_pci_indirect_attach_hook; in bebox_pci_get_chipset_tag() 77 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs; in bebox_pci_get_chipset_tag() 78 pc->pc_make_tag = genppc_pci_indirect_make_tag; in bebox_pci_get_chipset_tag() 79 pc->pc_conf_read = genppc_pci_indirect_conf_read; in bebox_pci_get_chipset_tag() 80 pc->pc_conf_write = genppc_pci_indirect_conf_write; in bebox_pci_get_chipset_tag() 82 pc->pc_intr_v = (void *)pc; in bebox_pci_get_chipset_tag() 84 pc->pc_intr_map = genppc_pci_intr_map; in bebox_pci_get_chipset_tag() 85 pc->pc_intr_string = genppc_pci_intr_string; in bebox_pci_get_chipset_tag() [all …]
|
| /netbsd-src/sys/arch/ofppc/pci/ |
| H A D | ofwpci.c | 68 ofwpci_get_chipset_tag(pci_chipset_tag_t pc) in ofwpci_get_chipset_tag() argument 70 pc->pc_conf_v = (void *)pc; in ofwpci_get_chipset_tag() 72 pc->pc_attach_hook = genppc_pci_ofmethod_attach_hook; in ofwpci_get_chipset_tag() 73 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs; in ofwpci_get_chipset_tag() 74 pc->pc_make_tag = genppc_pci_ofmethod_make_tag; in ofwpci_get_chipset_tag() 75 pc->pc_conf_read = genppc_pci_ofmethod_conf_read; in ofwpci_get_chipset_tag() 76 pc->pc_conf_write = genppc_pci_ofmethod_conf_write; in ofwpci_get_chipset_tag() 78 pc->pc_intr_v = (void *)pc; in ofwpci_get_chipset_tag() 80 pc->pc_intr_map = genofw_pci_intr_map; in ofwpci_get_chipset_tag() 81 pc->pc_intr_string = genppc_pci_intr_string; in ofwpci_get_chipset_tag() [all …]
|
| /netbsd-src/sys/arch/evbppc/pmppc/pci/ |
| H A D | pci_machdep.c | 88 pmppc_pci_get_chipset_tag(pci_chipset_tag_t pc) in pmppc_pci_get_chipset_tag() argument 90 pc->pc_conf_v = (void *)pc; in pmppc_pci_get_chipset_tag() 92 pc->pc_attach_hook = genppc_pci_indirect_attach_hook; in pmppc_pci_get_chipset_tag() 93 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs; in pmppc_pci_get_chipset_tag() 94 pc->pc_make_tag = genppc_pci_indirect_make_tag; in pmppc_pci_get_chipset_tag() 95 pc->pc_conf_read = genppc_pci_indirect_conf_read; in pmppc_pci_get_chipset_tag() 96 pc->pc_conf_write = genppc_pci_indirect_conf_write; in pmppc_pci_get_chipset_tag() 98 pc->pc_intr_v = (void *)pc; in pmppc_pci_get_chipset_tag() 100 pc->pc_intr_map = pmppc_pci_intr_map; in pmppc_pci_get_chipset_tag() 101 pc->pc_intr_string = genppc_pci_intr_string; in pmppc_pci_get_chipset_tag() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| H A D | hpux-unwind.h | 113 unsigned int *pc = (unsigned int *) context->ra; in pa_fallback_frame_state() local 115 if (pc == 0) in pa_fallback_frame_state() 120 && *(pc + 0) == 0x2fd01224 /* fstd,ma fr4,8(sp) */ in pa_fallback_frame_state() 121 && *(pc + 1) == 0x0fd9109d /* ldw -4(sp),ret1 */ in pa_fallback_frame_state() 122 && *(pc + 2) == 0x0fd130bc) /* ldw,mb -8(sp),ret0 */ in pa_fallback_frame_state() 123 pc += 3; in pa_fallback_frame_state() 125 && *(pc + 0) == 0x27d01224 /* fstw,ma fr4,8(sp) */ in pa_fallback_frame_state() 126 && *(pc + 1) == 0x0fd130bc) /* ldw,mb -8(sp),ret0 */ in pa_fallback_frame_state() 127 pc += 2; in pa_fallback_frame_state() 129 && *(pc + 0) == 0x0fdc12b0 /* stw,ma ret0,8(sp) */ in pa_fallback_frame_state() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| H A D | hpux-unwind.h | 113 unsigned int *pc = (unsigned int *) context->ra; in pa_fallback_frame_state() local 115 if (pc == 0) in pa_fallback_frame_state() 120 && *(pc + 0) == 0x2fd01224 /* fstd,ma fr4,8(sp) */ in pa_fallback_frame_state() 121 && *(pc + 1) == 0x0fd9109d /* ldw -4(sp),ret1 */ in pa_fallback_frame_state() 122 && *(pc + 2) == 0x0fd130bc) /* ldw,mb -8(sp),ret0 */ in pa_fallback_frame_state() 123 pc += 3; in pa_fallback_frame_state() 125 && *(pc + 0) == 0x27d01224 /* fstw,ma fr4,8(sp) */ in pa_fallback_frame_state() 126 && *(pc + 1) == 0x0fd130bc) /* ldw,mb -8(sp),ret0 */ in pa_fallback_frame_state() 127 pc += 2; in pa_fallback_frame_state() 129 && *(pc + 0) == 0x0fdc12b0 /* stw,ma ret0,8(sp) */ in pa_fallback_frame_state() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | unwind.c | 293 static int parse_x86_AVX_instruction (unsigned char *pc); 297 unsigned long pc; member 1107 greg_t pc = GET_PC (context); in process_leaf() local 1111 if (IN_BARRIER (pc)) in process_leaf() 1114 lbuf[ind++] = pc; in process_leaf() 1121 if (IN_TRAP_HANDLER (pc)) in process_leaf() 1124 lbuf[ind++] = pc; in process_leaf() 1128 unsigned *instrp = (unsigned *) pc; in process_leaf() 1138 lbuf[ind++] = pc; in process_leaf() 1182 unsigned *backbegin = ((unsigned *) pc - 1); in process_leaf() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | unwind.c | 297 static int parse_x86_AVX_instruction (unsigned char *pc); 301 unsigned long pc; member 1113 greg_t pc = GET_PC (context); in process_leaf() local 1117 if (IN_BARRIER (pc)) in process_leaf() 1120 lbuf[ind++] = pc; in process_leaf() 1127 if (IN_TRAP_HANDLER (pc)) in process_leaf() 1130 lbuf[ind++] = pc; in process_leaf() 1134 unsigned *instrp = (unsigned *) pc; in process_leaf() 1144 lbuf[ind++] = pc; in process_leaf() 1188 unsigned *backbegin = ((unsigned *) pc - 1); in process_leaf() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_fd.cc | 48 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() argument 49 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync() 61 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() argument 67 user_free(thr, pc, s, false); in unref() 72 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc() argument 80 void *p = user_alloc_internal(thr, pc, size, kDefaultAlignment, false); in fddesc() 86 user_free(thr, pc, p, false); in fddesc() 92 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() argument 94 FdDesc *d = fddesc(thr, pc, fd); in init() 98 unref(thr, pc, d->sync); in init() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_fd.cc | 50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() argument 51 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync() 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() argument 69 user_free(thr, pc, s, false); in unref() 74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc() argument 82 void *p = user_alloc_internal(thr, pc, size, kDefaultAlignment, false); in fddesc() 88 user_free(thr, pc, p, false); in fddesc() 94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() argument 96 FdDesc *d = fddesc(thr, pc, fd); in init() 100 unref(thr, pc, d->sync); in init() [all …]
|
| /netbsd-src/sys/arch/macppc/pci/ |
| H A D | pci_machdep.c | 86 pci_chipset_tag_t pc = pba->pba_pc; in macppc_pci_attach_hook() local 91 for (node = pc->pc_node; node; node = nn) { in macppc_pci_attach_hook() 94 fixpci(node, pc); in macppc_pci_attach_hook() 101 if (node == pc->pc_node) in macppc_pci_attach_hook() 108 macppc_pci_get_chipset_tag(pci_chipset_tag_t pc) in macppc_pci_get_chipset_tag() argument 111 pc->pc_conf_v = (void *)pc; in macppc_pci_get_chipset_tag() 113 pc->pc_attach_hook = macppc_pci_attach_hook; in macppc_pci_get_chipset_tag() 114 pc->pc_bus_maxdevs = genppc_pci_bus_maxdevs; in macppc_pci_get_chipset_tag() 116 pc->pc_make_tag = genppc_pci_indirect_make_tag; in macppc_pci_get_chipset_tag() 117 pc->pc_decompose_tag = genppc_pci_indirect_decompose_tag; in macppc_pci_get_chipset_tag() [all …]
|
| H A D | uninorth.c | 85 pci_chipset_tag_t pc = &sc->sc_pc; in uninorth_attach() local 158 macppc_pci_get_chipset_tag(pc); in uninorth_attach() 159 pc->pc_node = node; in uninorth_attach() 160 pc->pc_bus = busrange[0]; in uninorth_attach() 161 pc->pc_iot = &sc->sc_iot; in uninorth_attach() 162 pc->pc_memt = &sc->sc_memt; in uninorth_attach() 165 pc->pc_addr = oea_mapiodev(reg[0] + 0x800000, 4); in uninorth_attach() 166 pc->pc_data = oea_mapiodev(reg[0] + 0xc00000, 8); in uninorth_attach() 167 pc->pc_conf_read = uninorth_conf_read; in uninorth_attach() 168 pc->pc_conf_write = uninorth_conf_write; in uninorth_attach() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_fd.cpp | 49 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() argument 50 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync() 62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() argument 68 user_free(thr, pc, s, false); in unref() 73 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc() argument 81 void *p = user_alloc_internal(thr, pc, size, kDefaultAlignment, false); in fddesc() 87 user_free(thr, pc, p, false); in fddesc() 94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() argument 96 FdDesc *d = fddesc(thr, pc, fd); in init() 100 unref(thr, pc, d->sync); in init() [all …]
|
| /netbsd-src/sys/arch/powerpc/include/ |
| H A D | pci_machdep.h | 210 pci_bus_maxdevs(pci_chipset_tag_t pc, int busno) in pci_bus_maxdevs() argument 212 return (*pc->pc_bus_maxdevs)(pc->pc_conf_v, busno); in pci_bus_maxdevs() 216 pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) in pci_make_tag() argument 218 return (*pc->pc_make_tag)(pc->pc_conf_v, bus, device, function); in pci_make_tag() 222 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) in pci_conf_read() argument 224 return (*pc->pc_conf_read)(pc->pc_conf_v, tag, reg); in pci_conf_read() 228 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t val) in pci_conf_write() argument 230 (*pc->pc_conf_write)(pc->pc_conf_v, tag, reg, val); in pci_conf_write() 234 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) in pci_decompose_tag() argument 236 (*pc->pc_decompose_tag)(pc->pc_conf_v, tag, bp, dp, fp); in pci_decompose_tag() [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | subr_physmap.c | 236 physmap_cookie_t * const pc = kmem_zalloc(sizeof(*pc), KM_SLEEP); in physmap_map_init() local 240 pc->pc_physmap = map; in physmap_map_init() 241 pc->pc_segs = map->pm_segs; in physmap_map_init() 242 pc->pc_nsegs = map->pm_nsegs; in physmap_map_init() 243 pc->pc_prot = prot; in physmap_map_init() 244 pc->pc_klen = 0; in physmap_map_init() 245 pc->pc_kva = 0; in physmap_map_init() 246 pc->pc_direct_mapped = false; in physmap_map_init() 251 while (offset >= pc->pc_segs->ps_len) { in physmap_map_init() 252 offset -= pc->pc_segs->ps_len; in physmap_map_init() [all …]
|
| /netbsd-src/external/bsd/ipf/bin/ipftest/ |
| H A D | bpf_filter.c | 188 bpf_filter(pc, p, wirelen, buflen) in bpf_filter() argument 189 register struct bpf_insn *pc; in bpf_filter() 208 if (pc == 0) 215 --pc; 217 ++pc; 218 switch (pc->code) { 223 return (u_int)pc->k; 229 k = pc->k; 242 k = pc->k; 255 k = pc->k; [all …]
|
| /netbsd-src/sys/arch/sgimips/mace/ |
| H A D | pci_mace.c | 123 pci_chipset_tag_t pc = &sc->sc_pc; in macepci_attach() local 130 maa->maa_offset, 0, &pc->ioh) ) in macepci_attach() 133 pc->iot = maa->maa_st; in macepci_attach() 135 rev = bus_space_read_4(pc->iot, pc->ioh, MACEPCI_REVISION); in macepci_attach() 143 pc->pc_bus_maxdevs = macepci_bus_maxdevs; in macepci_attach() 144 pc->pc_conf_read = macepci_conf_read; in macepci_attach() 145 pc->pc_conf_write = macepci_conf_write; in macepci_attach() 146 pc->pc_intr_map = macepci_intr_map; in macepci_attach() 147 pc->pc_intr_string = macepci_intr_string; in macepci_attach() 148 pc->intr_establish = mace_intr_establish; in macepci_attach() [all …]
|
| /netbsd-src/sys/arch/prep/pci/ |
| H A D | pci_machdep.c | 75 prep_pci_get_chipset_tag_indirect(pci_chipset_tag_t pc) in prep_pci_get_chipset_tag_indirect() argument 78 pc->pc_conf_v = (void *)pc; in prep_pci_get_chipset_tag_indirect() 80 pc->pc_attach_hook = genppc_pci_indirect_attach_hook; in prep_pci_get_chipset_tag_indirect() 81 pc->pc_bus_maxdevs = prep_pci_bus_maxdevs; in prep_pci_get_chipset_tag_indirect() 82 pc->pc_make_tag = genppc_pci_indirect_make_tag; in prep_pci_get_chipset_tag_indirect() 83 pc->pc_conf_read = genppc_pci_indirect_conf_read; in prep_pci_get_chipset_tag_indirect() 84 pc->pc_conf_write = genppc_pci_indirect_conf_write; in prep_pci_get_chipset_tag_indirect() 86 pc->pc_intr_v = (void *)pc; in prep_pci_get_chipset_tag_indirect() 88 pc->pc_intr_map = prep_pci_intr_map; in prep_pci_get_chipset_tag_indirect() 89 pc->pc_intr_string = genppc_pci_intr_string; in prep_pci_get_chipset_tag_indirect() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mt-dis.c | 67 bfd_vma pc ATTRIBUTE_UNUSED, in print_dollarhex() 75 print_normal (cd, dis_info, value, attrs, pc, length); in print_dollarhex() 83 bfd_vma pc ATTRIBUTE_UNUSED, in print_pcrel() 86 print_address (cd, dis_info, value + pc, attrs, pc, length); in print_pcrel() 115 bfd_vma pc, in mt_cgen_print_operand() argument 123 print_dollarhex (cd, info, fields->f_a23, 0, pc, length); in mt_cgen_print_operand() 126 print_dollarhex (cd, info, fields->f_ball, 0, pc, length); in mt_cgen_print_operand() 129 print_dollarhex (cd, info, fields->f_ball2, 0, pc, length); in mt_cgen_print_operand() 132 print_dollarhex (cd, info, fields->f_bankaddr, 0, pc, length); in mt_cgen_print_operand() 135 print_dollarhex (cd, info, fields->f_brc, 0, pc, length); in mt_cgen_print_operand() [all …]
|