Home
last modified time | relevance | path

Searched refs:LLILL (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-01.ll23 ; Check the next value up, which must use LLILL instead.
31 ; Check the high end of the LLILL range.
Dint-const-02.ll23 ; Check the next value up, which must use LLILL instead.
31 ; Check the high end of the LLILL range.
Dasm-18.ll252 ; allocator. It doesn't really matter which comes first: LLILL/IIHF would
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp192 Changed |= shortenIIF(MI, SystemZ::LLILL, SystemZ::LLILH); in processBlock()
DSystemZInstrInfo.cpp1504 Opcode = SystemZ::LLILL; in loadImmediate()
DSystemZInstrInfo.td477 def LLILL : UnaryRI<"llill", 0xA5F, bitconvert, GR64, imm64ll16>;
DSystemZISelLowering.cpp5676 BuildMI(*MBB, MI, DL, TII->get(SystemZ::LLILL), Zero64) in emitExt128()
/external/v8/src/s390/
Dconstants-s390.h569 LLILL = 0xA5F, // Load Logical Immediate (low low) enumerator
Dsimulator-s390.h666 EVALUATE(LLILL);
Dsimulator-s390.cc887 EvalTable[LLILL] = &Simulator::Evaluate_LLILL; in EvalTableInit()
7665 EVALUATE(LLILL) { in EVALUATE() argument