Searched refs:value1 (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dconditions.h29 cc_status contains two components named `value1' and `value2'
55 typedef struct {int flags; rtx value1, value2; CC_STATUS_MDEP mdep;} CC_STATUS; member in struct:__anon1046
115 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
H A Dtree-ssa-uncprop.c326 tree value1 = ((struct equiv_hash_elt *)p1)->value; local
329 return operand_equal_p (value1, value2, 0);
H A Dexpmed.c645 rtx value1;
725 value1 = value;
738 tmp = simplify_subreg (maxmode, value1, GET_MODE (value), 0);
742 value1),
744 value1 = tmp;
747 value1 = gen_lowpart (maxmode, value1);
750 value1 = gen_int_mode (INTVAL (value), maxmode);
762 (value1, maxmode)))
763 value1
644 rtx value1; local
[all...]
H A Dtree-scalar-evolution.c514 bool value0, value1, value2;
521 || !chrec_is_positive (CHREC_RIGHT (chrec), &value1))
525 if (value0 == value1)
560 return value0 == value1;
513 bool value0, value1, value2; local
H A Dvarasm.c2657 struct addr_const value1, value2;
2659 decode_addr_const (t1, &value1);
2661 return (value1.offset == value2.offset
2662 && strcmp (XSTR (value1.base, 0), XSTR (value2.base, 0)) == 0);
2644 struct addr_const value1, value2; local
H A Dfinal.c2225 if ((cc_status.value1 != 0
2226 && rtx_equal_p (SET_SRC (set), cc_status.value1))
H A Dtree-data-ref.c2437 bool value0, value1, value2;
2460 if (!chrec_is_positive (CHREC_RIGHT (chrec_b), &value1))
2473 if (value1 == true)
2433 bool value0, value1, value2; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dax-gdb.c98 struct axs_value *value1,
108 struct axs_value *value1,
112 struct axs_value *value1, struct axs_value *value2);
115 struct axs_value *value1,
837 gen_usual_arithmetic (struct agent_expr *ax, struct axs_value *value1,
841 if (TYPE_CODE (value1->type) == TYPE_CODE_INT
850 max_type (value1->type, value2->type));
855 /* Deal with value1, not on the top of the stack. Don't
858 if (is_nontrivial_conversion (value1->type, target))
861 gen_conversion (ax, value1
829 gen_usual_arithmetic(struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
956 gen_add(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, char *name) argument
1003 gen_sub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1413 struct axs_value value1; local
1482 struct axs_value value1, value2; local
[all...]
/freebsd-9.3-release/tools/regression/environ/
H A Dtimings.c40 const char value1[] = "Large ------------------ value"; variable
94 if (setenv(name, value1, 1) == -1)
95 err(EXIT_FAILURE, "setenv(name, value1, 1)");
99 report_time("setenv(name, value1, 1)", &startUsage.ru_utime,
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl542 $value1=0;
584 $value1=$unknownsrcports{$destportnam};
585 $value1++ ;
586 $unknownsrcports{$destportnam}=$value1;
/freebsd-9.3-release/sys/dev/nxge/
H A Dxge-osdep.h655 u64 value1, value2; local
664 value1 = bus_space_read_4(tag, handle, (caddr_t)(addr) + 4 - addrss);
665 value1 <<= 32;
667 value1 |= value2;
668 return value1;
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md20 param1 = value1;
43 "param1": "value1",
108 "key": "value1",
115 "key": ["value1", "value2"]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h379 extern Char *value1 (Char *, struct varent *);
H A Dsh.h1008 #define varval(v) value1(v, &shvhed)
H A Dsh.set.c572 value1(Char *var, struct varent *head) function
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c583 bfd_vma value1, value2;
589 POP (sy, section1, value1);
591 PUSH (sy, section1 ? section1 : section_dummy, value2 - value1);
596 bfd_vma value1, value2;
604 POP (sy1, section1, value1);
608 value1 + value2);
581 bfd_vma value1, value2; local
594 bfd_vma value1, value2; local
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c8412 unsigned HOST_WIDE_INT value1 = CONST_DOUBLE_LOW (x1);
8415 for (nbits = 0; value1 != 0; value1 &= value1 - 1)
8386 unsigned HOST_WIDE_INT value1 = CONST_DOUBLE_LOW (x1); local

Completed in 400 milliseconds