Searched refs:sof (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-xc16x/
H A Doffset.s4 jmps #seg:.12,#sof:.12
9 calls #seg:.13,#sof:.13
H A Doffset.d8 402: fa 00 08 04 jmps #seg:0x0,#sof:0x408
14 40c: da 00 10 04 calls #seg:0x0,#sof:0x410
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dlinux-unwind.h107 unsigned long sof = sc->sc_cfm & 0x7f; local
109 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof);
183 unsigned long sof = sc->sc_cfm & 0x7f; local
185 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dia64-hpux-tdep.c242 int sof; local
249 sof = (cfm & 0x3f80) >> 7;
251 sof = (cfm & 0x7f);
253 return sof;
267 int sof, sol, sor, soo; local
271 sof = cfm & 0x7f;
274 soo = sof - sol - sor;
296 Update the "sof" and "sol" portion of that instruction which are
315 int sof)
314 ia64_hpux_allocate_new_rse_frame(struct regcache *regcache, ULONGEST bsp, int sof) argument
H A Dia64-tdep.h213 int sof);
H A Dia64-tdep.c266 int sof; /* Size of frame (decoded from cfm value). */ member in struct:ia64_frame_cache
1043 It can be calculated as the bsp - sof (sizeof frame). */
1351 cache->sof = 0;
1389 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1410 int sof = (int) ((instr & 0x000000fe000LL) >> 13); local
1419 (sof == (cache->cfm & 0x7f) &&
1754 sof = cache->sof;
1759 bof = rse_address_add (cache->bsp, -sof);
1762 i < sof;
1859 CORE_ADDR cfm, sof, sol, bsp, psr; local
2500 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2580 unw_word_t bsp, sof, sol, cfm, psr, ip; local
3682 ia64_allocate_new_rse_frame(struct regcache *regcache, ULONGEST bsp, int sof) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_paragraph.c249 goto sof;
253 goto sof;
278 goto sof;
296 sof: lno = 1;
H A Dvs_smap.c1146 goto sof;
1149 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dlinux-unwind.h103 unsigned long sof = sc->sc_cfm & 0x7f; local
105 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof);
190 unsigned long sof = sc->sc_cfm & 0x7f; local
192 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Ddb_interface.c189 int nats, regno, sof; local
200 sof = (int)(f->tf_special.cfm & 0x7f);
202 if (regno >= sof)
205 nats = (sof - regno + 63 - ((int)(bsp >> 3) & 0x3f)) / 63;
206 reg = (void*)(bsp - ((sof - regno + nats) << 3));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c911 unsigned int sof; local
913 sof = ins + locs + outs;
914 if (sof > 96)
919 if (rots > sof)
932 return sof;
5930 unsigned int sof; local
6004 sof = set_regstack (FORCE_CONST(i),
6019 CURR_SLOT.opnd[i].X_add_number = sof;
6023 = sof - CURR_SLOT.opnd[i + 2].X_add_number;

Completed in 363 milliseconds