Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilegx.c440 int check_shift = -1; in apply_special_operator() local
445 check_shift = 0; in apply_special_operator()
452 check_shift = 16; in apply_special_operator()
459 check_shift = 32; in apply_special_operator()
474 if (check_shift >= 0 && ret != (num >> check_shift)) in apply_special_operator()
477 ~0ULL << (check_shift + 16 - 1), in apply_special_operator()
478 ~0ULL >> (64 - (check_shift + 16 - 1)), in apply_special_operator()