Home
last modified time | relevance | path

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

/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/
Dconstants-s390.h700 NTSTG = 0xE325, // Nontransactional Store Rxy Tx ¤9 A Sp St B2 enumerator
Dsimulator-s390.h1052 EVALUATE(NTSTG);
Dsimulator-s390.cc1273 EvalTable[NTSTG] = &Simulator::Evaluate_NTSTG; in EvalTableInit()
10980 EVALUATE(NTSTG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1587 def NTSTG : StoreRXY<"ntstg", 0xE325, int_s390_ntstg, GR64, 8>;