Home
last modified time | relevance | path

Searched refs:LLILH (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-01.ll39 ; Check the first useful LLILH value, which is the next one up.
55 ; Check the high end of the LLILH range.
Dint-const-02.ll39 ; Check the first useful LLILH value, which is the next one up.
63 ; Check the next value up, which should use LLILH instead.
79 ; Check the high end of the LLILH range.
Dframe-14.ll154 ; LLILH while still using MVI in more cases than 0x40000 anchors would.
204 ; The LA then gets lowered into the LLILH/LA form. The exact sequence
Dframe-16.ll148 ; LLILH while still using STC in more cases than 0x40000 anchors would.
194 ; The LA then gets lowered into the LLILH/LA form. The exact sequence
Dframe-07.ll126 ; Don't require the accesses to share the same LLILH; that would be a
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp192 Changed |= shortenIIF(MI, SystemZ::LLILL, SystemZ::LLILH); in processBlock()
DSystemZInstrInfo.cpp1506 Opcode = SystemZ::LLILH; in loadImmediate()
DSystemZInstrInfo.td478 def LLILH : UnaryRI<"llilh", 0xA5E, bitconvert, GR64, imm64lh16>;
/external/v8/src/s390/
Dconstants-s390.h568 LLILH = 0xA5E, // Load Logical Immediate (low high) enumerator
Dsimulator-s390.h665 EVALUATE(LLILH);
Dsimulator-s390.cc886 EvalTable[LLILH] = &Simulator::Evaluate_LLILH; in EvalTableInit()
7659 EVALUATE(LLILH) { in EVALUATE() argument