Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dand-05.ll61 ; Check the next byte up, which should use NIY instead of NI.
73 ; Check the high end of the NIY range.
99 ; Check the high end of the negative NIY range.
111 ; Check the low end of the NIY range.
152 ; Check that NIY does not allow an index
/external/valgrind/none/tests/s390x/
Dand.h143 asm volatile( NIY(i2,2,000,00) \
Dopcodes.h316 #define NIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,54) macro
/external/v8/src/s390/
Dsimulator-s390.h1159 EVALUATE(NIY);
Dconstants-s390.h974 V(niy, NIY, 0xEB54) /* type = SIY AND (immediate) */ \
Dsimulator-s390.cc1385 EvalTable[NIY] = &Simulator::Evaluate_NIY; in EvalTableInit()
12077 EVALUATE(NIY) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1057 defm : RMWIByte<and, bdaddr20pair, NIY>;