Searched refs:STRVG (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | bswap-05.ll | 7 ; 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/ |
D | bswap-05.ll | 7 ; 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/ |
D | simulator-s390.h | 1002 EVALUATE(STRVG);
|
D | constants-s390.h | 860 V(strvg, STRVG, 0xE32F) /* type = RXY_A STORE REVERSED (64) */ \
|
D | simulator-s390.cc | 1290 EvalTable[STRVG] = &Simulator::Evaluate_STRVG; in EvalTableInit() 7992 EVALUATE(STRVG) { in EVALUATE() argument 7993 DCHECK_OPCODE(STRVG); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 888 13636872U, // STRVG
|
D | SystemZGenDisassemblerTables.inc | 1043 /* 818 */ MCD_OPC_Decode, 227, 6, 109, // Opcode: STRVG
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 745 def STRVG : StoreRXY<"strvg", 0xE32F, z_strvg, GR64, 8>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 768 def STRVG : StoreRXY<"strvg", 0xE32F, z_strvg, GR64, 8>;
|