Searched refs:shifted (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c112 uint64_t shifted; local
116 shifted = 1ULL << power;
117 if (shifted <= ns) {
/freebsd-13-stable/lib/libc/mips/gen/
H A Dldexp.S158 blt t1, -30, 2f # will all bits in t3 be shifted out?
162 srl t8, t3, t1 # save bits shifted out
184 sll t8, t2, t1 # save bits shifted out
/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c657 uint64_t shifted; local
663 shifted = 1ULL << power;
664 if (shifted <= ns) {
668 printf("shifted %lld\n", (long long)shifted);
/freebsd-13-stable/sys/mips/mips/
H A Dfp.S693 move t8, zero # no shifted bits (sticky reg)
704 move t2, zero # FSs fraction shifted is zero
707 move ta2, zero # FTs fraction shifted is zero
714 sll t8, t2, t9 # save bits shifted out
718 sll t8, ta2, t9 # save bits shifted out
818 move t8, zero # no shifted bits (sticky reg)
829 move t2, zero # FSs fraction shifted is zero
833 move ta2, zero # FTs fraction shifted is zero
843 sll t8, t2, t9 # save bits shifted out
851 sll t8, t3, t9 # save bits shifted ou
[all...]
H A Dexception.S191 # shifted left by 2 bits so
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl74 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
102 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1667 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C);
1668 result = NOT(shifted);
1721 uint32_t shifted =
1725 uint32_t result = ~shifted;
1947 shifted = Shift(R[m], shift_t, shift_n, APSR.C);
1948 (result, carry, overflow) = AddWithCarry(SP, shifted, '0');
3199 // This instruction adds a register value and an optionally-shifted register
3208 shifted = Shift(R[m], shift_t, shift_n, APSR.C);
3209 (result, carry, overflow) = AddWithCarry(R[n], shifted, '0');
3269 uint32_t shifted
[all...]
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_refresh.c610 goto shifted;
620 shifted: /* Fill in screen map with the new offset. */
732 * If the screen shifted, we recalculate the "most favorite"
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c2684 const char *shifted; member in struct:__anon5113
2701 * the special cases in the "shifted" column. When using these
2723 (table[k].shifted
2724 ? table[k].shifted

Completed in 204 milliseconds