Home
last modified time | relevance | path

Searched refs:CDSG (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcmpxchg-06.ll5 ; Check CDSG without a displacement.
21 ; Check the high end of the aligned CDSG range.
45 ; Check the high end of the negative aligned CDSG range.
56 ; Check the low end of the CDSG range.
80 ; Check that CDSG does not allow an index.
/external/v8/src/s390/
Dsimulator-s390.h1092 EVALUATE(CDSG);
Dconstants-s390.h172 V(cdsg, CDSG, 0xEB3E) /* type = RSY_A COMPARE DOUBLE AND SWAP (64) */ \
Dsimulator-s390.cc1379 EvalTable[CDSG] = &Simulator::Evaluate_CDSG; in EvalTableInit()
8851 EVALUATE(CDSG) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td566 (instregex "CDSG$")>;
DSystemZScheduleZEC12.td578 (instregex "CDSG$")>;
DSystemZScheduleZ13.td603 (instregex "CDSG$")>;
DSystemZScheduleZ14.td612 GroupAlone], (instregex "CDSG$")>;
DSystemZInstrInfo.td1747 def CDSG : CmpSwapRSY<"cdsg", 0xEB3E, z_atomic_cmp_swap_128, GR128>;