Searched refs:Move (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Darm_init.S90 mov sp, r1 @ ; Move the stack to SDRAM
/freebsd-11.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp116 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
217 case 'm': ++NumOperations; Operation = Move ; break;
287 if (Operation != Move && Operation != ReplaceOrInsert)
377 case Move:
482 if (Operation == Move)
638 case Move:
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Dlibelf_align.c69 [ELF_T_MOVE] = MALIGN(Move),
/freebsd-11.0-release/sys/cddl/compat/opensolaris/sys/
H A Delf.h38 __sElfN(Move); variable
/freebsd-11.0-release/share/mk/
H A Dtap.test.mk62 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
84 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
H A Datf.test.mk67 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
H A Dplain.test.mk55 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
/freebsd-11.0-release/sys/conf/
H A Dconfig.mk7 # in substantially similar ways through the tree. Move
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptldr.S115 rep movsb # Move BTX
/freebsd-11.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s79 crt_putchr.5: inb $0x60,%al # Move cursor
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s162 # Move to the next partition. If we walk off the end of the sector, load
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S129 std # Move with decrement
/freebsd-11.0-release/tools/tools/sysbuild/
H A Dsysbuild.sh559 log_it Move filesystems
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2647 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local
2650 Move =
2653 Chain = Move.getValue(1);
2656 Move =
2660 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());
/freebsd-11.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec740 - Move the init script back.
747 - Move condrestart to server postun.
748 - Move key generation to init script.
768 - Move -clients subpackage to Applications/Internet group
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh2194 being initialized)? Move it to the front of the architecture
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp4154 // Move back to the initializer's location in the ideal list.
10699 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, local
10703 if (Move.isInvalid()) {
10711 Statements.push_back(Move.getAs<Expr>());
10775 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, local
10779 if (Move.isInvalid()) {
10787 Statements.push_back(Move.getAs<Stmt>());
11857 // Move on to the second parameter;
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c6229 ** CAPI3REF: Move a BLOB Handle to a New Row
10966 #define OP_Seek 112 /* synopsis: Move P3 to P1.rowid */
17351 ** Move the date to the same time on the next occurrence of
17375 ** Move the date backwards to the beginning of the current day,
[all...]

Completed in 554 milliseconds