Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dand-04.ll77 ; Check the lowest NIHH value outside the RISBG range (0x0002ffff_ffffffff).
86 ; Check the highest NIHH value outside the RISBG range (0xfffaffff_ffffffff).
Datomicrmw-nand-04.ll71 ; Check the lowest NIHH value outside the range of RISBG.
161 ; Check the highest NIHH value outside the range of RISBG.
Datomicrmw-and-04.ll65 ; Check the lowest NIHH value outside the range of RISBG.
155 ; Check the highest NIHH value outside the range of RISBG.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp410 LOWER_HIGH(NIHH); in EmitInstruction()
DSystemZInstrInfo.cpp1117 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1023 def NIHH : BinaryRI<"nihh", 0xA54, and, GRH32, imm32lh16c>;
/external/v8/src/s390/
Dconstants-s390.h692 NIHH = 0xA54, // And Immediate (high high) enumerator
Dsimulator-s390.h655 EVALUATE(NIHH);
Dsimulator-s390.cc876 EvalTable[NIHH] = &Simulator::Evaluate_NIHH; in EvalTableInit()
7580 EVALUATE(NIHH) { in EVALUATE() argument