Searched refs:PARITY (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/sys/contrib/x86emu/ |
| HD | x86emu.c | 5970 #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/ |
| HD | locate.h | 42 #define PARITY 0200 /* parity bit */ macro
|
| HD | fastfind.c | 72 if (c < PARITY) { 238 if (c < PARITY) {
|
| /NextBSD/usr.bin/tip/tip/ |
| HD | tip.c | 604 if (value(PARITY) == NOSTR) in setparity() 605 value(PARITY) = defparity; in setparity() 606 parity = value(PARITY); in setparity()
|
| HD | tip.h | 227 #define PARITY 32 macro
|
| HD | cmds.c | 789 if (vtable[PARITY].v_access&CHANGED) { in variable() 790 vtable[PARITY].v_access &= ~CHANGED; in variable()
|
| /NextBSD/usr.bin/locate/code/ |
| HD | locate.code.c | 215 if (putchar((code / 2) | PARITY) == EOF) in main()
|
| /NextBSD/contrib/gcc/ |
| HD | simplify-rtx.c | 791 case PARITY: in simplify_unary_operation_1() 1039 case PARITY: in simplify_const_unary_operation() 1186 case PARITY: in simplify_const_unary_operation()
|
| HD | reload1.c | 2557 case PARITY: in eliminate_regs_1() 2778 case PARITY: in elimination_effects()
|
| HD | rtlanal.c | 3815 case PARITY: in nonzero_bits1()
|
| HD | genattrtab.c | 961 case PARITY: in check_attr_value()
|
| HD | rtl.def | 592 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
|
| HD | optabs.c | 5265 parity_optab = init_optab (PARITY); in init_optabs()
|
| HD | ChangeLog-2003 | 33909 (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.
|
| HD | ChangeLog-2005 | 1076 ABS, VEC_SELECT, POPCOUNT, PARITY, FFS, FLOAT>,
|