Home
last modified time | relevance | path

Searched refs:MVCLE (Results 1 – 6 of 6) 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.
DSystemZInstrInfo.td477 def MVCLE : SideEffectTernaryMemMemRS<"mvcle", 0xA8, GR128, GR128>;
/external/v8/src/s390/
Dsimulator-s390.h556 EVALUATE(MVCLE);
Dconstants-s390.h1042 V(mvcle, MVCLE, 0xA8) /* type = RS_A MOVE LONG EXTENDED */ \
Dsimulator-s390.cc847 EvalTable[MVCLE] = &Simulator::Evaluate_MVCLE; in EvalTableInit()
4152 EVALUATE(MVCLE) { in EVALUATE() argument