Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-03.ll43 ; Check the next word up, which should use CLY instead of CL.
57 ; Check the high end of the aligned CLY range.
87 ; Check the high end of the negative aligned CLY range.
101 ; Check the low end of the CLY range.
147 ; Check that CLY allows an index.
/external/v8/src/s390/
Ddisasm-s390.cc1289 case CLY: in DecodeSixByte()
Dconstants-s390.h357 CLY = 0xE355, // Compare Logical (32) enumerator
Dsimulator-s390.h1067 EVALUATE(CLY);
Dsimulator-s390.cc1288 EvalTable[CLY] = &Simulator::Evaluate_CLY; in EvalTableInit()
5339 case CLY: { in DecodeSixByteArithmetic()
5358 } else if (op == CLY) { in DecodeSixByteArithmetic()
11093 EVALUATE(CLY) { in EVALUATE() argument
11094 DCHECK_OPCODE(CLY); in EVALUATE()
Dassembler-s390.cc1767 rxy_form(CLY, r, opnd.rx(), opnd.rb(), opnd.offset()); in cly()
/external/valgrind/none/tests/s390x/
Dopcodes.h212 #define CLY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,55) macro