Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dhtm-intrinsics.ll274 ; NTSTG with base pointer only.
283 ; NTSTG with base and index.
295 ; NTSTG with the highest in-range displacement.
305 ; NTSTG with an out-of-range positive displacement.
315 ; NTSTG with the lowest in-range displacement.
325 ; NTSTG with an out-of-range negative displacement.
/external/llvm/test/CodeGen/SystemZ/
Dhtm-intrinsics.ll274 ; NTSTG with base pointer only.
283 ; NTSTG with base and index.
295 ; NTSTG with the highest in-range displacement.
305 ; NTSTG with an out-of-range positive displacement.
315 ; NTSTG with the lowest in-range displacement.
325 ; NTSTG with an out-of-range negative displacement.
/external/v8/src/s390/
Dsimulator-s390.h999 EVALUATE(NTSTG);
Dconstants-s390.h856 V(ntstg, NTSTG, 0xE325) /* type = RXY_A NONTRANSACTIONAL STORE (64) */ \
Dsimulator-s390.cc1287 EvalTable[NTSTG] = &Simulator::Evaluate_NTSTG; in EvalTableInit()
7933 EVALUATE(NTSTG) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZEC12.td693 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "NTSTG$")>;
DSystemZScheduleZ13.td719 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "NTSTG$")>;
DSystemZScheduleZ14.td738 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "NTSTG$")>;
DSystemZInstrInfo.td1986 def NTSTG : StoreRXY<"ntstg", 0xE325, int_s390_ntstg, GR64, 8>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1587 def NTSTG : StoreRXY<"ntstg", 0xE325, int_s390_ntstg, GR64, 8>;