Searched refs:STRVH (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | bswap-07.ll | 7 ; 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/ |
D | bswap-07.ll | 7 ; 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/ |
D | simulator-s390.h | 1009 EVALUATE(STRVH);
|
D | constants-s390.h | 869 V(strvh, STRVH, 0xE33F) /* type = RXY_A STORE REVERSED (16) */ \
|
D | simulator-s390.cc | 1297 EvalTable[STRVH] = &Simulator::Evaluate_STRVH; in EvalTableInit() 8003 EVALUATE(STRVH) { in EVALUATE() argument 8004 DCHECK_OPCODE(STRVH); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 743 def STRVH : StoreRXY<"strvh", 0xE33F, z_strvh, GR32, 2>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 766 def STRVH : StoreRXY<"strvh", 0xE33F, z_strvh, GR32, 2>;
|