| /netbsd-src/common/lib/libx86emu/ |
| H A D | x86emu.c | 5772 #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 D | locate.code.c | 138 *cp &= PARITY-1; in main() 170 if (putchar((code / 2) | PARITY) == EOF) in main()
|
| /netbsd-src/usr.bin/tip/ |
| H A D | tip.c | 620 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 D | tip.h | 223 #define PARITY 31 macro
|
| H A D | cmds.c | 772 if (vtable[PARITY].v_access&CHANGED) { in variable() 773 vtable[PARITY].v_access &= ~CHANGED; in variable()
|
| /netbsd-src/usr.bin/locate/locate/ |
| H A D | locate.c | 209 if (c < PARITY) in fastfind() 212 c &= PARITY - 1; in fastfind()
|
| H A D | locate.h | 38 #define PARITY 0200 /* parity bit */ macro
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | parity.m4 | 1 `/* Implementation of the PARITY intrinsic
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | parity.m4 | 1 `/* Implementation of the PARITY intrinsic
|
| /netbsd-src/sys/arch/luna68k/dev/ |
| H A D | xpbus.c | 72 #define PARITY 6 /* PC6 output to enable parity error */ macro
|
| /netbsd-src/etc/ |
| H A D | remote | 46 # REMEMBER NOT TO USE PARITY!
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 661 PARITY, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | internal-fn.def | 279 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
|
| H A D | optabs.def | 174 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
|
| H A D | lra-eliminations.c | 600 case PARITY: in lra_eliminate_regs_1()
|
| H A D | simplify-rtx.c | 1376 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 D | SelectionDAGDumper.cpp | 429 case ISD::PARITY: return "parity"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 65 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 D | internal-fn.def | 313 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
|
| H A D | lra-eliminations.cc | 599 case PARITY: in lra_eliminate_regs_1()
|
| H A D | optabs.def | 174 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
|
| H A D | match.pd | 7205 /* 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 D | simplify-rtx.cc | 1412 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 D | TargetLoweringBase.cpp | 799 setOperationAction(ISD::PARITY, VT, Expand); in initActions()
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 141 #define PARITY(c) (char_type[c] & O) macro
|