Home
last modified time | relevance | path

Searched refs:ibase (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/usr.bin/bc/
Dbc.library45 r = ibase
46 ibase = A
79 ibase = r
89 r = ibase
90 ibase = A
93 ibase = r
138 ibase = r
147 r = ibase
148 ibase = A
173 ibase = r
[all …]
/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-prefetch.c338 tree ibase, step, stepsize; in idx_analyze_ref() local
348 ibase = iv.base; in idx_analyze_ref()
360 if (TREE_CODE (ibase) == PLUS_EXPR in idx_analyze_ref()
361 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1))) in idx_analyze_ref()
363 idelta = int_cst_value (TREE_OPERAND (ibase, 1)); in idx_analyze_ref()
364 ibase = TREE_OPERAND (ibase, 0); in idx_analyze_ref()
366 if (cst_and_fits_in_hwi (ibase)) in idx_analyze_ref()
368 idelta += int_cst_value (ibase); in idx_analyze_ref()
369 ibase = build_int_cst (TREE_TYPE (ibase), 0); in idx_analyze_ref()
385 *index = ibase; in idx_analyze_ref()
Dsimplify-rtx.c4333 int ibase; in simplify_immed_subreg() local
4335 ibase = bitsize - 1 - i; in simplify_immed_subreg()
4337 ibase = i; in simplify_immed_subreg()
4338 *vp++ = tmp[ibase / 32] >> i % 32; in simplify_immed_subreg()
4453 int ibase; in simplify_immed_subreg() local
4455 ibase = elem_bitsize - 1 - i; in simplify_immed_subreg()
4457 ibase = i; in simplify_immed_subreg()
4458 tmp[ibase / 32] |= (*vp++ & value_mask) << i % 32; in simplify_immed_subreg()
/openbsd/src/gnu/usr.bin/gcc/contrib/
Dtexi2pod.pl38 $ibase = "";
66 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
233 or open($inf, "<" . $ibase . "/" . $1)
234 or die "cannot open $1 or $ibase/$1: $!\n";
/openbsd/src/gnu/usr.bin/binutils/etc/
Dtexi2pod.pl38 $ibase = "";
66 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
233 or open($inf, "<" . $ibase . "/" . $1)
234 or die "cannot open $1 or $ibase/$1: $!\n";
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldlex.l158 int ibase ; variable
164 ibase = 16;
168 ibase = 8;
172 ibase = 2;
175 ibase = 10;
178 ibase);
184 int ibase = 0; variable
189 ibase = 16;
191 yylval.integer = bfd_scan_vma (s, 0, ibase);
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldlex.l155 int ibase ; variable
161 ibase = 16;
165 ibase = 8;
169 ibase = 2;
172 ibase = 10;
175 ibase);
181 int ibase = 0; variable
186 ibase = 16;
188 yylval.integer = bfd_scan_vma (s, 0, ibase);
/openbsd/src/lib/libssl/test/
Dbctest37 ibase=16
59 ibase=16
/openbsd/src/gnu/usr.bin/binutils-2.17/etc/
Dtexi2pod.pl38 $ibase = "";
74 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
242 foreach $path ("", $ibase, @ipath) {
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dlinespec.c200 int ibase; in find_methods() local
261 for (ibase = 0; ibase < TYPE_N_BASECLASSES (t); ibase++) in find_methods()
262 i1 += find_methods (TYPE_BASECLASS (t, ibase), name, sym_arr + i1); in find_methods()
/openbsd/src/sys/arch/hppa/dev/
Delroyreg.h86 u_int32_t ibase; /* 0x300 */ member
Delroy.c1311 elroy_write32(&r->ibase, htole32(ELROY_BASE_RE)); in elroy_attach()
/openbsd/src/usr.bin/dc/
Dbcode.c41 u_int ibase; member
265 bmachine.obase = bmachine.ibase = 10; in init_bmachine()
632 bn_check(BN_set_word(n->number, bmachine.ibase)); in get_ibase()
646 bmachine.ibase = (u_int)base; in set_ibase()
1609 bmachine.ibase)); in parse_number()
/openbsd/src/gnu/usr.bin/binutils/binutils/
DChangeLog-91972279 (gen_lib_file): Put dll name into ibase$7.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-91972279 (gen_lib_file): Put dll name into ibase$7.