Home
last modified time | relevance | path

Searched refs:PARITY (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dfault_limits.ksh40 PARITY=$((RANDOM%(2) + 2))
41 VDEV_CNT=$((4 + (2 * PARITY)))
56 log_note "creating $VDEV_CNT vdevs for parity $PARITY test"
64 log_must zpool create -f ${TESTPOOL} raidz${PARITY} ${disks[1..$((VDEV_CNT - 1))]}
69 log_must fill_fs $MNTPOINT $PARITY 200 32768 1000 Z
78 for disk in ${disks[0..$PARITY]}; do
86 for disk in ${disks[0..$PARITY]}; do
93 log_must test "$faults" -lt "$PARITY"
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c5967 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
5991 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aaa_word()
6015 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aas_word()
6038 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aad_word()
6060 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aam_word()
6082 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_byte()
6109 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_word()
6142 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_long()
6165 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_byte()
6188 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_word()
[all …]
/freebsd/usr.bin/locate/locate/
H A Dlocate.h37 #define PARITY 0200 /* parity bit */ macro
H A Dfastfind.c74 if (c < PARITY) { in statistic()
248 if (c < PARITY) {
/freebsd/usr.bin/tip/tip/
H A Dtip.c601 if (value(PARITY) == NOSTR) in setparity()
602 value(PARITY) = defparity; in setparity()
603 parity = value(PARITY); in setparity()
H A Dtip.h228 #define PARITY 32 macro
H A Dcmds.c781 if (vtable[PARITY].v_access&CHANGED) { in variable()
782 vtable[PARITY].v_access &= ~CHANGED; in variable()
/freebsd/usr.bin/locate/code/
H A Dlocate.code.c183 if (putchar((code / 2) | PARITY) == EOF) in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h747 PARITY, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp490 case ISD::PARITY: return "parity"; in getOperationName()
H A DLegalizeIntegerTypes.cpp72 case ISD::PARITY: in PromoteIntegerResult()
2788 case ISD::PARITY: ExpandIntRes_PARITY(N, Lo, Hi); break; in ExpandIntegerResult()
3764 DAG.getNode(ISD::PARITY, dl, NVT, DAG.getNode(ISD::XOR, dl, NVT, Lo, Hi)); in ExpandIntRes_PARITY()
H A DSelectionDAG.cpp3709 case ISD::PARITY: { in computeKnownBits()
5276 case ISD::PARITY: in canCreateUndefOrPoison()
H A DLegalizeDAG.cpp3099 case ISD::PARITY: in ExpandNode()
H A DTargetLowering.cpp2342 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::PARITY, dl, VT, in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp760 setOperationAction({ISD::BITREVERSE, ISD::PARITY}, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp653 setOperationAction(ISD::PARITY, MVT::i128, Expand); in AArch64TargetLowering()
676 setOperationAction(ISD::PARITY, MVT::i64, Custom); in AArch64TargetLowering()
677 setOperationAction(ISD::PARITY, MVT::i128, Custom); in AArch64TargetLowering()
6889 case ISD::PARITY: in LowerOperation()
10045 bool IsParity = Op.getOpcode() == ISD::PARITY; in LowerCTPOP_PARITY()
26203 case ISD::PARITY: in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp532 ISD::MUL, ISD::MULHS, ISD::MULHU, ISD::PARITY, in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp463 setOperationAction(ISD::PARITY, MVT::i8, Custom); in X86TargetLowering()
464 setOperationAction(ISD::PARITY, MVT::i16, Custom); in X86TargetLowering()
465 setOperationAction(ISD::PARITY, MVT::i32, Custom); in X86TargetLowering()
467 setOperationAction(ISD::PARITY, MVT::i64, Custom); in X86TargetLowering()
32365 case ISD::PARITY: return LowerPARITY(Op, Subtarget, DAG); in LowerOperation()
44467 SDValue Result = DAG.getNode(ISD::PARITY, DL, CmpVT, Movmsk); in combinePredicateReduction()