Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dalias.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/contrib/lyaml/spec/
H A Dspec_helper.lua202 local eqv = require 'specl.std'.operator.eqv
212 if not eqv(actual[i], v) then
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.def54 // {and, andc, eqv, nand, nor, or, orc, xor} - {add, subf}
60 // Either of {and, andc, eqv, nand, nor, or, orc, xor}
H A DPPCInstrP10.td2202 // and(A, eqv(B, C))
2220 // nand(A, eqv(B, C))
2228 // (eqv A, B, C)
2232 // (eqv A, (and B, C))
2234 // (eqv A, (or B, C))
2242 // (nor A, (eqv B, C))
2256 // (or A, (eqv B, C))
H A DPPCInstr64Bit.td653 "eqv", "$RA, $RST, $RB", IIC_IntSimple,
H A DPPCInstrInfo.td2425 "eqv", "$RA, $RST, $RB", IIC_IntSimple,
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src63 :kw=and begin decode define end eql eqv geq gtr if leave leq lss mod\
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_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/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1277 defm EQV : RRm<"eqv", 0x47, I64, i64>;