Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/asm/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp56 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy()
137 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemset()
DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
DSystemZInstrInfo.cpp335 if (MI.getOpcode() != SystemZ::MVC || !MI.getOperand(0).isFI() || in isStackSlotCopy()
1139 get(SystemZ::MVC)) in foldMemoryOperandImpl()
1150 get(SystemZ::MVC)) in foldMemoryOperandImpl()
DSystemZPatterns.td114 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
DSystemZISelLowering.h117 MVC, enumerator
DSystemZOperators.td412 def z_mvc : SDNode<"SystemZISD::MVC", SDT_ZMemMemLength,
610 // A store of a load that can be implemented using MVC.
DSystemZScheduleZ196.td166 def : InstRW<[WLat1, FXU, LSU3, GroupAlone], (instregex "MVC$")>;
1150 def : InstRW<[WLat30, MCD], (instregex "MVC(K|P|S)$")>;
1151 def : InstRW<[WLat30, MCD], (instregex "MVC(S|D)K$")>;
DSystemZScheduleZEC12.td171 def : InstRW<[WLat1, FXU, LSU3, GroupAlone], (instregex "MVC$")>;
1195 def : InstRW<[WLat30, MCD], (instregex "MVC(K|P|S)$")>;
1196 def : InstRW<[WLat30, MCD], (instregex "MVC(S|D)K$")>;
DSystemZScheduleZ13.td187 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$")>;
DSystemZScheduleZ15.td188 def : InstRW<[WLat1, FXb, LSU3, GroupAlone], (instregex "MVC$")>;
1607 def : InstRW<[WLat4LSU, FXa2, FXb, LSU5, GroupAlone2], (instregex "MVC(K|P|S)$")>;
1608 def : InstRW<[WLat1, FXa, LSU5, GroupAlone2], (instregex "MVC(S|D)K$")>;
DSystemZScheduleZ14.td188 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$")>;
DSystemZISelLowering.cpp862 bool MVC = Ty->isIntegerTy(8); in getLoadStoreAddrMode() local
863 return AddressingMode(!MVC/*LongDispl*/, !MVC/*IdxReg*/); in getLoadStoreAddrMode()
5330 OPCODE(MVC); in getTargetNodeName()
7520 if (Opcode == SystemZ::MVC) in emitMemMemWrapper()
7986 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td470 defm MVC : MemorySS<"mvc", 0xD2, z_mvc, z_mvc_loop>;
/third_party/gstreamer/gstplugins_bad/
DChangeLog76935 Also causing issues while parsing MVC streams which have two
76938 For MVC, proper fixes needed in many places:
100800 h264parse: add initial support for MVC NAL units.
100801 Initial support for MVC NAL units. It is only needed to propagate the
104821 codecparsers: h264: parse MVC syntax elements.
117534 codecparsers: h264: fix slice_header() parsing for MVC.
117537 on MVC non_idr_flag syntax element.
117566 coding extensions (MVC, Annex.H).
138987 Add all useful profiles from AVC, MVC and SVC specifications.
/third_party/eudev/hwdb/
D20-pci-vendor-model.hwdb39414 ID_MODEL_FROM_DATABASE=MVC IC-PCI
39417 ID_MODEL_FROM_DATABASE=MVC IM-PCI Video frame grabber/processor
/third_party/gstreamer/gstplugins_good/
DChangeLog93680 …add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-laun…
93682 * add notify back to filesrc, it's needed for MVC applications
/third_party/gstreamer/gstplugins_base/
DChangeLog76843 typefindfunctions: recognize SVC and MVC nal units in h264 streams