Home
last modified time | relevance | path

Searched refs:MVC (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm57 [B0] MVC B0,ILC
87 [B0] MVC B0,ILC
113 [B0] MVC B0,ILC
138 [B0] MVC B0,ILC
163 [B0] MVC B0,ILC
195 ||[!A2] MVC B0,ILC
236 MVC B0,RILC
243 || MVC B1,ILC
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp57 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy()
138 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemset()
H A DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
H A DSystemZISelLowering.h117 MVC, enumerator
H A DSystemZInstrInfo.cpp362 if (MI.getOpcode() != SystemZ::MVC || !MI.getOperand(0).isFI() || in isStackSlotCopy()
1196 get(SystemZ::MVC)) in foldMemoryOperandImpl()
1207 get(SystemZ::MVC)) in foldMemoryOperandImpl()
H A DSystemZPatterns.td115 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
H A DSystemZOperators.td379 def z_mvc : SDNode<"SystemZISD::MVC", SDT_ZMemMemLength,
577 // A store of a load that can be implemented using MVC.
H A DSystemZScheduleZEC12.td172 def : InstRW<[WLat1, FXU, LSU3, GroupAlone], (instregex "MVC$")>;
1196 def : InstRW<[WLat30, MCD], (instregex "MVC(K|P|S)$")>;
1197 def : InstRW<[WLat30, MCD], (instregex "MVC(S|D)K$")>;
H A DSystemZScheduleZ196.td167 def : InstRW<[WLat1, FXU, LSU3, GroupAlone], (instregex "MVC$")>;
1151 def : InstRW<[WLat30, MCD], (instregex "MVC(K|P|S)$")>;
1152 def : InstRW<[WLat30, MCD], (instregex "MVC(S|D)K$")>;
H A DSystemZScheduleZ13.td188 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>;
1471 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>;
1472 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
H A DSystemZISelLowering.cpp630 bool MVC = Ty->isIntegerTy(8); in getLoadStoreAddrMode() local
631 return AddressingMode(!MVC/*LongDispl*/, !MVC/*IdxReg*/); in getLoadStoreAddrMode()
5013 OPCODE(MVC); in getTargetNodeName()
6934 if (Opcode == SystemZ::MVC) in emitMemMemWrapper()
7399 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
H A DSystemZScheduleZ14.td189 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>;
1561 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>;
1562 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
H A DSystemZInstrInfo.td474 defm MVC : MemorySS<"mvc", 0xD2, z_mvc, z_mvc_loop>;
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.md1717 ; Block move (MVC) patterns.
/freebsd-12.1/share/misc/
H A Dpci_vendors12930 0000 MVC IC-PCI
12931 0001 MVC IM-PCI Video frame grabber/processor
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200021699 (movdi): Put back STM and MVC in definition.