Searched refs:eqv (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dalias.c38 char const * eqv = (od->optEquivIndex != NO_EQUIVALENT) ? zequiv : zNil; local
43 fprintf(stderr, zat_most, od->optMaxCt, od->pz_Name, eqv);
45 fprintf(stderr, zonly_one, od->pz_Name, eqv);
/freebsd-11-stable/contrib/gcc/
H A Dcse.c988 struct reg_eqv_elem *eqv;
1000 eqv = &reg_eqv_table[reg];
1001 eqv->next = eqv->prev = -1;
1016 /* Nothing should become eqv until it has a "non-invalid" qty number. */
7379 rtx eqv = XEXP (note, 0);
7381 if (GET_CODE (eqv) == EXPR_LIST)
7386 count_reg_usage (XEXP (eqv, 0), counts, dest, incr);
7387 eqv = XEXP (eqv,
985 struct reg_eqv_elem *eqv; local
7350 rtx eqv = XEXP (note, 0); local
[all...]
H A Dgcse.c4395 rtx eqv;
4407 eqv = XEXP (note, 0);
4409 eqv = SET_SRC (set);
4411 set_unique_reg_note (new, REG_EQUAL, copy_insn_1 (eqv));
4379 rtx eqv; local
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp74 .eqv. | eqv
1242 ATOMIC_CMPX_EQV(fixed1, eqv, kmp_int8, 8, ^~, 1i, 0,
1244 ATOMIC_CMPX_EQV(fixed2, eqv, kmp_int16, 16, ^~, 2i, 1,
1246 ATOMIC_CMPX_EQV(fixed4, eqv, kmp_int32, 32, ^~, 4i, 3,
1248 ATOMIC_CMPX_EQV(fixed8, eqv, kmp_int64, 64, ^~, 8i, 7,
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c2067 rtx dest, insn, v0, v1, tmp1, tmp2, eqv;
2094 eqv = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, const0_rtx),
2096 emit_libcall_block (insn, tmp1, v0, eqv);
2061 rtx dest, insn, v0, v1, tmp1, tmp2, eqv; local
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c3947 rtx dest, tp, label, labelno, sum, insns, ret, eqv, addend;
3963 eqv = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, const1_rtx),
3966 emit_libcall_block (insns, dest, ret, eqv);
3938 rtx dest, tp, label, labelno, sum, insns, ret, eqv, addend; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c3200 rtx r3, got, tga, tmp1, tmp2, eqv;
3280 eqv = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, const0_rtx),
3282 emit_libcall_block (insn, tmp1, r3, eqv);
10624 { "xor", "eqv", "xor" } };
3191 rtx r3, got, tga, tmp1, tmp2, eqv; local

Completed in 266 milliseconds