Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DREADME.txt47 We don't use CUSE or the TRANSLATE family of instructions for string
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DREADME.txt47 We don't use CUSE or the TRANSLATE family of instructions for string
DSystemZScheduleZ196.td675 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
DSystemZScheduleZEC12.td713 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
DSystemZScheduleZ13.td739 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
DSystemZScheduleZ14.td758 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
DSystemZInstrInfo.td2029 def CUSE : SideEffectBinaryMemMemRRE<"cuse", 0xB257, GR128, GR128>;
/external/v8/src/s390/
Dsimulator-s390.h701 EVALUATE(CUSE);
Dconstants-s390.h1233 V(cuse, CUSE, 0xB257) /* type = RRE COMPARE UNTIL SUBSTRING EQUAL */ \
Dsimulator-s390.cc992 EvalTable[CUSE] = &Simulator::Evaluate_CUSE; in EvalTableInit()
5237 EVALUATE(CUSE) { in EVALUATE() argument