| /freebsd-14.2/sys/contrib/x86emu/ |
| H A D | x86emu.c | 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() 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 D | locate.h | 39 #define PARITY 0200 /* parity bit */ macro
|
| H A D | fastfind.c | 74 if (c < PARITY) { in statistic() 248 if (c < PARITY) {
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | tip.c | 615 if (value(PARITY) == NOSTR) in setparity() 616 value(PARITY) = defparity; in setparity() 617 parity = value(PARITY); in setparity()
|
| H A D | tip.h | 230 #define PARITY 32 macro
|
| H A D | cmds.c | 789 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 D | locate.code.c | 195 if (putchar((code / 2) | PARITY) == EOF) in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 719 PARITY, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 458 case ISD::PARITY: return "parity"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 72 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 D | SelectionDAG.cpp | 3560 case ISD::PARITY: { in computeKnownBits() 5027 case ISD::PARITY: in canCreateUndefOrPoison()
|
| H A D | LegalizeDAG.cpp | 3031 case ISD::PARITY: in ExpandNode()
|
| H A D | TargetLowering.cpp | 2312 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::PARITY, dl, VT, in SimplifyDemandedBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 875 setOperationAction({ISD::BITREVERSE, ISD::PARITY}, VT, Expand); in initActions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 603 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 D | NVPTXISelLowering.cpp | 522 ISD::MUL, ISD::MULHS, ISD::MULHU, ISD::PARITY, in NVPTXTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 419 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()
|