Searched refs:NE (Results 1 - 25 of 183) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/tools/m4/bootstrap/
H A Dparser.h6 #define NE 262 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h64 NE = 281, enumerator in enum:yytokentype
95 #define NE 281 macro
H A Dcalclex.l79 "!=" { return NE; }
H A Dcalc.y156 %nonassoc '<' '>' EQ NE LE GE
216 | e NE e { sp--; mpz_set_ui (sp, mpz_cmp (sp, sp+1) != 0); }
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dscjdefs.h26 #define P2NE NE
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dparser.y36 %left EQ NE
71 | expr NE expr { $$ = $1 != $3; }
H A Dtokenizer.l63 "!=" { return(NE); }
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpy.y86 %term EQ NE LE GE LS RS
99 %binary EQ NE
144 | e NE e
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z8k/
H A Djmp-cc.s22 JR NE,dd
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.h55 NE = 271, enumerator in enum:yytokentype
180 #define NE 271 macro
H A Dpe-dll.c764 #undef NE macro
765 #define NE pe_def_file->num_exports macro
768 if (NE == 0)
774 for (i = 0; i < NE; i++)
797 for (i = 0; i < NE; i++)
821 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma));
822 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
824 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
831 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]),
833 for (i = 0, j = 0; i < NE;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Djump.c327 case NE:
329 /* It is always safe to reverse EQ and NE, even for the floating
449 return NE;
450 case NE:
496 return NE;
497 case NE:
538 case NE:
585 case NE:
614 case NE:
665 if (code2 == UNLE || code2 == NE)
[all...]
H A Ddojump.c220 && !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump))
224 do_compare_and_jump (op0, op1, NE, NE, if_false_label, if_true_label,
617 NE, TYPE_UNSIGNED (TREE_TYPE (exp)),
672 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
841 case NE:
876 *code2 = NE;
908 || (! HONOR_SNANS (mode) && (code == EQ || code == NE))))
1018 case NE:
H A Dloop-doloop.c117 if (GET_CODE (cond) != NE || XEXP (cond, 1) != const0_rtx)
157 /* We expect a GE or NE comparison with 0 or 1. */
159 && GET_CODE (condition) != NE)
186 condition = gen_rtx_fmt_ee (NE, VOIDmode, inc_src, const1_rtx);
385 case NE:
386 /* Currently only NE tests against zero and one are supported. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Djump.c406 case NE:
408 /* It is always safe to reverse EQ and NE, even for the floating
525 return NE;
526 case NE:
572 return NE;
573 case NE:
614 case NE:
661 case NE:
690 case NE:
741 if (code2 == UNLE || code2 == NE)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal2.c160 case NE:
162 cb2 = NE;
165 cb1 = NE;
207 case NE:
209 cbgen(NE, p->n_label);
211 cbgen(NE, p->n_label);
595 case NE: /* Hack not to clear bits if FORCC */
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dnode.h185 #define NE 26 macro
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dmaketab.c50 { NE, "relop", " != " },
H A Dawkgram.y58 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
86 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
237 | pattern NE pattern { $$ = op2($2, $1, $3); }
495 case LE: case LT: case EQ: case NE: case GT: case GE:
499 return op2(NE, n, nullnode);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal2.c86 case NE: str = "brnz"; break;
182 case NE: str = "fbne"; break;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal2.c196 case NE:
198 cb2 = NE;
201 cb1 = NE;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c78 short revrel[] ={ EQ, NE, GE, GT, LE, LT, UGE, UGT, ULE, ULT };
375 case NE:
397 if (RO(p) != NE)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c78 short revrel[] ={ EQ, NE, GE, GT, LE, LT, UGE, UGT, ULE, ULT };
375 case NE:
397 if (RO(p) != NE)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.c688 case EQ: compare_code = EQ; branch_code = NE; break;
689 case NE: compare_code = EQ; branch_code = EQ; break;
690 case LT: compare_code = LT; branch_code = NE; break;
692 case GT: compare_code = LT; branch_code = NE; must_swap = 1; break;
694 case LTU: compare_code = LTU; branch_code = NE; break;
696 case GTU: compare_code = LTU; branch_code = NE; must_swap = 1; break;
758 code = NE;
762 code = NE;
798 code = NE;
802 code = NE;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal2.c219 case NE:
329 case NE:
331 cb2 = NE;
334 cb1 = NE;

Completed in 253 milliseconds

12345678