Home
last modified time | relevance | path

Searched refs:eqv (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/ntp/sntp/libopts/
HDalias.c38 char const * eqv = (od->optEquivIndex != NO_EQUIVALENT) ? zequiv : zNil; in too_many_occurrences() local
43 fprintf(stderr, zat_most, od->optMaxCt, od->pz_Name, eqv); in too_many_occurrences()
45 fprintf(stderr, zonly_one, od->pz_Name, eqv); in too_many_occurrences()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMacroFusion.def54 // {and, andc, eqv, nand, nor, or, orc, xor} - {add, subf}
60 // Either of {and, andc, eqv, nand, nor, or, orc, xor}
HDPPCInstrP10.td2196 // and(A, eqv(B, C))
2214 // nand(A, eqv(B, C))
2222 // (eqv A, B, C)
2226 // (eqv A, (and B, C))
2228 // (eqv A, (or B, C))
2236 // (nor A, (eqv B, C))
2250 // (or A, (eqv B, C))
HDPPCInstr64Bit.td653 "eqv", "$RA, $RST, $RB", IIC_IntSimple,
HDPPCInstrInfo.td2397 "eqv", "$RA, $RST, $RB", IIC_IntSimple,
/freebsd-14-stable/usr.bin/vgrind/
HDvgrindefs.src66 :kw=and begin decode define end eql eqv geq gtr if leave leq lss mod\
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_atomic.cpp1300 ATOMIC_CMPX_EQV(fixed1, eqv, kmp_int8, 8, ^~, 1i, 0,
1302 ATOMIC_CMPX_EQV(fixed2, eqv, kmp_int16, 16, ^~, 2i, 1,
1304 ATOMIC_CMPX_EQV(fixed4, eqv, kmp_int32, 32, ^~, 4i, 3,
1306 ATOMIC_CMPX_EQV(fixed8, eqv, kmp_int64, 64, ^~, 8i, 7,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.td1277 defm EQV : RRm<"eqv", 0x47, I64, i64>;