Searched refs:LLILL (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-01.ll | 23 ; Check the next value up, which must use LLILL instead. 31 ; Check the high end of the LLILL range.
|
D | int-const-02.ll | 23 ; Check the next value up, which must use LLILL instead. 31 ; Check the high end of the LLILL range.
|
D | asm-18.ll | 252 ; allocator. It doesn't really matter which comes first: LLILL/IIHF would
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 192 Changed |= shortenIIF(MI, SystemZ::LLILL, SystemZ::LLILH); in processBlock()
|
D | SystemZInstrInfo.cpp | 1504 Opcode = SystemZ::LLILL; in loadImmediate()
|
D | SystemZInstrInfo.td | 477 def LLILL : UnaryRI<"llill", 0xA5F, bitconvert, GR64, imm64ll16>;
|
D | SystemZISelLowering.cpp | 5676 BuildMI(*MBB, MI, DL, TII->get(SystemZ::LLILL), Zero64) in emitExt128()
|
/external/v8/src/s390/ |
D | constants-s390.h | 569 LLILL = 0xA5F, // Load Logical Immediate (low low) enumerator
|
D | simulator-s390.h | 666 EVALUATE(LLILL);
|
D | simulator-s390.cc | 887 EvalTable[LLILL] = &Simulator::Evaluate_LLILL; in EvalTableInit() 7665 EVALUATE(LLILL) { in EVALUATE() argument
|