Searched refs:rot (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl259 my $rot = shift;
261 "srlx %o4, 64-$rot, %g4\n\t".
262 "sllx %o4, $rot, %o4\n\t".
263 "srlx %o5, 64-$rot, %g5\n\t".
264 "sllx %o5, $rot, %o5\n\t".
/freebsd-11-stable/stand/ficl/
H A Dwords.c980 static void rot(FICL_VM *pVM) function
4977 dictAppendWord(dp, "rot", rot, FW_DEFAULT);
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1651 uint16_t bw, len, rot, angle; local
1674 rot = (((freq * 36) / bw) << 16) / 100;
1679 angle += rot;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4591 unsigned rot = fieldFromInstruction(Val, 7, 5); local
4592 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31));
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c5019 int rot;
5030 if (parse_immediate (&s, &rot, 0, 24, FALSE) == FAIL)
5033 switch (rot)
5016 int rot; local

Completed in 215 milliseconds

12