Searched refs:check_shift (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tilegx.c436 int check_shift = -1; local
441 check_shift = 0;
448 check_shift = 16;
455 check_shift = 32;
470 if (check_shift >= 0 && ret != (num >> check_shift))
473 ~0ULL << (check_shift + 16 - 1),
474 ~0ULL >> (64 - (check_shift + 16 - 1)),
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilegx.c436 int check_shift = -1; local
441 check_shift = 0;
448 check_shift = 16;
455 check_shift = 32;
470 if (check_shift >= 0 && ret != (num >> check_shift))
473 ~0ULL << (check_shift + 16 - 1),
474 ~0ULL >> (64 - (check_shift + 16 - 1)),
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilegx.c436 int check_shift = -1; local
441 check_shift = 0;
448 check_shift = 16;
455 check_shift = 32;
470 if (check_shift >= 0 && ret != (num >> check_shift))
473 ~0ULL << (check_shift + 16 - 1),
474 ~0ULL >> (64 - (check_shift + 16 - 1)),

Completed in 208 milliseconds