| /openbsd-src/sys/dev/x86emu/ |
| H A D | x86emu.c | 5976 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro 6000 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aaa_word() 6024 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aas_word() 6047 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aad_word() 6069 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aam_word() 6091 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_byte() 6118 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_word() 6151 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_long() 6174 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_byte() 6197 CONDITIONAL_SET_FLAG(PARITY(re in add_word() [all...] |
| /openbsd-src/usr.bin/locate/locate/ |
| H A D | locate.h | 38 #define PARITY 0200 /* parity bit */ macro
|
| H A D | fastfind.c | 66 if (c < PARITY) { in statistic() 185 if (c < PARITY) { in fastfind_mmap_icase()
|
| /openbsd-src/usr.bin/locate/code/ |
| H A D | locate.code.c | 209 if (putchar((code / 2) | PARITY) == EOF) in main()
|
| /openbsd-src/sys/arch/luna88k/dev/ |
| H A D | xp.c | 101 #define PARITY 6 /* PC6 output to enable parity error */ macro
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 705 PARITY, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 442 case ISD::PARITY: return "parity"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 68 case ISD::PARITY: in PromoteIntegerResult() 2423 case ISD::PARITY: ExpandIntRes_PARITY(N, Lo, Hi); break; in ExpandIntegerResult() 3278 DAG.getNode(ISD::PARITY, dl, NVT, DAG.getNode(ISD::XOR, dl, NVT, Lo, Hi)); in ExpandIntRes_PARITY()
|
| H A D | SelectionDAG.cpp | 3432 case ISD::PARITY: { in computeKnownBits() 4747 case ISD::PARITY: in canCreateUndefOrPoison()
|
| H A D | LegalizeDAG.cpp | 2721 case ISD::PARITY: in ExpandNode()
|
| H A D | TargetLowering.cpp | 2155 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::PARITY, dl, VT, in SimplifyDemandedBits()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | simplify-rtx.c | 790 case PARITY: in simplify_unary_operation_1() 1038 case PARITY: in simplify_const_unary_operation() 1182 case PARITY: in simplify_const_unary_operation()
|
| H A D | reload1.c | 2557 case PARITY: in eliminate_regs_1() 2777 case PARITY: in elimination_effects()
|
| H A D | rtlanal.c | 3815 case PARITY: in nonzero_bits1()
|
| H A D | genattrtab.c | 961 case PARITY: in check_attr_value()
|
| H A D | rtl.def | 585 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
|
| H A D | optabs.c | 5260 parity_optab = init_optab (PARITY); in init_optabs()
|
| /openbsd-src/sys/kern/ |
| H A D | tty.c | 100 #define PARITY(c) (char_type[c] & O) macro
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 845 setOperationAction({ISD::BITREVERSE, ISD::PARITY}, VT, Expand); in initActions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 570 setOperationAction(ISD::PARITY, MVT::i128, Expand); in AArch64TargetLowering() 593 setOperationAction(ISD::PARITY, MVT::i64, Custom); in AArch64TargetLowering() 594 setOperationAction(ISD::PARITY, MVT::i128, Custom); in AArch64TargetLowering() 5936 case ISD::PARITY: in LowerOperation() 8615 bool IsParity = Op.getOpcode() == ISD::PARITY; in LowerCTPOP_PARITY() 22106 case ISD::PARITY: in ReplaceNodeResults()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 428 setOperationAction(ISD::PARITY, MVT::i8, Custom); in X86TargetLowering() 429 setOperationAction(ISD::PARITY, MVT::i16, Custom); in X86TargetLowering() 430 setOperationAction(ISD::PARITY, MVT::i32, Custom); in X86TargetLowering() 432 setOperationAction(ISD::PARITY, MVT::i64, Custom); in X86TargetLowering() 33181 case ISD::PARITY: return LowerPARITY(Op, Subtarget, DAG); in LowerOperation() 44405 SDValue Result = DAG.getNode(ISD::PARITY, DL, CmpVT, Movmsk); in combinePredicateReduction()
|