/freebsd/contrib/bmake/unit-tests/ |
H A D | hanoi-include.exp | 1 Move the upper disk from stack A to stack C. 2 Move the upper disk from stack A to stack B. 3 Move the upper disk from stack C to stack B. 4 Move the upper disk from stack A to stack C. 5 Move the upper disk from stack B to stack A. 6 Move the upper disk from stack B to stack C. 7 Move the upper disk from stack A to stack C. 8 Move the upper disk from stack A to stack B. 9 Move the upper disk from stack C to stack B. 10 Move the upper disk from stack C to stack A. [all …]
|
/freebsd/contrib/dialog/samples/ |
H A D | textbox.txt | 7 PGDN/SPACE - Move down one page 8 PGUP/'b' - Move up one page 9 ENTER/DOWN/'j' - Move down one line 10 UP/'k' - Move up one line 13 '0' - Move to beginning of line 14 HOME/'g' - Move to beginning of file 15 END/'G' - Move to end of file
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 3 1 Move back a character 7 5 Move to beginning of current word 8 6 Move to beginning of line 27 25 Move to next history line 30 28 Move cursor to end of line 36 34 Move forward one character 37 35 Move forward to end of current word 81 79 Move to previous history line
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 14 UP ARROW Move to previous item (or up, in a text display box). 15 DOWN ARROW Move to next item (or down, in a text display box). 16 TAB Move to next item or group. 17 RIGHT ARROW Move to next item or group (same as TAB). 18 SHIFT-TAB Move to previous item or group. 19 LEFT ARROW Move to previous item or group (same as SHIFT-TAB).
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 3 1 Move back a character 7 5 Move to beginning of current word 8 6 Move to beginning of line 27 25 Move to next history line 30 28 Move cursor to end of line 36 34 Move forward one character 37 35 Move forward to end of current word 81 79 Move to previous history line
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 3 1 Move back a character 7 5 Move to beginning of current word 8 6 Move to beginning of line 27 25 Move to next history line 30 28 Move cursor to end of line 36 34 Move forward one character 37 35 Move forward to end of current word 81 79 Move to previous history line
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 346 bool moveTogether(MoveGroup &Move) const; 353 bool realignGroup(const MoveGroup &Move) const; 931 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups() argument 932 assert(!Move.Main.empty() && "Move group should have non-empty Main"); in createLoadGroups() 933 if (Move.Main.size() >= SizeLimit) in createLoadGroups() 936 if (Move.IsHvx != isHvx(Info)) in createLoadGroups() 939 Instruction *Base = Move.Main.front(); in createLoadGroups() 954 Move.Main.push_back(Info.Inst); in createLoadGroups() 955 llvm::append_range(Move.Deps, Deps); in createLoadGroups() 986 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleV6.td | 59 // Move instructions, unconditional 73 // Move instructions, conditional 194 // FP Special Register to Integer Register File Move 263 // Integer to Single-precision Move 266 // Integer to Double-precision Move 269 // Single-precision to Integer Move 272 // Double-precision to Integer Move
|
H A D | ARMScheduleA8.td | 66 // Move instructions, unconditional 80 // Move instructions, conditional 252 // FP Special Register to Integer Register File Move 359 // Integer to Single-precision Move 364 // Integer to Double-precision Move 369 // Single-precision to Integer Move 374 // Double-precision to Integer Move 807 // Move 811 // Move Immediate 815 // Double-register Permute Move [all …]
|
H A D | ARMScheduleA9.td | 44 // Move instructions, unconditional 156 // Move instructions, conditional 456 // FP Special Register to Integer Register File Move 664 // Integer to Single-precision Move 673 // Integer to Double-precision Move 682 // Single-precision to Integer Move 690 // Double-precision to Integer Move 1551 // Move 1559 // Move Immediate 1568 // Double-register Permute Move [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 385 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; in ExpandMOVX_RR() local 413 MIB->setDesc(get(Move)); in ExpandMOVX_RR() 426 unsigned Move; in ExpandMOVSZX_RR() local 429 Move = M68k::MOV16rr; in ExpandMOVSZX_RR() 431 Move = M68k::MOV32rr; in ExpandMOVSZX_RR() 456 BuildMI(MBB, MIB.getInstr(), DL, get(Move), Dst).addReg(SSrc); in ExpandMOVSZX_RR()
|
/freebsd/contrib/less/ |
H A D | README | 40 1. Move the distributed source to its own directory and unpack it, 124 1. Move the distributed source to its own directory. 163 1. Move the distributed source to its own directory. 191 1. Move the distributed source to its own directory. 224 1. Move the distributed source to its own directory.
|
H A D | less.hlp | 299 RightArrow ..................... ESC-l ... Move cursor right one character. 300 LeftArrow ...................... ESC-h ... Move cursor left one character. 301 ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word. 302 ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word. 303 HOME ........................... ESC-0 ... Move cursor to start of line. 304 END ............................ ESC-$ ... Move cursor to end of line.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 91 ### Move ``initializeFileAndStringTables`` to the CodeView Library. 99 ### Move ``getSymbolKindName`` and ``formatRegisterId`` to the CodeView Library. 123 ### Move all the printing support to a common module.
|
/freebsd/contrib/libucl/ |
H A D | ChangeLog.md | 26 - Move to klib library from uthash to reduce memory overhead and increase performance 91 - Move to mum_hash from xxhash
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 227 // Move with key. 231 // Move to primary / secondary. 237 // Move with source / destination key. 243 // Move with optional specifications. 247 // Move page.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 209 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator 340 Operation = Move; in parseCommandLine() 457 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() 631 case Move: in shouldCreateArchive() 877 if (Operation == Move) in computeInsertAction() 1132 case Move: in performOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVScheduleV.td | 397 // 11.16. Vector Integer Move Instructions 461 // 13.16. Vector Floating-Point Move Instruction 510 // 16.1. Integer Scalar Move Instructions 513 // 16.2. Floating-Point Scalar Move Instructions 529 // 16.6. Whole Vector Register Move 628 // 11.16. Vector Integer Move Instructions 689 // 13.16. Vector Floating-Point Move Instruction 737 // 16.1. Integer Scalar Move Instructions 741 // 16.2. Floating-Point Scalar Move Instructions 760 // 16.6. Whole Vector Register Move
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_align.c | 69 [ELF_T_MOVE] = MALIGN(Move),
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | elf.h | 36 __sElfN(Move);
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 1966 Move to the next form page. 1969 Move to the previous form page. 1972 Move to the first form page. 1975 Move to the last form page. 1986 Move to next field. 1989 Move to previous field. 1992 Move to the first field. 1995 Move to the last field. 1998 Move to sorted next field. 2001 Move to sorted previous field. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFMA.td | 333 SDNode Move, ValueType VT, ValueType EltVT, 336 def : Pat<(VT (Move (VT VR128:$src1), (VT (scalar_to_vector 344 def : Pat<(VT (Move (VT VR128:$src1), (VT (scalar_to_vector 351 def : Pat<(VT (Move (VT VR128:$src1), (VT (scalar_to_vector 359 def : Pat<(VT (Move (VT VR128:$src1), (VT (scalar_to_vector 366 def : Pat<(VT (Move (VT VR128:$src1), (VT (scalar_to_vector
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 652 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local 655 if (!constrainSelectedInstRegOperands(*Move, TII, TRI, RBI)) in select() 883 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local 888 if (!constrainSelectedInstRegOperands(*Move, TII, TRI, RBI)) in select()
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 24 Move the porting definitions for U?INT32_{MIN,MAX} into support.h. 89 snmpd: Move event library initialization before reading of
|