Home
last modified time | relevance | path

Searched full:rotation (Results 1 – 16 of 16) sorted by relevance

/qemu/hw/display/
H A Dframebuffer.c15 - Handle rotation here instead of hacking dest_pitch
/qemu/include/hw/ide/
H A Dide-dev.h160 * 0x0000 - rotation rate not reported
/qemu/util/
H A Dinterval-tree.c425 * p and sl are red after rotation (which in rb_erase_color()
453 * After rotation, p becomes black, s acquires in rb_erase_color()
/qemu/target/hexagon/imported/
H A Dmpy.idef944 * Rotation -- by 0, 90, 180, or 270 means mult by 1, J, -1, -J *
951 if (tmp == 0) { /* No rotation */
966 if (tmp == 0) { /* No rotation */
994 case 0: /* No Rotation */
1029 case 0: /* No Rotation */
/qemu/docs/devel/
H A Dtcg-ops.rst399 - | Rotation of *t2* bits to the left
404 - | Rotation of *t2* bits to the right.
/qemu/docs/about/
H A Dremoved-features.rst551 Of these three things, the input-rotation was coded without being
552 restricted to boards which supported the full set of device-rotation
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h605 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */
/qemu/hw/scsi/
H A Dscsi-disk.c117 * 0x0000 - rotation rate not reported
1188 /* Medium rotation rate [rpm], 5400 rpm */ in mode_sense_page()
1225 /* Medium rotation rate [rpm], 5400 rpm */ in mode_sense_page()
/qemu/libdecnumber/
H A DdecNumber.c2639 /* convert -ve rotate to equivalent positive rotation */ in decNumberRotate()
2641 if (rotate!=0 && rotate!=set->digits /* zero or full rotation */ in decNumberRotate()
2647 Unit *msumax=res->lsu+D2U(set->digits)-1; /* rotation msu */ in decNumberRotate()
2652 /* rotation here is done in-place, in three steps */ in decNumberRotate()
2658 /* rotation is now complete] */ in decNumberRotate()
2718 /* the rotation may have left an undetermined number of zeros */ in decNumberRotate()
/qemu/target/i386/tcg/
H A Demit.c.inc3436 * Just like a regular rotation, the result of the rotation is composed
/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h1348 * for an AFRC encoded buffer, otherwise, it uses the rotation-optimised layout.
/qemu/hw/ide/
H A Dcore.c233 put_le16(p + 217, dev->rotation_rate); /* Nominal media rotation rate */ in ide_identify()
/qemu/tcg/arm/
H A Dtcg-target.c.inc378 /* Simple case, no rotation required. */
/qemu/target/mips/tcg/
H A Dmxu_translate.c4159 /* both operands same -> just rotation or moving from any of them */ in gen_mxu_S32ALNI()
/qemu/target/arm/tcg/
H A Dtranslate.c3494 /* Return only the rotation part of T32ExpandImm. */
H A Dtranslate-a64.c4625 * In all cases the rotation is by immr % e (and immr is 6 bits). in logic_imm_decode_wmask()