Searched refs:OIY (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | or-05.ll | 61 ; 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/ |
D | or.h | 143 asm volatile( OIY(i2,2,000,00) \
|
D | opcodes.h | 322 #define OIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,56) macro
|
/external/v8/src/s390/ |
D | constants-s390.h | 714 OIY = 0xEB56, // Or (immediate) enumerator
|
D | simulator-s390.h | 1151 EVALUATE(OIY);
|
D | simulator-s390.cc | 1372 EvalTable[OIY] = &Simulator::Evaluate_OIY; in EvalTableInit() 11877 EVALUATE(OIY) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1114 defm : RMWIByte<or, bdaddr20pair, OIY>;
|