Searched refs:MVCIN (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 43 MVCIN, MVCLE and CLCLE may be worthwhile too.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 43 MVCIN, MVCLE and CLCLE may be worthwhile too.
|
D | SystemZScheduleZ196.td | 260 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
|
D | SystemZScheduleZEC12.td | 271 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
|
D | SystemZScheduleZ13.td | 293 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
|
D | SystemZScheduleZ14.td | 294 def : InstRW<[WLat30, MCD], (instregex "MVCIN$")>;
|
D | SystemZInstrInfo.td | 772 def MVCIN : SideEffectBinarySSa<"mvcin", 0xE8>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 579 EVALUATE(MVCIN);
|
D | constants-s390.h | 967 V(mvcin, MVCIN, 0xE8) /* type = SS_A MOVE INVERSE */ \
|
D | simulator-s390.cc | 870 EvalTable[MVCIN] = &Simulator::Evaluate_MVCIN; in EvalTableInit() 4305 EVALUATE(MVCIN) { in EVALUATE() argument
|