Home
last modified time | relevance | path

Searched refs:CSY (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dcmpxchg-03.ll26 ; Check the next word up, which should use CSY instead of CS.
37 ; Check the high end of the aligned CSY range.
61 ; Check the high end of the negative aligned CSY range.
72 ; Check the low end of the CSY range.
109 ; Check that CSY does not allow an index.
Datomicrmw-xchg-03.ll28 ; Check the next word up, which requires CSY.
39 ; Check the high end of the aligned CSY range.
62 ; Check the high end of the negative aligned CSY range.
73 ; Check the low end of the CSY range.
Datomicrmw-minmax-03.ll77 ; Check the next word up, which requires CSY.
88 ; Check the high end of the aligned CSY range.
111 ; Check the high end of the negative aligned CSY range.
122 ; Check the low end of the CSY range.
/external/v8/src/s390/
Dconstants-s390.h363 CSY = 0xEB14, // Compare And Swap (32) enumerator
Dsimulator-s390.h1135 EVALUATE(CSY);
Dsimulator-s390.cc1356 EvalTable[CSY] = &Simulator::Evaluate_CSY; in EvalTableInit()
11734 EVALUATE(CSY) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h217 #define CSY(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,14) macro