Searched refs:oldvalue (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dgcov-io.h49 long oldvalue = value; variable
51 if (oldvalue != -value)
/haiku-buildtools/jam/
H A Dvariable.c294 LIST *oldvalue = v->value;
301 return oldvalue;
293 LIST *oldvalue = v->value; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c11755 rtx oldvalue = gen_reg_rtx (SImode);
11813 emit_insn (gen_rtx_SET (VOIDmode, oldvalue,
11821 emit_insn (gen_atomic_compare_and_swapsi_1 (res, memsi, oldvalue, newvalue));
11823 emit_cmp_and_jump_insns (res, oldvalue, EQ, NULL, SImode, 0, end_label);
11729 rtx oldvalue = gen_reg_rtx (SImode); local

Completed in 53 milliseconds