Searched refs:CSY (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | cmpxchg-03.ll | 26 ; 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.
|
D | atomicrmw-xchg-03.ll | 28 ; 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.
|
D | atomicrmw-minmax-03.ll | 77 ; 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/ |
D | constants-s390.h | 363 CSY = 0xEB14, // Compare And Swap (32) enumerator
|
D | simulator-s390.h | 1135 EVALUATE(CSY);
|
D | simulator-s390.cc | 1356 EvalTable[CSY] = &Simulator::Evaluate_CSY; in EvalTableInit() 11734 EVALUATE(CSY) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 217 #define CSY(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,14) macro
|