Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dor-05.ll61 ; Check the next byte up, which should use OIY instead of OI.
73 ; Check the high end of the OIY range.
99 ; Check the high end of the negative OIY range.
111 ; Check the low end of the OIY range.
152 ; Check that OIY does not allow an index
/external/valgrind/none/tests/s390x/
Dor.h143 asm volatile( OIY(i2,2,000,00) \
Dopcodes.h322 #define OIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,56) macro
/external/v8/src/s390/
Dsimulator-s390.h1161 EVALUATE(OIY);
Dconstants-s390.h976 V(oiy, OIY, 0xEB56) /* type = SIY OR (immediate) */ \
Dsimulator-s390.cc1387 EvalTable[OIY] = &Simulator::Evaluate_OIY; in EvalTableInit()
12096 EVALUATE(OIY) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1114 defm : RMWIByte<or, bdaddr20pair, OIY>;