Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/x86emu/
H A Dx86emu.c5976 #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 Dlocate.h38 #define PARITY 0200 /* parity bit */ macro
H A Dfastfind.c66 if (c < PARITY) { in statistic()
185 if (c < PARITY) { in fastfind_mmap_icase()
/openbsd-src/usr.bin/locate/code/
H A Dlocate.code.c209 if (putchar((code / 2) | PARITY) == EOF) in main()
/openbsd-src/sys/arch/luna88k/dev/
H A Dxp.c101 #define PARITY 6 /* PC6 output to enable parity error */ macro
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h705 PARITY, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp442 case ISD::PARITY: return "parity"; in getOperationName()
H A DLegalizeIntegerTypes.cpp68 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 DSelectionDAG.cpp3432 case ISD::PARITY: { in computeKnownBits()
4747 case ISD::PARITY: in canCreateUndefOrPoison()
H A DLegalizeDAG.cpp2721 case ISD::PARITY: in ExpandNode()
H A DTargetLowering.cpp2155 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::PARITY, dl, VT, in SimplifyDemandedBits()
/openbsd-src/gnu/gcc/gcc/
H A Dsimplify-rtx.c790 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 Dreload1.c2557 case PARITY: in eliminate_regs_1()
2777 case PARITY: in elimination_effects()
H A Drtlanal.c3815 case PARITY: in nonzero_bits1()
H A Dgenattrtab.c961 case PARITY: in check_attr_value()
H A Drtl.def585 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
H A Doptabs.c5260 parity_optab = init_optab (PARITY); in init_optabs()
/openbsd-src/sys/kern/
H A Dtty.c100 #define PARITY(c) (char_type[c] & O) macro
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp845 setOperationAction({ISD::BITREVERSE, ISD::PARITY}, VT, Expand); in initActions()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp570 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 DX86ISelLowering.cpp428 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()