Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/x86emu/
HDx86emu.c5970 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
5994 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aaa_word()
6018 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aas_word()
6041 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aad_word()
6063 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aam_word()
6085 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_byte()
6112 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_word()
6145 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_long()
6168 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_byte()
6191 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_word()
[all …]
/NextBSD/usr.bin/locate/locate/
HDlocate.h42 #define PARITY 0200 /* parity bit */ macro
HDfastfind.c72 if (c < PARITY) {
238 if (c < PARITY) {
/NextBSD/usr.bin/tip/tip/
HDtip.c604 if (value(PARITY) == NOSTR) in setparity()
605 value(PARITY) = defparity; in setparity()
606 parity = value(PARITY); in setparity()
HDtip.h227 #define PARITY 32 macro
HDcmds.c789 if (vtable[PARITY].v_access&CHANGED) { in variable()
790 vtable[PARITY].v_access &= ~CHANGED; in variable()
/NextBSD/usr.bin/locate/code/
HDlocate.code.c215 if (putchar((code / 2) | PARITY) == EOF) in main()
/NextBSD/contrib/gcc/
HDsimplify-rtx.c791 case PARITY: in simplify_unary_operation_1()
1039 case PARITY: in simplify_const_unary_operation()
1186 case PARITY: in simplify_const_unary_operation()
HDreload1.c2557 case PARITY: in eliminate_regs_1()
2778 case PARITY: in elimination_effects()
HDrtlanal.c3815 case PARITY: in nonzero_bits1()
HDgenattrtab.c961 case PARITY: in check_attr_value()
HDrtl.def592 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
HDoptabs.c5265 parity_optab = init_optab (PARITY); in init_optabs()
HDChangeLog-200333909 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
33913 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
33920 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
33921 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
HDChangeLog-20051076 ABS, VEC_SELECT, POPCOUNT, PARITY, FFS, FLOAT>,