Searched refs:base0 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dbsearch.c72 bsearch (register const void *key, const void *base0, argument
76 register const char *base = (const char *) base0;
/haiku-buildtools/gcc/libiberty/
H A Dbsearch.c72 bsearch (register const void *key, const void *base0, argument
76 register const char *base = (const char *) base0;
/haiku-buildtools/legacy/binutils/libiberty/
H A Dbsearch.c70 bsearch (register const void *key, const void *base0, argument
74 register const char *base = (const char *) base0;
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c8901 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE;
8911 base0 = arg0;
8914 base0 = get_inner_reference (TREE_OPERAND (arg0, 0),
8917 if (TREE_CODE (base0) == INDIRECT_REF)
8918 base0 = TREE_OPERAND (base0, 0);
8924 base0 = TREE_OPERAND (arg0, 0);
8925 STRIP_SIGN_NOPS (base0);
8926 if (TREE_CODE (base0) == ADDR_EXPR)
8928 base0
8872 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; local
9709 tree base0 = TREE_OPERAND (aref0, 0); local
[all...]
H A Dsimplify-rtx.c551 rtx base0, base1, offset0, offset1;
552 split_const (XEXP (op0, 0), &base0, &offset0);
554 if (rtx_equal_p (base0, base1))
545 rtx base0, base1, offset0, offset1; local
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.c3258 int base0; local
3270 c4x_S_address_parse (op0, &base0, &incdec0, &index0, &disp0);
3297 if (base0 == base1 && incdec0 && incdec0)
3303 if (! TARGET_DEVEL && base0 == base1 && (incdec0 || incdec1))
3308 if (base0 == base1 && disp0 == disp1 && index0 == index1)

Completed in 109 milliseconds