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

/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Darm_init.S90 mov sp, r1 @ ; Move the stack to SDRAM
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_align.c77 [ELF_T_MOVE] = MALIGN(Move),
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Delf.h38 __sElfN(Move); variable
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile.asm4 # Do a 'make -f Makefile.asm all' and it will generate *.s. Move them
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptldr.S98 rep movsb # Move BTX
/freebsd-9.3-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp104 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
196 case 'm': ++NumOperations; Operation = Move ; break;
257 if (Operation != Move && Operation != ReplaceOrInsert)
352 case Move:
481 if (Operation == Move)
856 case Move:
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s79 crt_putchr.5: inb $0x60,%al # Move cursor
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME53 1. Move the base driver tar file to the directory of your choice. For
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A Ddebug.h737 extern void Dbg_move_entry1(Lm_list *, int, Move *, Sym_desc *);
738 extern void Dbg_move_entry2(Lm_list *, Move *, Word, const char *);
739 extern void Dbg_move_expand(Lm_list *, Move *, Addr);
/freebsd-9.3-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-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S129 std # Move with decrement
/freebsd-9.3-release/tools/tools/sysbuild/
H A Dsysbuild.sh489 log_it Move filesystems
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2468 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local
2471 Move =
2474 Chain = Move.getValue(1);
2477 Move =
2481 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5564 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
565 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps719 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
720 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.aix4821 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
822 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.hpux11727 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
728 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
H A DCaps.keys809 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
810 bit_image_carriage_return bicr str Yv - - ----- Move to beginning of same row
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec742 - Move the init script back.
749 - Move condrestart to server postun.
750 - Move key generation to init script.
770 - Move -clients subpackage to Applications/Internet group
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh2194 being initialized)? Move it to the front of the architecture
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp3745 // Move back to the initializer's location in the ideal list.
9817 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, local
9821 if (Move.isInvalid()) {
9829 Statements.push_back(Move.takeAs<Expr>());
9893 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, local
9897 if (Move.isInvalid()) {
9905 Statements.push_back(Move.takeAs<Stmt>());
10907 // Move on to the second parameter;

Completed in 239 milliseconds