Searched refs:CUSE (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 47 We don't use CUSE or the TRANSLATE family of instructions for string
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 47 We don't use CUSE or the TRANSLATE family of instructions for string
|
D | SystemZScheduleZ196.td | 675 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
|
D | SystemZScheduleZEC12.td | 713 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
|
D | SystemZScheduleZ13.td | 739 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
|
D | SystemZScheduleZ14.td | 758 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "CUSE$")>;
|
D | SystemZInstrInfo.td | 2029 def CUSE : SideEffectBinaryMemMemRRE<"cuse", 0xB257, GR128, GR128>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 701 EVALUATE(CUSE);
|
D | constants-s390.h | 1233 V(cuse, CUSE, 0xB257) /* type = RRE COMPARE UNTIL SUBSTRING EQUAL */ \
|
D | simulator-s390.cc | 992 EvalTable[CUSE] = &Simulator::Evaluate_CUSE; in EvalTableInit() 5237 EVALUATE(CUSE) { in EVALUATE() argument
|