Home
last modified time | relevance | path

Searched refs:STRVG (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/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.
/external/v8/src/s390/
Dsimulator-s390.h1002 EVALUATE(STRVG);
Dconstants-s390.h860 V(strvg, STRVG, 0xE32F) /* type = RXY_A STORE REVERSED (64) */ \
Dsimulator-s390.cc1290 EvalTable[STRVG] = &Simulator::Evaluate_STRVG; in EvalTableInit()
7992 EVALUATE(STRVG) { in EVALUATE() argument
7993 DCHECK_OPCODE(STRVG); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc888 13636872U, // STRVG
DSystemZGenDisassemblerTables.inc1043 /* 818 */ MCD_OPC_Decode, 227, 6, 109, // Opcode: STRVG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td745 def STRVG : StoreRXY<"strvg", 0xE32F, z_strvg, GR64, 8>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td768 def STRVG : StoreRXY<"strvg", 0xE32F, z_strvg, GR64, 8>;