Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 25 of 174) sorted by relevance

1234567

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
758 if (RxSBG.Rotate != 0) in refineRxSBGMask()
759 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
771 if (RxSBG.Rotate != 0) in maskMatters()
772 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
844 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
905 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
933 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
983 if (RISBG.Rotate == 0) { in tryRISBGZero()
[all …]
/netbsd/external/mit/xorg/etc/etc.zaurus/
H A Dxorg.conf.C3x0032 Option "Rotate" "CW"
39 Option "Rotate" "CW"
H A Dxorg.conf.C7x032 # Option "Rotate" "CW"
39 # Option "Rotate" "CW"
/netbsd/external/mit/xorg/etc/etc.hpc/
H A Dxorg.conf.640x240-jp37 # Option "Rotate" "CCW"
51 # Option "Rotate" "CCW"
H A Dxorg.conf.640x240-us37 # Option "Rotate" "CCW"
51 # Option "Rotate" "CCW"
H A Dxorg.conf.640x480-jp37 # Option "Rotate" "CCW"
51 # Option "Rotate" "CCW"
H A Dxorg.conf.640x480-us37 # Option "Rotate" "CCW"
51 # Option "Rotate" "CCW"
H A Dxorg.conf.800x600-jp38 # Option "Rotate" "CCW"
52 # Option "Rotate" "CCW"
H A Dxorg.conf.800x600-us38 # Option "Rotate" "CCW"
52 # Option "Rotate" "CCW"
/netbsd/external/mit/xorg/etc/etc.hpcarm/
H A Dxorg.conf.ws003sh38 Option "Rotate" "CCW"
52 Option "Rotate" "CCW"
H A Dxorg.conf.ws007sh38 Option "Rotate" "CCW"
52 Option "Rotate" "CCW"
H A Dxorg.conf.ws011sh38 Option "Rotate" "CCW"
52 Option "Rotate" "CCW"
H A Dxorg.conf.ws020sh38 Option "Rotate" "CCW"
52 Option "Rotate" "CCW"
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dtic30.h230 #define Rotate StackOp macro
550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None },
551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None },
552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic30.h230 #define Rotate StackOp macro
550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None },
551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None },
552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dtic30.h230 #define Rotate StackOp macro
550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None },
551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None },
552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic30.h230 #define Rotate StackOp macro
550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None },
551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None },
552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
/netbsd/sys/dev/usb/
H A DTODO31 Rotate the QHs for bulk transport to get fairer scheduling.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td176 // Rotate and reduce bytes
181 // Rotate and reduce bytes with accumulation
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbit291 /// Rotate `x` to the left by `s` bits.
297 /// Rotate `x` to the right by `s` bits.
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbit385 /// Rotate `x` to the left by `s` bits.
391 /// Rotate `x` to the right by `s` bits.
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_neon_incl.td155 // rotl - Rotate set left by a number of elements.
158 // rotl - Rotate set right by a number of elements.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td1 //===-- X86InstrShiftRotate.td - Shift and Rotate Instrs ---*- tablegen -*-===//
325 // Rotate instructions
489 // Rotate by 1
537 // Rotate by 1
587 // Rotate by 1
635 // Rotate by 1
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.cpu890 (dni rl_fr "Rotate fr left with carry"
902 (dni rlw_fr "Rotate fr left with carry into W"
914 (dni rr_fr "Rotate fr right with carry"
926 (dni rrw_fr "Rotate fr right with carry into W"
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.cpu890 (dni rl_fr "Rotate fr left with carry"
902 (dni rlw_fr "Rotate fr left with carry into W"
914 (dni rr_fr "Rotate fr right with carry"
926 (dni rrw_fr "Rotate fr right with carry into W"

1234567