Searched refs:STCK (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 322 def STCK : StoreInherentS<"stck", 0xB205, null_frag, 8>;
|
D | SystemZScheduleZ196.td | 1180 def : InstRW<[WLat30, MCD], (instregex "STCK(F)?$")>;
|
D | SystemZScheduleZEC12.td | 1225 def : InstRW<[WLat9, FXU, LSU2, GroupAlone], (instregex "STCK(F)?$")>;
|
D | SystemZScheduleZ13.td | 1494 def : InstRW<[WLat15, LSU3, FXa2, FXb, GroupAlone], (instregex "STCK(F)?$")>;
|
D | SystemZScheduleZ14.td | 1583 def : InstRW<[WLat15, LSU3, FXa2, FXb, GroupAlone], (instregex "STCK(F)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 680 EVALUATE(STCK);
|
D | constants-s390.h | 1061 V(stck, STCK, 0xB205) /* type = S STORE CLOCK */ \
|
D | simulator-s390.cc | 971 EvalTable[STCK] = &Simulator::Evaluate_STCK; in EvalTableInit() 5099 EVALUATE(STCK) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1660 def STCK : InstS<0xB205, (outs), (ins bdaddr12only:$BD2),
|