Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-const-06.ll23 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-const-06.ll23 ; 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/
Dsimulator-s390.h1070 EVALUATE(MVGHI);
Dconstants-s390.h669 V(mvghi, MVGHI, 0xE548) /* type = SIL MOVE (64<-16) */ \
Dsimulator-s390.cc1358 EvalTable[MVGHI] = &Simulator::Evaluate_MVGHI; in EvalTableInit()
8583 EVALUATE(MVGHI) { in EVALUATE() argument
8584 DCHECK_OPCODE(MVGHI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc738 337903U, // MVGHI
1661 // CGHSI, CHHSI, CHSI, MVGHI, MVHHI, MVHI
DSystemZGenDisassemblerTables.inc1165 /* 1326 */ MCD_OPC_Decode, 205, 5, 116, // Opcode: MVGHI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td561 def MVGHI : StoreSIL<"mvghi", 0xE548, store, imm64sx16>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td470 def MVGHI : StoreSIL<"mvghi", 0xE548, store, imm64sx16>;