Searched refs:MVC (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | memcpy-01.ll | 1 ; Test memcpy using MVC. 51 ; Test the upper range of a single MVC, i32 version. 61 ; Test the upper range of a single MVC, i64 version. 118 ; ...and again in cases where not all parts are in range of MVC.
|
D | memcpy-02.ll | 221 ; Make sure that we don't use MVC if the load is volatile. 243 ; Test that MVC is not used for aligned loads and stores if there is 244 ; no way of telling whether they alias. We don't want to use MVC in 278 ; Test that we can use MVC for global addresses for i8. 345 ; Test that we can use MVC for global addresses for fp128.
|
D | spill-01.ll | 1 ; Test spilling using MVC. The tests here assume z10 register pressure, 156 ; MVC for all 10. 244 ; Repeat f2 with atomic accesses. We shouldn't use MVC here. 387 ; The copy from %val9 to %newval8 can be done using an MVC, which then 461 ; This used to generate a no-op MVC. It is very sensitive to spill heuristics.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 57 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy() 141 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemset()
|
D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZISelLowering.h | 110 MVC, enumerator
|
D | SystemZInstrInfo.cpp | 256 if (MI.getOpcode() != SystemZ::MVC || !MI.getOperand(0).isFI() || in isStackSlotCopy() 979 get(SystemZ::MVC)) in foldMemoryOperandImpl() 990 get(SystemZ::MVC)) in foldMemoryOperandImpl()
|
D | SystemZPatterns.td | 115 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
|
D | SystemZOperators.td | 301 def z_mvc : SDNode<"SystemZISD::MVC", SDT_ZMemMemLength, 488 // A store of a load that can be implemented using MVC.
|
D | SystemZISelLowering.cpp | 4617 OPCODE(MVC); in getTargetNodeName() 5762 if (Opcode == SystemZ::MVC) in emitMemMemWrapper() 6213 return emitMemMemWrapper(MI, MBB, SystemZ::MVC); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 565 defm MVC : MemorySS<"mvc", 0xD2, z_mvc, z_mvc_loop>;
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 193 #define MVC(r, c) \ macro 207 #define ERR(r, c) (MVC(r, c) + DIST(r, c)) 213 if ((v = (MVC(r, c) + thismse)) < besterr) { \ 359 #undef MVC
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1322 case MVC: in DecodeSixByte()
|
D | constants-s390.h | 663 MVC = 0xD2, // Move (character) enumerator
|
D | simulator-s390.h | 622 EVALUATE(MVC);
|
D | simulator-s390.cc | 843 EvalTable[MVC] = &Simulator::Evaluate_MVC; in EvalTableInit() 4853 case MVC: { in DecodeSixByte() 7367 EVALUATE(MVC) { in EVALUATE() argument 7368 DCHECK_OPCODE(MVC); in EVALUATE()
|
D | assembler-s390.cc | 1852 ss_form(MVC, length - 1, opnd1.getBaseRegister(), opnd1.getDisplacement(), in mvc()
|
/external/clang/docs/ |
D | InternalsManual.rst | 192 without requiring it to use a specific presentation (consider this MVC for
|