Home
last modified time | relevance | path

Searched refs:LLIHH (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll173 ; Check the lowest useful LLIHH value, which is 1<<32 greater than the above.
189 ; Check the highest end of the LLIHH range.
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp196 Changed |= shortenIIF(MI, SystemZ::LLIHL, SystemZ::LLIHH); in processBlock()
DSystemZInstrInfo.td480 def LLIHH : UnaryRI<"llihh", 0xA5C, bitconvert, GR64, imm64hh16>;
/external/v8/src/s390/
Dconstants-s390.h565 LLIHH = 0xA5C, // Load Logical Immediate (high high) enumerator
Dsimulator-s390.h663 EVALUATE(LLIHH);
Dsimulator-s390.cc884 EvalTable[LLIHH] = &Simulator::Evaluate_LLIHH; in EvalTableInit()
7647 EVALUATE(LLIHH) { in EVALUATE() argument