Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dbswap-05.ll7 ; Check STRVG with no displacement.
17 ; Check the high end of the aligned STRVG range.
41 ; Check the high end of the negative aligned STRVG range.
52 ; Check the low end of the STRVG range.
76 ; Check that STRVG allows an index.
89 ; Check that volatile stores do not use STRVG, which might access the
/external/v8/src/s390/
Ddisasm-s390.cc1313 case STRVG: in DecodeSixByte()
Dconstants-s390.h851 STRVG = 0xE32F, // Store Reversed (64) enumerator
Dsimulator-s390.h1055 EVALUATE(STRVG);
Dassembler-s390.cc1455 RXY_FORM_EMIT(strvg, STRVG) in RX_FORM_EMIT()
Dsimulator-s390.cc1276 EvalTable[STRVG] = &Simulator::Evaluate_STRVG; in EvalTableInit()
11039 EVALUATE(STRVG) { in EVALUATE() argument
11040 DCHECK_OPCODE(STRVG); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td745 def STRVG : StoreRXY<"strvg", 0xE32F, z_strvg, GR64, 8>;