Home
last modified time | relevance | path

Searched refs:LRVH (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dbswap-06.ll7 ; 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/
Dbswap-06.ll7 ; 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/
Dsimulator-s390.h995 EVALUATE(LRVH);
Dconstants-s390.h852 V(lrvh, LRVH, 0xE31F) /* type = RXY_A LOAD REVERSED (16) */ \
Dsimulator-s390.cc1283 EvalTable[LRVH] = &Simulator::Evaluate_LRVH; in EvalTableInit()
7895 EVALUATE(LRVH) { in EVALUATE() argument
7896 DCHECK_OPCODE(LRVH); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td738 def LRVH : UnaryRXY<"lrvh", 0xE31F, z_lrvh, GR32, 2>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td761 def LRVH : UnaryRXY<"lrvh", 0xE31F, z_lrvh, GR32, 2>;