Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dand-04.ll104 ; Check the lowest NIHL value outside the RISBG range (0xffff0002_ffffffff).
113 ; Check the highest NIHL value outside the RISBG range (0xfffffffa_ffffffff).
Datomicrmw-nand-04.ll143 ; Check the highest NIHL value outside the range of RISBG.
152 ; Check the lowest NIHL value outside the range of RISBG.
Datomicrmw-and-04.ll137 ; Check the highest NIHL value outside the range of RISBG.
146 ; Check the lowest NIHL value outside the range of RISBG.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp409 LOWER_HIGH(NIHL); in EmitInstruction()
DSystemZInstrInfo.cpp1113 expandRIPseudo(MI, SystemZ::NILL, SystemZ::NIHL, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1022 def NIHL : BinaryRI<"nihl", 0xA55, and, GRH32, imm32ll16c>;
/external/v8/src/s390/
Dconstants-s390.h693 NIHL = 0xA55, // And Immediate (high low) enumerator
Dsimulator-s390.h656 EVALUATE(NIHL);
Dsimulator-s390.cc877 EvalTable[NIHL] = &Simulator::Evaluate_NIHL; in EvalTableInit()
7586 EVALUATE(NIHL) { in EVALUATE() argument