Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dxor-05.ll61 ; 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/
Dxor.h143 asm volatile( XIY(i2,2,000,00) \
Dopcodes.h374 #define XIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,57) macro
/external/v8/src/s390/
Dconstants-s390.h912 XIY = 0xEB57, // Exclusive Or (immediate) enumerator
Dsimulator-s390.h1152 EVALUATE(XIY);
Dsimulator-s390.cc1373 EvalTable[XIY] = &Simulator::Evaluate_XIY; in EvalTableInit()
11883 EVALUATE(XIY) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1154 defm : RMWIByte<xor, bdaddr20pair, XIY>;