Home
last modified time | relevance | path

Searched refs:LRVH (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dbswap-06.ll7 ; Check LRVH with no displacement.
17 ; Check the high end of the aligned LRVH range.
41 ; Check the high end of the negative aligned LRVH range.
52 ; Check the low end of the LRVH range.
76 ; Check that LRVH allows an index.
89 ; Check that volatile accesses do not use LRVH, which might access the
/external/v8/src/s390/
Ddisasm-s390.cc1277 case LRVH: in DecodeSixByte()
Dsimulator-s390.h1058 EVALUATE(LRVH);
Dconstants-s390.h886 V(lrvh, LRVH, 0xE31F) /* type = RXY_A LOAD REVERSED (16) */ \
Dsimulator-s390.cc1284 EvalTable[LRVH] = &Simulator::Evaluate_LRVH; in EvalTableInit()
5147 case LRVH: in DecodeSixByteArithmetic()
5160 if (op == LRVH) { in DecodeSixByteArithmetic()
11150 EVALUATE(LRVH) { in EVALUATE() argument
11151 DCHECK_OPCODE(LRVH); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td738 def LRVH : UnaryRXY<"lrvh", 0xE31F, z_lrvh, GR32, 2>;