Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/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/
Dsimulator-s390.h700 EVALUATE(MVST);
Dconstants-s390.h1232 V(mvst, MVST, 0xB255) /* type = RRE MOVE STRING */ \
Dsimulator-s390.cc991 EvalTable[MVST] = &Simulator::Evaluate_MVST; in EvalTableInit()
5231 EVALUATE(MVST) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td192 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
DSystemZScheduleZEC12.td200 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
DSystemZScheduleZ13.td216 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
DSystemZScheduleZ14.td217 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
DSystemZInstrInfo.td483 defm MVST : StringRRE<"mvst", 0xB255, z_stpcpy>;
DSystemZISelLowering.cpp7257 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc743 4202161U, // MVST
DSystemZGenDisassemblerTables.inc282 /* 741 */ MCD_OPC_Decode, 210, 5, 31, // Opcode: MVST
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td569 defm MVST : StringRRE<"mvst", 0xB255, z_stpcpy>;
DSystemZISelLowering.cpp6229 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter()