Searched refs:NIY (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | and-05.ll | 61 ; 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/ |
D | and.h | 143 asm volatile( NIY(i2,2,000,00) \
|
D | opcodes.h | 316 #define NIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,54) macro
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1159 EVALUATE(NIY);
|
D | constants-s390.h | 974 V(niy, NIY, 0xEB54) /* type = SIY AND (immediate) */ \
|
D | simulator-s390.cc | 1385 EvalTable[NIY] = &Simulator::Evaluate_NIY; in EvalTableInit() 12077 EVALUATE(NIY) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1057 defm : RMWIByte<and, bdaddr20pair, NIY>;
|