Searched refs:STCKE (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 324 def STCKE : StoreInherentS<"stcke", 0xB278, null_frag, 16>;
|
D | SystemZScheduleZ196.td | 1181 def : InstRW<[WLat30, MCD], (instregex "STCKE$")>;
|
D | SystemZScheduleZEC12.td | 1226 def : InstRW<[WLat20, LSU4, FXU2, GroupAlone], (instregex "STCKE$")>;
|
D | SystemZScheduleZ13.td | 1495 def : InstRW<[WLat20, LSU4, FXa2, FXb2, GroupAlone], (instregex "STCKE$")>;
|
D | SystemZScheduleZ14.td | 1584 def : InstRW<[WLat20, LSU4, FXa2, FXb2, GroupAlone], (instregex "STCKE$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 704 EVALUATE(STCKE);
|
D | constants-s390.h | 1090 V(stcke, STCKE, 0xB278) /* type = S STORE CLOCK EXTENDED */ \
|
D | simulator-s390.cc | 995 EvalTable[STCKE] = &Simulator::Evaluate_STCKE; in EvalTableInit() 5255 EVALUATE(STCKE) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1668 def STCKE : InstS<0xB278, (outs), (ins bdaddr12only:$BD2),
|