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

1234567

/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.h63 NE = 281, enumerator in enum:yytokentype
94 #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); }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/maxq10/
H A Djump.s22 JUMP NE, LableStart
23 JUMP NE, Lable1
43 SJUMP NE, Lable1
61 JUMP NE, LongJump
66 LJUMP NE, LongJump
H A Djump.d25 22: ee 7c [ ]*JUMP NE , #eeh
26 24: 00 7c [ ]*JUMP NE , #00h
46 48: ee 7c [ ]*JUMP NE , #eeh
72 7c: c6 7c [ ]*JUMP NE , #c6h
82 90: c6 7c [ ]*JUMP NE , #c6h
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/maxq20/
H A Djump.s22 JUMP NE, LableStart
23 JUMP NE, Lable1
43 SJUMP NE, Lable1
61 JUMP NE, LongJump
66 LJUMP NE, LongJump
H A Djump.d25 22: ee 7c [ ]*JUMP NE , #eeh
26 24: 00 7c [ ]*JUMP NE , #00h
46 48: ee 7c [ ]*JUMP NE , #eeh
72 7c: c6 7c [ ]*JUMP NE , #c6h
82 90: c6 7c [ ]*JUMP NE , #c6h
/haiku-buildtools/legacy/gcc/gcc/
H A Dreal.c249 #define NE 6
252 #define GET_REAL(r,e) bcopy ((char *) r, (char *) e, 2*NE)
255 if (2*NE < sizeof(*r)) \
257 bcopy ((char *) e, (char *) r, 2*NE); \
261 #define NE 10
264 #define GET_REAL(r,e) bcopy ((char *) r, (char *) e, 2*NE)
265 #define PUT_REAL(e,r) bcopy ((char *) e, (char *) r, 2*NE)
267 #define NE 6
316 #define NI (NE+3)
577 unsigned EMUSHORT d1[NE], d
247 #define NE macro
[all...]
H A Drtl.def49 "<" an rtx code for a comparison (e.g, EQ, NE, LT)
736 DEF_RTL_EXPR(NE, "ne", "ee", '<')
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dcmp-2.c10 #define NE(X, Y) ((X) != (Y)) macro
37 TEST_OP (ne, NE)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dmeteor-contest.c86 #define NE 10 macro
92 { SE, E, NE, E},
95 { SE, E, NE, S},
97 { E, SE, SE, NE},
174 case NE:
219 case NE:
325 if(!out_of_bounds(index, NE))
326 fill_contiguous_space(board, shift(index, NE));
H A Dmeteor-contest.go99 NE const
106 [4]int8{SE, E, NE, E},
109 [4]int8{SE, E, NE, S},
111 [4]int8{E, SE, SE, NE},
190 case NE:
235 case NE:
345 if !out_of_bounds(index, NE) {
346 fill_contiguous_space(board, shift(index, NE))
/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Djmp-cc.s22 JR NE,dd
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z8k/
H A Djmp-cc.s22 JR NE,dd
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h45 NE = 271, enumerator in enum:yytokentype
162 #define NE 271 macro
H A Dpe-dll.c584 #undef NE macro
585 #define NE pe_def_file->num_exports macro
590 for (i = 0; i < NE; i++)
613 for (i = 0; i < NE; i++)
634 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma));
635 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
637 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
644 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]),
646 for (i = 0, j = 0; i < NE; i++)
682 pe_def_file->num_exports = j; /* == NE */
[all...]
/haiku-buildtools/binutils/ld/
H A Dldgram.h62 NE = 272, enumerator in enum:yytokentype
194 #define NE 272 macro
/haiku-buildtools/gcc/gcc/
H A Djump.c428 case NE:
430 /* It is always safe to reverse EQ and NE, even for the floating
550 return NE;
551 case NE:
597 return NE;
598 case NE:
639 case NE:
686 case NE:
715 case NE:
766 if (code2 == UNLE || code2 == NE)
[all...]
H A Dloop-doloop.c135 (set (pc) (if_then_else (cc == NE)
184 if (GET_CODE (cond) != NE || XEXP (cond, 1) != const0_rtx)
223 /* We expect a GE or NE comparison with 0 or 1. */
225 && GET_CODE (condition) != NE)
258 (set (pc) (if_then_else (cc == NE)
266 (set (pc) (if_then_else (NE == cc)
273 condition = gen_rtx_fmt_ee (NE, VOIDmode, inc_src, const1_rtx);
471 case NE:
472 /* Currently only NE tests against zero and one are supported. */
H A Ddojump.c269 && !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump))
273 do_compare_and_jump (op0, op1, NE, NE, if_false_label, if_true_label,
670 NE, TYPE_UNSIGNED (TREE_TYPE (exp)),
748 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
916 case NE:
951 *code2 = NE;
982 || (! HONOR_SNANS (mode) && (code == EQ || code == NE))))
1092 case NE:
H A Dccmp.c182 CC1 = CCMP (NE (CC0, 0), CMP (e, f));
184 CCn = CCMP (NE (CCn-1, 0), CMP (...));
279 cc_mode = SELECT_CC_MODE (NE, tmp, const0_rtx);
290 tmp = emit_cstore (target, icode, NE, cc_mode, cc_mode,
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dparse.h38 NAME, NE, NEW, NEWMODE, NONREF, NOT, NUMBER, enumerator in enum:terminal
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50908-2.c24 PRE_MODIFY, POST_MODIFY, NE, EQ, GE, GT, LE, LT, GEU, GTU, LEU, LTU, enumerator in enum:rtx_code
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djavaop.def264 JAVAOP (ifne, 154, TEST, INT, NE)
270 JAVAOP (if_icmpne, 160, COND, INT, NE)
276 JAVAOP (if_acmpne, 166, COND, PTR, NE)
308 JAVAOP (ifnonnull, 199, TEST, PTR, NE)
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c853 /* Return 1 if OP is an EQ or NE comparison operator. */
864 return (code == EQ || code == NE);
878 return (code == EQ || code == NE
927 /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
959 case EQ: compare_code = EQ; branch_code = NE; break;
960 case NE: compare_code = EQ; branch_code = EQ; break;
961 case LT: compare_code = LT; branch_code = NE; break;
963 case GT: compare_code = LT; branch_code = NE; must_swap = 1; break;
965 case LTU: compare_code = LTU; branch_code = NE; break;
967 case GTU: compare_code = LTU; branch_code = NE; must_swa
[all...]

Completed in 230 milliseconds

1234567