| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 936 if (Move.IsHvx != isHvx(Info)) in createLoadGroups() 1048 if (Move.IsLoad) { in moveTogether() 1051 Move.Clones = cloneBefore(Where, Move.Deps); in moveTogether() 1063 Move.Deps[i] = Move.Clones[Move.Deps[i]]; in moveTogether() 1068 assert(Move.Deps.empty()); in moveTogether() 1077 return Move.Main.size() + Move.Deps.size() > 1; in moveTogether() 1408 if (!Move.IsHvx) in realignGroup() 1434 std::set<Instruction *> TestSet(Move.Main.begin(), Move.Main.end()); in realignGroup() 1457 if (!Move.IsLoad) { in realignGroup() 1524 if (Move.IsLoad) in realignGroup() [all …]
|
| /freebsd-14.2/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 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 819 // Quad-register Permute Move [all …]
|
| H A D | ARMScheduleA9.td | 44 // Move instructions, unconditional 156 // Move instructions, conditional 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 1577 // Quad-register Permute Move [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 351 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; in ExpandMOVX_RR() local 379 MIB->setDesc(get(Move)); in ExpandMOVX_RR() 392 unsigned Move; in ExpandMOVSZX_RR() local 395 Move = M68k::MOV16rr; in ExpandMOVSZX_RR() 397 Move = M68k::MOV32rr; in ExpandMOVSZX_RR() 422 BuildMI(MBB, MIB.getInstr(), DL, get(Move), Dst).addReg(SSrc); in ExpandMOVSZX_RR()
|
| /freebsd-14.2/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 | 283 RightArrow ..................... ESC-l ... Move cursor right one character. 284 LeftArrow ...................... ESC-h ... Move cursor left one character. 285 ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word. 286 ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word. 287 HOME ........................... ESC-0 ... Move cursor to start of line. 288 END ............................ ESC-$ ... Move cursor to end of line.
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.txt | 120 // Move 'initializeFileAndStringTables' to the COFF Library. 130 // Move 'getSymbolKindName'/'formatRegisterId' to the CodeView Library. 158 // Move all the printing support to a common module.
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/elftoolchain/libelf/ |
| H A D | libelf_align.c | 69 [ELF_T_MOVE] = MALIGN(Move),
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 208 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator 339 Operation = Move; in parseCommandLine() 456 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() 630 case Move: in shouldCreateArchive() 876 if (Operation == Move) in computeInsertAction() 1121 case Move: in performOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleV.td | 368 // 11.16. Vector Integer Move Instructions 432 // 13.16. Vector Floating-Point Move Instruction 481 // 16.1. Integer Scalar Move Instructions 484 // 16.2. Floating-Point Scalar Move Instructions 498 // 16.6. Whole Vector Register Move 597 // 11.16. Vector Integer Move Instructions 658 // 13.16. Vector Floating-Point Move Instruction 706 // 16.1. Integer Scalar Move Instructions 710 // 16.2. Floating-Point Scalar Move Instructions 727 // 16.6. Whole Vector Register Move
|
| /freebsd-14.2/sys/cddl/compat/opensolaris/sys/ |
| H A D | elf.h | 36 __sElfN(Move);
|
| /freebsd-14.2/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 1986 Move to next field. 2010 Move left to field. 2013 Move right to field. 2016 Move up to field. 2019 Move down to field. 2056 Move to next line. 2062 Move to next word. 2077 Move to end of line. 2080 Move left in field. 2086 Move up in field. [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 657 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local 660 if (!constrainSelectedInstRegOperands(*Move, TII, TRI, RBI)) in select() 888 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local 893 if (!constrainSelectedInstRegOperands(*Move, TII, TRI, RBI)) in select()
|
| /freebsd-14.2/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
|