Home
last modified time | relevance | path

Searched refs:MVST (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dstrcpy-nobuiltin.ll1 ; Test that strcmp won't be converted to MVST if calls are
Dstrcpy-01.ll1 ; Test strcpy using MVST.
/external/v8/src/s390/
Dconstants-s390.h677 MVST = 0xB255, // Move String enumerator
Dsimulator-s390.h754 EVALUATE(MVST);
Dsimulator-s390.cc975 EvalTable[MVST] = &Simulator::Evaluate_MVST; in EvalTableInit()
8363 EVALUATE(MVST) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td569 defm MVST : StringRRE<"mvst", 0xB255, z_stpcpy>;
DSystemZISelLowering.cpp6229 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter()