Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dbswap-07.ll7 ; Check STRVH with no displacement.
17 ; Check the high end of the aligned STRVH range.
41 ; Check the high end of the negative aligned STRVH range.
52 ; Check the low end of the STRVH range.
76 ; Check that STRVH allows an index.
89 ; Check that volatile stores do not use STRVH, which might access the
/external/v8/src/s390/
Ddisasm-s390.cc1307 case STRVH: in DecodeSixByte()
Dconstants-s390.h852 STRVH = 0xE33F, // Store Reversed (16) enumerator
Dsimulator-s390.h1062 EVALUATE(STRVH);
Dsimulator-s390.cc1283 EvalTable[STRVH] = &Simulator::Evaluate_STRVH; in EvalTableInit()
5129 case STRVH: { in DecodeSixByteArithmetic()
5148 } else if (op == STRVH) { in DecodeSixByteArithmetic()
11050 EVALUATE(STRVH) { in EVALUATE() argument
11051 DCHECK_OPCODE(STRVH); in EVALUATE()
Dassembler-s390.cc1453 RXY_FORM_EMIT(strvh, STRVH) in RX_FORM_EMIT()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td743 def STRVH : StoreRXY<"strvh", 0xE33F, z_strvh, GR32, 2>;