Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 198) sorted by relevance

12345678

/freebsd-14.2/contrib/bmake/unit-tests/
H A Dhanoi-include.exp1 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 Dtextbox.txt7 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 Dset33 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 Dusage.hlp14 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 Dset33 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 Dset33 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 DHexagonVectorCombine.cpp936 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 DARMScheduleV6.td59 // 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 DARMScheduleA8.td66 // 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 DARMScheduleA9.td44 // 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 DM68kInstrInfo.cpp351 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 DREADME40 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 Dless.hlp283 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 DASTDiff.h33 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 DREADME.txt120 // 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 DChangeLog.md26 - 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 DSystemZInstrSystem.td227 // 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 Dlibelf_align.c69 [ELF_T_MOVE] = MALIGN(Move),
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp208 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 DRISCVScheduleV.td368 // 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 Delf.h36 __sElfN(Move);
/freebsd-14.2/contrib/ncurses/doc/
H A Dncurses-intro.doc1986 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 DX86InstrFMA.td333 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 DMipsInstructionSelector.cpp657 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 DNEWS24 Move the porting definitions for U?INT32_{MIN,MAX} into support.h.
89 snmpd: Move event library initialization before reading of

12345678