Home
last modified time | relevance | path

Searched refs:MVHI (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-05.ll23 ; Check the next value up, which can't use MVHI.
41 ; Check the low end of the MVHI range.
50 ; Check the next value down, which can't use MVHI.
59 ; Check the high end of the MVHI range.
91 ; Check that MVHI does not allow an index.
Dframe-13.ll21 ; for word-addressing instructions like MVHI.
/external/v8/src/s390/
Ddisasm-s390.cc1376 case MVHI: in DecodeSixByte()
Dsimulator-s390.h1133 EVALUATE(MVHI);
Dassembler-s390.cc1809 sil_form(MVHI, opnd1.getBaseRegister(), opnd1.getDisplacement(), i2); in mvhi()
Dconstants-s390.h696 V(mvhi, MVHI, 0xE54C) /* type = SIL MOVE (32<-16) */ \
Dsimulator-s390.cc1359 EvalTable[MVHI] = &Simulator::Evaluate_MVHI; in EvalTableInit()
4890 case MVHI: { in DecodeSixByte()
11812 EVALUATE(MVHI) { in EVALUATE() argument
11813 DCHECK_OPCODE(MVHI); in EVALUATE()
/external/valgrind/none/tests/s390x/
Dopcodes.h310 #define MVHI(b1,d1,i2) SIL_RDI(e54c,b1,d1,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td560 def MVHI : StoreSIL<"mvhi", 0xE54C, store, imm32sx16>;