/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 56 [B0] MVC B0,ILC 86 [B0] MVC B0,ILC 112 [B0] MVC B0,ILC 137 [B0] MVC B0,ILC 162 [B0] MVC B0,ILC 194 ||[!A2] MVC B0,ILC 235 MVC B0,RILC 242 || MVC B1,ILC
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 68 return emitMemMemImm(DAG, DL, SystemZISD::MVC, Chain, Dst, Src, in EmitTargetCodeForMemcpy() 71 return emitMemMemReg(DAG, DL, SystemZISD::MVC, Chain, Dst, Src, Size); in EmitTargetCodeForMemcpy()
|
H A D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
H A D | SystemZPatterns.td | 114 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
|
H A D | SystemZISelLowering.h | 119 MVC, enumerator
|
H A D | SystemZInstrInfo.cpp | 353 if (MI.getOpcode() != SystemZ::MVC || !MI.getOperand(0).isFI() || in isStackSlotCopy() 1355 get(SystemZ::MVC)) in foldMemoryOperandImpl() 1366 get(SystemZ::MVC)) in foldMemoryOperandImpl()
|
H A D | SystemZScheduleZEC12.td | 171 def : InstRW<[WLat1, FXU, LSU3, GroupAlone], (instregex "MVC$")>; 1194 def : InstRW<[WLat30, MCD], (instregex "MVC(K|P|S)$")>; 1195 def : InstRW<[WLat30, MCD], (instregex "MVC(S|D)K$")>;
|
H A D | SystemZScheduleZ196.td | 166 def : InstRW<[WLat1, FXU, LSU3, GroupAlone], (instregex "MVC$")>; 1149 def : InstRW<[WLat30, MCD], (instregex "MVC(K|P|S)$")>; 1150 def : InstRW<[WLat30, MCD], (instregex "MVC(S|D)K$")>;
|
H A D | SystemZOperators.td | 435 def z_mvc : SDNode<"SystemZISD::MVC", SDT_ZMemMemLength, 722 // A store of a load that can be implemented using MVC.
|
H A D | SystemZScheduleZ13.td | 187 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>; 1469 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>; 1470 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
|
H A D | SystemZScheduleZ14.td | 188 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>; 1559 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>; 1560 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
|
H A D | SystemZScheduleZ15.td | 188 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>; 1606 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>; 1607 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
|
H A D | SystemZScheduleZ16.td | 188 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>; 1638 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>; 1639 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
|
H A D | SystemZISelLowering.cpp | 1008 bool MVC = Ty->isIntegerTy(8); in getLoadStoreAddrMode() local 1009 return AddressingMode(!MVC/*LongDispl*/, !MVC/*IdxReg*/); in getLoadStoreAddrMode() 6405 OPCODE(MVC); in getTargetNodeName() 9157 if (Opcode == SystemZ::MVC) in emitMemMemWrapper() 9228 if (Opcode != SystemZ::MVC) { in emitMemMemWrapper() 9609 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter() 9624 return emitMemMemWrapper(MI, MBB, SystemZ::MVC, true/*IsMemset*/); in EmitInstrWithCustomInserter()
|
H A D | SystemZInstrInfo.td | 544 defm MVC : MemorySS<"mvc", 0xD2, z_mvc>;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | windows | 494 # MVC or HCW 4.00 Windows 95
|
/freebsd/share/misc/ |
H A D | pci_vendors | 15023 0000 MVC IC-PCI 15024 0001 MVC IM-PCI Video frame grabber/processor
|