Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/x86emu/
H A Dx86emu.c5991 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()
6243 CONDITIONAL_SET_FLAG(PARITY(res), F_PF); in and_byte()
6416 CONDITIONAL_SET_FLAG(PARITY(d & 0xff), F_PF); in das_byte()
6573 CONDITIONAL_SET_FLAG(PARITY(res), F_PF); in or_byte()
6632 CONDITIONAL_SET_FLAG(PARITY(res), F_PF); in neg_byte()
[all …]
/freebsd-14.2/usr.bin/locate/locate/
H A Dlocate.h39 #define PARITY 0200 /* parity bit */ macro
H A Dfastfind.c74 if (c < PARITY) { in statistic()
248 if (c < PARITY) {
/freebsd-14.2/usr.bin/tip/tip/
H A Dtip.c615 if (value(PARITY) == NOSTR) in setparity()
616 value(PARITY) = defparity; in setparity()
617 parity = value(PARITY); in setparity()
H A Dtip.h230 #define PARITY 32 macro
H A Dcmds.c789 if (vtable[PARITY].v_access&CHANGED) { in variable()
790 vtable[PARITY].v_access &= ~CHANGED; in variable()
/freebsd-14.2/usr.bin/locate/code/
H A Dlocate.code.c195 if (putchar((code / 2) | PARITY) == EOF) in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h719 PARITY, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp458 case ISD::PARITY: return "parity"; in getOperationName()
H A DLegalizeIntegerTypes.cpp72 case ISD::PARITY: in PromoteIntegerResult()
2626 case ISD::PARITY: ExpandIntRes_PARITY(N, Lo, Hi); break; in ExpandIntegerResult()
3581 DAG.getNode(ISD::PARITY, dl, NVT, DAG.getNode(ISD::XOR, dl, NVT, Lo, Hi)); in ExpandIntRes_PARITY()
H A DSelectionDAG.cpp3560 case ISD::PARITY: { in computeKnownBits()
5027 case ISD::PARITY: in canCreateUndefOrPoison()
H A DLegalizeDAG.cpp3031 case ISD::PARITY: in ExpandNode()
H A DTargetLowering.cpp2312 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::PARITY, dl, VT, in SimplifyDemandedBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp875 setOperationAction({ISD::BITREVERSE, ISD::PARITY}, VT, Expand); in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp603 setOperationAction(ISD::PARITY, MVT::i128, Expand); in AArch64TargetLowering()
626 setOperationAction(ISD::PARITY, MVT::i64, Custom); in AArch64TargetLowering()
627 setOperationAction(ISD::PARITY, MVT::i128, Custom); in AArch64TargetLowering()
6243 case ISD::PARITY: in LowerOperation()
9118 bool IsParity = Op.getOpcode() == ISD::PARITY; in LowerCTPOP_PARITY()
24777 case ISD::PARITY: in ReplaceNodeResults()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp522 ISD::MUL, ISD::MULHS, ISD::MULHU, ISD::PARITY, in NVPTXTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp419 setOperationAction(ISD::PARITY, MVT::i8, Custom); in X86TargetLowering()
420 setOperationAction(ISD::PARITY, MVT::i16, Custom); in X86TargetLowering()
421 setOperationAction(ISD::PARITY, MVT::i32, Custom); in X86TargetLowering()
423 setOperationAction(ISD::PARITY, MVT::i64, Custom); in X86TargetLowering()
31866 case ISD::PARITY: return LowerPARITY(Op, Subtarget, DAG); in LowerOperation()
43473 SDValue Result = DAG.getNode(ISD::PARITY, DL, CmpVT, Movmsk); in combinePredicateReduction()