Home
last modified time | relevance | path

Searched refs:NILH (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-and-03.ll33 ; Check ANDs of the low end of the NILH range.
69 ; Check the largest useful NILH value, which is one less than the above.
Datomicrmw-nand-03.ll35 ; Check NANDs of the low end of the NILH range.
75 ; Check the largest useful NILH value, which is one less than the above.
Dand-04.ll131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff).
149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff).
Datomicrmw-nand-04.ll116 ; Check the highest NILH value outside the range of RISBG.
125 ; Check the lowest NILH value outside the range of RISBG.
Datomicrmw-and-04.ll110 ; Check the highest NILH value outside the range of RISBG.
119 ; Check the lowest NILH value outside the range of RISBG.
Dand-02.ll113 ; Check the lowest useful NILH value.
140 ; Check the next value up, which is the highest useful NILH value.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp393 LOWER_LOW(NILH); in EmitInstruction()
DSystemZInstrInfo.cpp1117 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false); in expandPostRAPseudo()
DSystemZISelLowering.cpp6076 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0); in EmitInstrWithCustomInserter()
6082 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32); in EmitInstrWithCustomInserter()
6145 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0, true); in EmitInstrWithCustomInserter()
6151 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32, true); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1021 def NILH : BinaryRI<"nilh", 0xA56, and, GR32, imm32lh16c>;
/external/v8/src/s390/
Ddisasm-s390.cc691 case NILH: in DecodeFourByte()
Dconstants-s390.h695 NILH = 0xA56, // And Immediate (low high) enumerator
Dsimulator-s390.h657 EVALUATE(NILH);
Dsimulator-s390.cc878 EvalTable[NILH] = &Simulator::Evaluate_NILH; in EvalTableInit()
3593 case NILH: { in DecodeFourByteArithmetic()
3602 } else if (NILH == op) { in DecodeFourByteArithmetic()
7592 EVALUATE(NILH) { in EVALUATE() argument
7593 DCHECK_OPCODE(NILH); in EVALUATE()
Dassembler-s390.cc1444 RI1_FORM_EMIT(nilh, NILH) in RX_FORM_EMIT()