Searched refs:MVGHI (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-06.ll | 23 ; Check the next value up, which can't use MVGHI. 41 ; Check the low end of the MVGHI range. 50 ; Check the next value down, which can't use MVGHI. 59 ; Check the high end of the MVGHI range. 92 ; Check that MVGHI does not allow an index.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1328 case MVGHI: in DecodeSixByte()
|
D | constants-s390.h | 670 MVGHI = 0xE548, // Move (64<-16) enumerator
|
D | simulator-s390.h | 1122 EVALUATE(MVGHI);
|
D | simulator-s390.cc | 1343 EvalTable[MVGHI] = &Simulator::Evaluate_MVGHI; in EvalTableInit() 4880 case MVGHI: { in DecodeSixByte() 11583 EVALUATE(MVGHI) { in EVALUATE() argument 11584 DCHECK_OPCODE(MVGHI); in EVALUATE()
|
D | assembler-s390.cc | 2605 sil_form(MVGHI, opnd1.getBaseRegister(), opnd1.getDisplacement(), i2); in mvghi()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 308 #define MVGHI(b1,d1,i2) SIL_RDI(e548,b1,d1,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 561 def MVGHI : StoreSIL<"mvghi", 0xE548, store, imm64sx16>;
|