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

/freebsd-12-stable/sys/arm/nvidia/drm2/
H A Dtegra_drm.h57 int rotation; /* In degrees */ member in struct:tegra_fb
H A Dtegra_dc.c113 /* Parsed flipping, rotation is not supported for pitched modes */
213 switch (fb->rotation) {
235 switch (fb->rotation) {
453 /* Offsets for rotation and axis flip */
/freebsd-12-stable/libexec/save-entropy/
H A Dsave-entropy.sh70 Entropy file rotation is aborted.; exit 1; }
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s101 # rotation constants for Skein
279 StackVar ksRot ,16*(\KS_CNT) #leave space for "rotation" to happen
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_drm.h100 int rotation; /* 0, 90, 180 or 270 */ member in struct:_drm_i915_sarea
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp8351 // register. You can specifiy a rotation by 0, 8, 16, or 24 bits before
8358 rotated = ROR(R[m], rotation);
8367 uint32_t rotation; local
8372 // d = UInt(Rd); m = UInt(Rm); rotation = 0;
8375 rotation = 0;
8380 // d = UInt(Rd); m = UInt(Rm); rotation = UInt(rotate:'000');
8383 rotation = Bits32(opcode, 5, 4) << 3;
8392 // d = UInt(Rd); m = UInt(Rm); rotation = UInt(rotate:'000');
8395 rotation = Bits32(opcode, 11, 10) << 3;
8412 // rotated = ROR(R[m], rotation);
8452 uint32_t rotation; local
8537 uint32_t rotation; local
8620 uint32_t rotation; local
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-arm.c4416 encoded constant-and-rotation, together with the final residual. If n is
4452 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
5931 bfd_vma rotation = (insn & 0xf00) >> 8; local
5933 if (rotation == 0)
5938 rotation is stored in multiples of 2 bits. */
5939 rotation *= 2;
5941 /* Rotate "constant" right by "rotation" bits. */
5942 signed_addend = (constant >> rotation) |
5943 (constant << (8 * sizeof (bfd_vma) - rotation));
5979 constant-with-rotation forma
[all...]
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl772 ## high side's, except no rcon and no rotation.
905 // low round: same as high round, but no rotation and no rcon.
/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Dvpaes-armv8.S705 ## high side's, except no rcon and no rotation.
838 // low round: same as high round, but no rotation and no rcon.

Completed in 303 milliseconds