Searched refs:LLILH (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-01.ll | 39 ; Check the first useful LLILH value, which is the next one up. 55 ; Check the high end of the LLILH range.
|
D | int-const-02.ll | 39 ; 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.
|
D | frame-14.ll | 154 ; 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
|
D | frame-16.ll | 148 ; 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
|
D | frame-07.ll | 126 ; Don't require the accesses to share the same LLILH; that would be a
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 192 Changed |= shortenIIF(MI, SystemZ::LLILL, SystemZ::LLILH); in processBlock()
|
D | SystemZInstrInfo.cpp | 1506 Opcode = SystemZ::LLILH; in loadImmediate()
|
D | SystemZInstrInfo.td | 478 def LLILH : UnaryRI<"llilh", 0xA5E, bitconvert, GR64, imm64lh16>;
|
/external/v8/src/s390/ |
D | constants-s390.h | 568 LLILH = 0xA5E, // Load Logical Immediate (low high) enumerator
|
D | simulator-s390.h | 665 EVALUATE(LLILH);
|
D | simulator-s390.cc | 886 EvalTable[LLILH] = &Simulator::Evaluate_LLILH; in EvalTableInit() 7659 EVALUATE(LLILH) { in EVALUATE() argument
|