Searched refs:MVHI (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-05.ll | 23 ; 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.
|
D | frame-13.ll | 21 ; for word-addressing instructions like MVHI.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1376 case MVHI: in DecodeSixByte()
|
D | simulator-s390.h | 1133 EVALUATE(MVHI);
|
D | assembler-s390.cc | 1809 sil_form(MVHI, opnd1.getBaseRegister(), opnd1.getDisplacement(), i2); in mvhi()
|
D | constants-s390.h | 696 V(mvhi, MVHI, 0xE54C) /* type = SIL MOVE (32<-16) */ \
|
D | simulator-s390.cc | 1359 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/ |
D | opcodes.h | 310 #define MVHI(b1,d1,i2) SIL_RDI(e54c,b1,d1,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 560 def MVHI : StoreSIL<"mvhi", 0xE54C, store, imm32sx16>;
|