Searched refs:LRVH (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | bswap-06.ll | 7 ; Check LRVH with no displacement. 17 ; Check the high end of the aligned LRVH range. 41 ; Check the high end of the negative aligned LRVH range. 52 ; Check the low end of the LRVH range. 76 ; Check that LRVH allows an index. 89 ; Check that volatile accesses do not use LRVH, which might access the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | bswap-06.ll | 7 ; Check LRVH with no displacement. 17 ; Check the high end of the aligned LRVH range. 41 ; Check the high end of the negative aligned LRVH range. 52 ; Check the low end of the LRVH range. 76 ; Check that LRVH allows an index.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 995 EVALUATE(LRVH);
|
D | constants-s390.h | 852 V(lrvh, LRVH, 0xE31F) /* type = RXY_A LOAD REVERSED (16) */ \
|
D | simulator-s390.cc | 1283 EvalTable[LRVH] = &Simulator::Evaluate_LRVH; in EvalTableInit() 7895 EVALUATE(LRVH) { in EVALUATE() argument 7896 DCHECK_OPCODE(LRVH); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 738 def LRVH : UnaryRXY<"lrvh", 0xE31F, z_lrvh, GR32, 2>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 761 def LRVH : UnaryRXY<"lrvh", 0xE31F, z_lrvh, GR32, 2>;
|