Searched refs:comparison (Results 1 - 25 of 86) sorted by relevance

1234

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darmv1.l2 [^:]*:26: s suffix on comparison instruction is deprecated
3 [^:]*:29: s suffix on comparison instruction is deprecated
4 [^:]*:32: s suffix on comparison instruction is deprecated
5 [^:]*:35: s suffix on comparison instruction is deprecated
H A Dthumb32.l2 [^;]*:450: s suffix on comparison instruction is deprecated
3 [^;]*:450: s suffix on comparison instruction is deprecated
4 [^;]*:450: s suffix on comparison instruction is deprecated
5 [^;]*:450: s suffix on comparison instruction is deprecated
6 [^;]*:451: s suffix on comparison instruction is deprecated
7 [^;]*:451: s suffix on comparison instruction is deprecated
8 [^;]*:451: s suffix on comparison instruction is deprecated
9 [^;]*:451: s suffix on comparison instruction is deprecated
10 [^;]*:452: s suffix on comparison instruction is deprecated
11 [^;]*:452: s suffix on comparison instructio
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dexpected_comparison_errors.l11 .*:10: Error: Bad register in comparison. Input text was P0.
12 .*:11: Error: Bad register in comparison.
13 .*:12: Error: Bad register in comparison.
14 .*:13: Error: Bad register in comparison. Input text was R0.
15 .*:14: Error: Bad register in comparison.
16 .*:15: Error: Bad register in comparison.
17 .*:16: Error: Bad register in comparison.
18 .*:17: Error: Bad register in comparison. Input text was I0.
19 .*:18: Error: Bad register in comparison.
20 .*:19: Error: Bad register in comparison
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse-7.c25 char comparison[8000]; variable
49 printf (comparison);
90 p_comparison = &comparison[0];
H A Dmmx-4.c26 char comparison[8000]; variable
85 printf (comparison);
202 p_comparison = &comparison[0];
H A Dsse-6.c28 char comparison[8000]; variable
106 printf (comparison);
271 p_comparison = &comparison[0];
/haiku-buildtools/legacy/gcc/libiberty/
H A Dsplay-tree.c87 int comparison; local
94 comparison = (*sp->comp) (key, n->key);
96 if (comparison == 0)
99 else if (comparison < 0)
267 int comparison; local
272 comparison = (*sp->comp)(sp->root->key, key);
274 if (sp->root && comparison == 0)
293 else if (comparison < 0)
340 /* Splay-tree comparison function, treating the keys as ints. */
355 /* Splay-tree comparison functio
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4785.go18 panic("bad comparison")
H A Dbug449.go11 // the comparison.
H A Dissue4585.go29 // USmall is like U but the frontend will inline comparison
/haiku-buildtools/gcc/libgomp/
H A Dsplay-tree.c140 int comparison = 0; local
145 comparison = splay_compare (&sp->root->key, &node->key);
147 if (sp->root && comparison == 0)
154 else if (comparison < 0)
/haiku-buildtools/binutils/libiberty/
H A Dsplay-tree.c364 int comparison = 0; local
369 comparison = (*sp->comp)(sp->root->key, key);
371 if (sp->root && comparison == 0)
392 else if (comparison < 0)
502 int comparison; local
512 comparison = (*sp->comp)(sp->root->key, key);
515 if (comparison < 0)
533 int comparison; local
543 comparison = (*sp->comp)(sp->root->key, key);
546 if (comparison >
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsplay-tree.c364 int comparison = 0; local
369 comparison = (*sp->comp)(sp->root->key, key);
371 if (sp->root && comparison == 0)
392 else if (comparison < 0)
502 int comparison; local
512 comparison = (*sp->comp)(sp->root->key, key);
515 if (comparison < 0)
533 int comparison; local
543 comparison = (*sp->comp)(sp->root->key, key);
546 if (comparison >
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsplay-tree.c297 int comparison = 0; local
302 comparison = (*sp->comp)(sp->root->key, key);
304 if (sp->root && comparison == 0)
325 else if (comparison < 0)
435 int comparison; local
445 comparison = (*sp->comp)(sp->root->key, key);
448 if (comparison < 0)
466 int comparison; local
476 comparison = (*sp->comp)(sp->root->key, key);
479 if (comparison >
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcompare-elim.c25 cannot make use of the comparison elimination offered by the combine pass.
27 This is a small pass intended to provide comparison elimination similar to
36 (1) All comparison patterns are represented as
85 /* These structures describe a comparison and how it is used. */
90 high-part of a double-word comparison. */
99 /* The comparison code applied against the flags register. */
103 struct comparison
105 /* The comparison instruction. */
108 /* The insn prior to the comparison insn that clobbers the flags. */
115 /* The REG_EH_REGION of the comparison
102 struct comparison struct
[all...]
H A Doptabs.c4047 /* Nonzero if we can perform a comparison of mode MODE straightforwardly.
4048 PURPOSE describes how this comparison will be used. CODE is the rtx
4049 comparison code we will be using.
4095 to emit a single comparison insn. This setup can involve doing a BLKmode
4096 comparison or emitting a library call to perform the comparison if no insn
4099 should perform the comparison on the modified values. Constant
4103 prepare_cmp_insn (rtx x, rtx y, enum rtx_code comparison, rtx size,
4128 /* Make sure if we have a canonical comparison. The RTL
4180 *ptest = gen_rtx_fmt_ee (comparison, VOIDmod
4086 prepare_cmp_insn(rtx x, rtx y, enum rtx_code comparison, rtx size, int unsignedp, enum optab_methods methods, rtx *ptest, machine_mode *pmode) argument
4375 emit_cmp_and_jump_insns(rtx x, rtx y, enum rtx_code comparison, rtx size, machine_mode mode, int unsignedp, rtx label, int prob) argument
4409 prepare_float_lib_cmp(rtx x, rtx y, enum rtx_code comparison, rtx *ptest, machine_mode *pmode) argument
4575 rtx tem, comparison; local
4638 &comparison, &cmode); local
4697 rtx tem, comparison; local
4747 &comparison, &cmode); local
6916 rtx comparison, rtx_op1, rtx_op2; local
[all...]
H A Djump.c387 /* Given a comparison (CODE ARG0 ARG1), inside an insn, INSN, return a code
388 of reversed comparison if it is possible to do so. Otherwise return UNKNOWN.
390 know whether it's source is floating point or integer comparison. Machine
399 /* If this is not actually a comparison, we can't reverse it. */
409 comparison. Give it priority over everything else to allow
421 /* Try a few special cases based on the comparison code. */
438 /* In case we already see unordered comparison, we can be sure to
454 /* Try to search for the comparison to determine the real mode.
476 rtx comparison = src;
480 mode = GET_MODE (XEXP (comparison,
472 rtx comparison = src; local
508 reversed_comparison_code(const_rtx comparison, const_rtx insn) argument
[all...]
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dcmpsi2.S30 ;; Performs a signed comparison of A and B.
69 ;; The top words are different. Unfortunately the comparison
96 ;; Performs an unsigned comparison of A and B.
H A Dsignbit.S33 ;; allows zero to be signed. The comparison `-0.0 < 0.0' is false,
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh-protos.h123 enum rtx_code comparison);
124 extern void expand_cbranchsi4 (rtx *operands, enum rtx_code comparison, int);
125 extern bool expand_cbranchdi4 (rtx *operands, enum rtx_code comparison);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dcmp_fp_op.inc1 /* Template file for the validation of comparison operator with
48 comparison. */
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Dcmpsi2.S33 ;; Performs a signed comparison of A and B.
68 ;; Performs an unsigned comparison of A and B.
/haiku-buildtools/legacy/gcc/gcc/
H A Doptabs.c3024 emit_cmp_insn (x, y, comparison, size, mode, unsignedp, align)
3026 enum rtx_code comparison;
3057 /* Abort if we have a non-canonical comparison. The RTL documentation
3087 emit_cmp_insn (result, const0_rtx, comparison, NULL_RTX,
3101 emit_cmp_insn (result, const0_rtx, comparison, NULL_RTX,
3116 emit_cmp_insn (result, const0_rtx, comparison, NULL_RTX,
3148 const0_rtx, comparison, NULL_RTX,
3211 emit_cmp_insn (x, y, comparison, NULL_RTX,
3227 comparison routine, use that. */
3240 /* Integer comparison return
3559 rtx tem, subtarget, comparison, insn; local
[all...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c195 /* We have a comparison or assignment operation on two types, T1 and T2, which
251 /* Return an expression tree representing an equality comparison of A1 and A2,
272 in spite of the multiple references in the comparison. */
281 in order to suppress the comparison of the data at the end. */
292 tree comparison, this_a1_is_null, this_a2_is_null;
325 comparison = fold_build2_loc (loc, LT_EXPR, result_type, ub1, lb1);
326 comparison = SUBSTITUTE_PLACEHOLDER_IN_EXPR (comparison, a1);
327 if (EXPR_P (comparison))
328 SET_EXPR_LOCATION (comparison, lo
289 tree comparison, this_a1_is_null, this_a2_is_null; local
412 tree comparison; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dcmp6.go26 // Arguments to comparison must be

Completed in 299 milliseconds

1234