Searched refs:MVHI (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/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 | clear-liverange-spillreg.mir | 284 MVHI %0, 332, 2 :: (store 4) 358 MVHI undef %105, 0, 0 :: (store 4)
|
D | frame-13.ll | 21 ; for word-addressing instructions like MVHI.
|
/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 | simulator-s390.h | 1071 EVALUATE(MVHI);
|
D | constants-s390.h | 670 V(mvhi, MVHI, 0xE54C) /* type = SIL MOVE (32<-16) */ \
|
D | simulator-s390.cc | 1359 EvalTable[MVHI] = &Simulator::Evaluate_MVHI; in EvalTableInit() 8593 EVALUATE(MVHI) { in EVALUATE() argument 8594 DCHECK_OPCODE(MVHI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 740 337927U, // MVHI 1661 // CGHSI, CHHSI, CHSI, MVGHI, MVHHI, MVHI
|
D | SystemZGenDisassemblerTables.inc | 1167 /* 1334 */ MCD_OPC_Decode, 207, 5, 116, // Opcode: MVHI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 560 def MVHI : StoreSIL<"mvhi", 0xE54C, store, imm32sx16>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 469 def MVHI : StoreSIL<"mvhi", 0xE54C, store, imm32sx16>;
|