Searched refs:MVGHI (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/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 | simulator-s390.h | 1070 EVALUATE(MVGHI);
|
D | constants-s390.h | 669 V(mvghi, MVGHI, 0xE548) /* type = SIL MOVE (64<-16) */ \
|
D | simulator-s390.cc | 1358 EvalTable[MVGHI] = &Simulator::Evaluate_MVGHI; in EvalTableInit() 8583 EVALUATE(MVGHI) { in EVALUATE() argument 8584 DCHECK_OPCODE(MVGHI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 738 337903U, // MVGHI 1661 // CGHSI, CHHSI, CHSI, MVGHI, MVHHI, MVHI
|
D | SystemZGenDisassemblerTables.inc | 1165 /* 1326 */ MCD_OPC_Decode, 205, 5, 116, // Opcode: MVGHI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 561 def MVGHI : StoreSIL<"mvghi", 0xE548, store, imm64sx16>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 470 def MVGHI : StoreSIL<"mvghi", 0xE548, store, imm64sx16>;
|