HomeSort by: relevance | last modified time | path
    Searched defs:sof (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
linux-unwind.h 103 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);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
linux-unwind.h 103 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);
  /src/sys/arch/ia64/ia64/
db_interface.c 190 int nats, regno, sof; local
201 sof = (int)(f->tf_special.cfm & 0x7f);
203 if (regno >= sof)
206 nats = (sof - regno + 63 - ((int)(bsp >> 3) & 0x3f)) / 63;
207 reg = (void*)(bsp - ((sof - regno + nats) << 3));
  /src/external/mit/lua/dist/src/
ltablib.c 242 #define sof(e) (sizeof(e) / sizeof(unsigned int)) macro
253 unsigned int buff[sof(c) + sof(t)];
255 memcpy(buff, &c, sof(c) * sizeof(unsigned int));
256 memcpy(buff + sof(c), &t, sof(t) * sizeof(unsigned int));
257 for (i = 0; i < sof(buff); i++)
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rx_depack.c 1070 const unsigned char *sof = NULL; local
1074 sof = PACKET_data(pkt);
1405 size_t framelen = PACKET_data(pkt) - sof;
1415 ch->msg_callback(0, OSSL_QUIC1_VERSION, ctype, sof, framelen,
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 265 int sof; /* Size of frame (decoded from cfm value). */ member in struct:ia64_frame_cache
1038 It can be calculated as the bsp - sof (sizeof frame). */
1349 cache->sof = 0;
1387 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1746 sof = cache->sof;
1751 bof = rse_address_add (cache->bsp, -sof);
1754 i < sof;
1787 sof = (cfm & 0x7f);
1797 i < sof;
2488 unw_word_t bsp, sof, cfm, psr, ip; local
2560 unw_word_t bsp, sof, cfm, psr, ip; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 2128 unsigned int sof = intstk->intstk$q_ifs & 0x7f; local
2129 unsigned int delta = ((bsp >> 3) & 0x3f) + sof;
2130 excp_regs.bsp.v = bsp + ((sof + delta / 0x3f) << 3);
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c 265 int sof; /* Size of frame (decoded from cfm value). */ member in struct:ia64_frame_cache
1038 It can be calculated as the bsp - sof (sizeof frame). */
1349 cache->sof = 0;
1387 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1746 sof = cache->sof;
1751 bof = rse_address_add (cache->bsp, -sof);
1754 i < sof;
1787 sof = (cfm & 0x7f);
1797 i < sof;
2488 unw_word_t bsp, sof, cfm, psr, ip; local
2560 unw_word_t bsp, sof, cfm, psr, ip; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 2128 unsigned int sof = intstk->intstk$q_ifs & 0x7f; local
2129 unsigned int delta = ((bsp >> 3) & 0x3f) + sof;
2130 excp_regs.bsp.v = bsp + ((sof + delta / 0x3f) << 3);
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 916 unsigned int sof; local
918 sof = ins + locs + outs;
919 if (sof > 96)
924 if (rots > sof)
937 return sof;
6050 unsigned int sof; local
6126 sof = set_regstack (FORCE_CONST(i),
6141 CURR_SLOT.opnd[i].X_add_number = sof;
6145 = sof - CURR_SLOT.opnd[i + 2].X_add_number;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 916 unsigned int sof; local
918 sof = ins + locs + outs;
919 if (sof > 96)
924 if (rots > sof)
937 return sof;
6050 unsigned int sof; local
6126 sof = set_regstack (FORCE_CONST(i),
6141 CURR_SLOT.opnd[i].X_add_number = sof;
6145 = sof - CURR_SLOT.opnd[i + 2].X_add_number;

Completed in 67 milliseconds