Home
last modified time | relevance | path

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

123

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c5772 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
5795 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aaa_word()
5818 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aas_word()
5840 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aad_word()
5861 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aam_word()
5882 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_byte()
5908 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_word()
5940 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_long()
5962 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_byte()
5984 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_word()
[all …]
/netbsd-src/usr.bin/locate/code/
H A Dlocate.code.c138 *cp &= PARITY-1; in main()
170 if (putchar((code / 2) | PARITY) == EOF) in main()
/netbsd-src/usr.bin/tip/
H A Dtip.c620 if (value(PARITY) == NULL || ((char *)value(PARITY))[0] == '\0') { in setparity()
623 value(PARITY) = curpar = strdup(defparity); in setparity()
625 parity = value(PARITY); in setparity()
H A Dtip.h223 #define PARITY 31 macro
H A Dcmds.c772 if (vtable[PARITY].v_access&CHANGED) { in variable()
773 vtable[PARITY].v_access &= ~CHANGED; in variable()
/netbsd-src/usr.bin/locate/locate/
H A Dlocate.c209 if (c < PARITY) in fastfind()
212 c &= PARITY - 1; in fastfind()
H A Dlocate.h38 #define PARITY 0200 /* parity bit */ macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dparity.m41 `/* Implementation of the PARITY intrinsic
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dparity.m41 `/* Implementation of the PARITY intrinsic
/netbsd-src/sys/arch/luna68k/dev/
H A Dxpbus.c72 #define PARITY 6 /* PC6 output to enable parity error */ macro
/netbsd-src/etc/
H A Dremote46 # REMEMBER NOT TO USE PARITY!
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h661 PARITY, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.def279 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
H A Doptabs.def174 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
H A Dlra-eliminations.c600 case PARITY: in lra_eliminate_regs_1()
H A Dsimplify-rtx.c1376 case PARITY: in simplify_unary_operation_1()
1383 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1390 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1889 case PARITY: in simplify_const_unary_operation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp429 case ISD::PARITY: return "parity"; in getOperationName()
H A DLegalizeIntegerTypes.cpp65 case ISD::PARITY: in PromoteIntegerResult()
2075 case ISD::PARITY: ExpandIntRes_PARITY(N, Lo, Hi); break; in ExpandIntegerResult()
2910 DAG.getNode(ISD::PARITY, dl, NVT, DAG.getNode(ISD::XOR, dl, NVT, Lo, Hi)); in ExpandIntRes_PARITY()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.def313 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
H A Dlra-eliminations.cc599 case PARITY: in lra_eliminate_regs_1()
H A Doptabs.def174 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
H A Dmatch.pd7205 /* Canonicalize POPCOUNT(x)&1 as PARITY(X). */
7208 (PARITY @0))
7210 /* PARITY simplifications. */
7213 (PARITY (bit_not @0))
7214 (PARITY @0))
7218 (bit_xor (PARITY:s @0) (PARITY:s @1))
7219 (PARITY (bit_xor @0 @1)))
7221 /* Common POPCOUNT/PARITY simplifications. */
7223 (for pfun (POPCOUNT PARITY)
H A Dsimplify-rtx.cc1412 case PARITY: in simplify_unary_operation_1()
1419 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1426 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1430 case PARITY: in simplify_unary_operation_1()
2040 case PARITY: in simplify_const_unary_operation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp799 setOperationAction(ISD::PARITY, VT, Expand); in initActions()
/netbsd-src/sys/kern/
H A Dtty.c141 #define PARITY(c) (char_type[c] & O) macro

123