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

  /src/external/lgpl3/gmp/dist/tests/
amd64check.c 46 #define SAVE 9
x86check.c 45 #define SAVE 7
  /src/external/gpl3/binutils/dist/binutils/
arparse.h 73 SAVE = 274, /* SAVE */
99 #define SAVE 274
arparse.c 166 SAVE = 274, /* SAVE */
192 #define SAVE 274
244 YYSYMBOL_SAVE = 19, /* SAVE */
295 save space and decrease cache pressure. Promoting to a signed type
681 "SAVE", "OPEN", "'('", "')'", "','", "$accept", "start", "$@1",
1318 case 29: /* save_command: SAVE */
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 73 SAVE = 274, /* SAVE */
99 #define SAVE 274
arparse.c 166 SAVE = 274, /* SAVE */
192 #define SAVE 274
244 YYSYMBOL_SAVE = 19, /* SAVE */
295 save space and decrease cache pressure. Promoting to a signed type
681 "SAVE", "OPEN", "'('", "')'", "','", "$accept", "start", "$@1",
1318 case 29: /* save_command: SAVE */
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 177 #define SAVE 0x9de3bfa0 /* i.e. `save %sp,-96,%sp' */
180 obj->pltgot[0] = SAVE;
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 220 #define SAVE 0x9de3bf50 /* i.e. `save %sp,-176,%sp' */
236 pltgot[0] = SAVE;
260 * Somehow we need to issue a save to get a new stack
  /src/games/gomoku/
gomoku.h 46 * calculating spot coordinates. The left and right border overlap, to save a
78 #define SAVE 5
  /src/bin/csh/
csh.h 68 #define SAVE(a) (Strsave(str2short(a)))
72 #define SAVE(a) (strsave(a))
316 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
520 * setname is a macro to save space (see sh.err.c)
  /src/games/battlestar/
extern.h 180 #define SAVE 1046
372 void save(const char *);
  /src/sys/arch/sparc/sparc/
locore.s 283 * The global registers are of course verboten (well, until we save
1211 save %sp, -CCFSZ, %sp; /* preserve current window */ \
1440 * save it away;
1445 * save it away;
1463 mov %g7, %l7 /* save %g7 in %l7 for clean_trap_window */
1554 /* yes, in trap window; must save regs */ \
1599 /* yes, in trap window; must save regs */ \
1620 * %l7 = saved %g7 (we put this in a delay slot above, to save work)
1629 mov %g5, %l5 ! save %g5
1639 save %g0, %g0, %g0 ! in any case, enter window to sav
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_common.c 154 #define SAVE (OPC1(0x2) | OPC3(0x3c))
450 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
454 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS));
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.h 194 SAVE = 395, /* SAVE */
363 #define SAVE 395
rx-parse.c 376 SAVE = 395, /* SAVE */
545 #define SAVE 395
739 YYSYMBOL_SAVE = 140, /* SAVE */
890 save space and decrease cache pressure. Promoting to a signed type
1335 "SATR", "SAVE", "SBB", "SCCND", "SCMPU", "SETPSW", "SHAR", "SHLL",
4809 OPC(SAVE),
4948 char save; local
4954 save = *e;
4961 *e = save;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.h 194 SAVE = 395, /* SAVE */
363 #define SAVE 395
rx-parse.c 376 SAVE = 395, /* SAVE */
545 #define SAVE 395
739 YYSYMBOL_SAVE = 140, /* SAVE */
890 save space and decrease cache pressure. Promoting to a signed type
1335 "SATR", "SAVE", "SBB", "SCCND", "SCMPU", "SETPSW", "SHAR", "SHLL",
4809 OPC(SAVE),
4948 char save; local
4954 save = *e;
4961 *e = save;
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 179 #define SAVE 0x3C
1029 case SAVE:
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 179 #define SAVE 0x3C
1029 case SAVE:
  /src/external/mpl/bind/dist/lib/ns/
query.c 197 * SAVE and RESTORE have the same semantics as:
204 * We use the names SAVE and RESTORE to show the operation being performed,
207 #define SAVE(a, b) \
213 #define RESTORE(a, b) SAVE(a, b)
2380 * Save the updated secure state. Ignore failures.
3464 SAVE(st->m.zone, *zonep);
3465 SAVE(st->m.db, *dbp);
3466 SAVE(st->m.node, *nodep);
3469 * Save the replacement rdataset from the policy
3472 SAVE(trdataset, st->m.rdataset)
    [all...]

Completed in 61 milliseconds