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/swiftshader/third_party/llvm-7.0/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.
/external/v8/src/s390/
Dsimulator-s390.h1009 EVALUATE(STRVH);
Dconstants-s390.h869 V(strvh, STRVH, 0xE33F) /* type = RXY_A STORE REVERSED (16) */ \
Dsimulator-s390.cc1297 EvalTable[STRVH] = &Simulator::Evaluate_STRVH; in EvalTableInit()
8003 EVALUATE(STRVH) { in EVALUATE() argument
8004 DCHECK_OPCODE(STRVH); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td743 def STRVH : StoreRXY<"strvh", 0xE33F, z_strvh, GR32, 2>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td766 def STRVH : StoreRXY<"strvh", 0xE33F, z_strvh, GR32, 2>;