Searched refs:MVST (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | strcpy-nobuiltin.ll | 1 ; Test that strcmp won't be converted to MVST if calls are
|
D | strcpy-01.ll | 1 ; Test strcpy using MVST.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | strcpy-nobuiltin.ll | 1 ; Test that strcmp won't be converted to MVST if calls are
|
D | strcpy-01.ll | 1 ; Test strcpy using MVST.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 700 EVALUATE(MVST);
|
D | constants-s390.h | 1232 V(mvst, MVST, 0xB255) /* type = RRE MOVE STRING */ \
|
D | simulator-s390.cc | 991 EvalTable[MVST] = &Simulator::Evaluate_MVST; in EvalTableInit() 5231 EVALUATE(MVST) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 192 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
|
D | SystemZScheduleZEC12.td | 200 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
|
D | SystemZScheduleZ13.td | 216 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
|
D | SystemZScheduleZ14.td | 217 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "MVST$")>;
|
D | SystemZInstrInfo.td | 483 defm MVST : StringRRE<"mvst", 0xB255, z_stpcpy>;
|
D | SystemZISelLowering.cpp | 7257 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 743 4202161U, // MVST
|
D | SystemZGenDisassemblerTables.inc | 282 /* 741 */ MCD_OPC_Decode, 210, 5, 31, // Opcode: MVST
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 569 defm MVST : StringRRE<"mvst", 0xB255, z_stpcpy>;
|
D | SystemZISelLowering.cpp | 6229 return emitStringWrapper(MI, MBB, SystemZ::MVST); in EmitInstrWithCustomInserter()
|