Home
last modified time | relevance | path

Searched refs:MVCIN (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DREADME.txt43 MVCIN, MVCLE and CLCLE may be worthwhile too.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DREADME.txt43 MVCIN, MVCLE and CLCLE may be worthwhile too.
DSystemZScheduleZ196.td260 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
DSystemZScheduleZEC12.td271 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
DSystemZScheduleZ13.td293 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
DSystemZScheduleZ14.td294 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
DSystemZInstrInfo.td772 def MVCIN : SideEffectBinarySSa<"mvcin", 0xE8>;
/external/v8/src/s390/
Dsimulator-s390.h579 EVALUATE(MVCIN);
Dconstants-s390.h967 V(mvcin, MVCIN, 0xE8) /* type = SS_A MOVE INVERSE */ \
Dsimulator-s390.cc870 EvalTable[MVCIN] = &Simulator::Evaluate_MVCIN; in EvalTableInit()
4305 EVALUATE(MVCIN) { in EVALUATE() argument