Searched refs:CLY (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-03.ll | 43 ; 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/ |
D | disasm-s390.cc | 1289 case CLY: in DecodeSixByte()
|
D | constants-s390.h | 357 CLY = 0xE355, // Compare Logical (32) enumerator
|
D | simulator-s390.h | 1067 EVALUATE(CLY);
|
D | simulator-s390.cc | 1288 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()
|
D | assembler-s390.cc | 1767 rxy_form(CLY, r, opnd.rx(), opnd.rb(), opnd.offset()); in cly()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 212 #define CLY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,55) macro
|