Searched refs:XIY (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | xor-05.ll | 61 ; Check the next byte up, which should use XIY instead of XI. 73 ; Check the high end of the XIY range. 99 ; Check the high end of the negative XIY range. 111 ; Check the low end of the XIY range. 152 ; Check that XIY does not allow an index
|
/external/valgrind/none/tests/s390x/ |
D | xor.h | 143 asm volatile( XIY(i2,2,000,00) \
|
D | opcodes.h | 374 #define XIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,57) macro
|
/external/v8/src/s390/ |
D | constants-s390.h | 912 XIY = 0xEB57, // Exclusive Or (immediate) enumerator
|
D | simulator-s390.h | 1152 EVALUATE(XIY);
|
D | simulator-s390.cc | 1373 EvalTable[XIY] = &Simulator::Evaluate_XIY; in EvalTableInit() 11883 EVALUATE(XIY) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1154 defm : RMWIByte<xor, bdaddr20pair, XIY>;
|