/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 53 MV ARG2,B0 58 || [B0] MV ARG0,A2 59 || [B0] MV ARG3,A3 71 || MV.S A17,A23 77 MV A19,RET ; return value 83 MV ARG2,B0 97 || MV.S A17,A21 103 MV A19,RET ; return value 109 MV ARG2,B0 113 [B0] MV ARG0,B2 [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_004_pos.ksh | 72 log_must $MV $VDEV1 $DEVICE_DIR/newdir1 73 log_must $MV $VDEV2 $DEVICE_DIR/newdir2 79 log_must $MV $VDEV0 $DEVICE_DIR/newdir2 80 log_must $MV $DEVICE_DIR/newdir1/* $DEVICE_DIR/newdir2 85 log_must $MV $DEVICE_DIR/newdir2/$VDEV0F $VDEV0 86 log_must $MV $DEVICE_DIR/newdir2/$VDEV1F $VDEV1 87 log_must $MV $DEVICE_DIR/newdir2/$VDEV2F $VDEV2
|
H A D | zpool_import_005_pos.ksh | 79 log_must $MV $VDEV0 $DEVICE_DIR/vdev0-new 85 log_must $MV $VDEV1 $DEVICE_DIR/newdir1/vdev1-new 86 log_must $MV $VDEV2 $DEVICE_DIR/newdir2/vdev2-new 93 log_must $MV $DEVICE_DIR/vdev0-new $VDEV0 94 log_must $MV $DEVICE_DIR/newdir1/vdev1-new $VDEV1 95 log_must $MV $DEVICE_DIR/newdir2/vdev2-new $VDEV2
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_mv_001_pos.ksh | 79 log_must $MV ${obj[i]} $dst_file 83 log_must $MV ${obj[i]} $TESTDIR1 90 log_fail "$MV fails to keep the acl for file." 108 log_must $MV ${obj[i]} $dst_dir 114 log_must $MV ${obj[i]} $TESTDIR1 127 log_fail "$MV fails to recursively keep the acl for " \ 136 log_assert "Verify that '$MV' supports ZFS ACLs." 185 log_pass "'$MV' succeeds to support ZFS ACLs."
|
/freebsd/sys/tools/sound/ |
H A D | emu10k1-mkalsa.sh | 5 MV=${MV:=mv} 20 ${MV} -f $OUT.tmp $OUT
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 171 MutableValue *MV = this; in write() local 173 !CastInst::isBitOrNoopPointerCastable(Ty, MV->getType(), DL)) { in write() 174 if (isa<Constant *>(MV->Val) && !MV->makeMutable()) in write() 177 MutableAggregate *Agg = cast<MutableAggregate *>(MV->Val); in write() 184 MV = &Agg->Elements[Index->getZExtValue()]; in write() 187 Type *MVType = MV->getType(); in write() 188 MV->clear(); in write() 190 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write() 192 MV->Val = ConstantExpr::getPtrToInt(V, MVType); in write() 194 MV->Val = ConstantExpr::getBitCast(V, MVType); in write() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 33 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 35 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() 74 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 76 assert((Offset+MV.getConstant() == 0) && in getIndirectSymViaGOTPCRel()
|
H A D | AArch64TargetObjectFile.h | 30 const MCValue &MV, int64_t Offset, 57 const MCValue &MV, int64_t Offset,
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/ |
H A D | zfs_diff_001_pos.ksh | 56 log_must ${MV} ${TESTDIR}/dirs/rename ${TESTDIR}/dirs/rename.new 60 log_must ${MV} ${TESTDIR}/files/rename ${TESTDIR}/files/rename.new 62 log_must ${MV} ${TESTDIR}/files/srcdir/move ${TESTDIR}/files/dstdir/move
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs/ |
H A D | zfs_003_neg.ksh | 64 $MV $file ${file}.bak 69 $MV ${file}.bak $file
|
/freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | snapshot_017_pos.ksh | 177 log_must $MV file2 file99 179 log_must $MV file4 file99 181 log_must $MV file6 file99
|
H A D | snapshot_016_pos.ksh | 82 log_must $MV $TESTDIR/$SNAPROOT/$TESTSNAP $TESTDIR/$SNAPROOT/snap_a 92 log_must $MV $TESTDIR/$SNAPROOT/$TESTSNAP $TESTDIR/$SNAPROOT/snap_a
|
/freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
H A D | hotspare_remove_004_pos.ksh | 73 log_must $MV $dev $dev.bak 77 log_must $MV $dev.bak $dev
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 43 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 48 unsigned FinalOff = Offset+MV.getConstant()+4; in getIndirectSymViaGOTPCRel() 61 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, 63 int64_t FinalOffset = Offset + MV.getConstant();
|
H A D | X86TargetObjectFile.h | 34 const MCValue &MV, int64_t Offset, 58 const MCValue &MV, int64_t Offset,
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 156 ${MV} po/$$lang/$$base.po \ 158 ${MV} po/$$lang/$$base.new.po \ 168 ${MV} po/$$lang/$$base.po \ 170 ${MV} po/$$lang/$$base.new.po \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetObjectFile.cpp | 61 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 63 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
|
H A D | ARMTargetObjectFile.h | 31 const MCValue &MV, int64_t Offset,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 49 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 51 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
|
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
H A D | zfs_acl_mv_001_pos.ksh | 73 log_must usr_exec $MV $INI_DIR/* $TST_DIR
|
H A D | zfs_acl_compress_001_pos.ksh | 77 log_must usr_exec $MV $INI_DIR/* $TST_DIR
|
H A D | zfs_acl_pack_001_pos.ksh | 77 log_must usr_exec $MV $INI_DIR/* $TST_DIR
|
/freebsd/tests/sys/cddl/zfs/tests/zil/ |
H A D | zil_001_pos.ksh | 69 log_must $MV $TESTDIR/0 $TESTDIR/1
|
/freebsd/contrib/openpam/freebsd/ |
H A D | Makefile.in | 24 ${GMAKE} distdir && ${MV} ${PKGNAME} ${WRKDIR})
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | make-toolchain-version | 94 tmpfile=`mktemp ${TMPDIR:-/tmp}/MV.XXXXXXX`
|