Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/config/
Dulonglong.m414 [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
16 return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
/toolchain/binutils/binutils-2.27/libiberty/
Dhashtab.c239 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
244 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/toolchain/binutils/binutils-2.27/cpu/
Dm32c.opc636 if (bitbase >= (1ull << bits))
/toolchain/binutils/binutils-2.27/opcodes/
Daarch64-dis.c643 for (imm = 0ull, i = 0; i < 8; i++) in aarch64_ext_advsimd_imm_modified()