Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dinsert-03.ll5 ; Check the lowest useful IILL value. (We use NILL rather than IILL
28 ; Check the highest useful IILL value. (We use OILL rather than IILL
Dinsert-04.ll5 ; Check the lowest useful IILL value. (We use NILL rather than IILL
28 ; Check the highest useful IILL value. (We use OILL rather than IILL
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp388 LOWER_LOW(IILL); in EmitInstruction()
DSystemZInstrInfo.cpp1101 expandRIPseudo(MI, SystemZ::IILL, SystemZ::IIHL, false); in expandPostRAPseudo()
DSystemZInstrInfo.td847 def IILL : BinaryRI<"iill", 0xA53, insertll, GR32, imm32ll16>;
/external/v8/src/s390/
Ddisasm-s390.cc625 case IILL: in DecodeFourByte()
Dconstants-s390.h458 IILL = 0xA53, // Insert Immediate (low low) enumerator
Dsimulator-s390.h654 EVALUATE(IILL);
Dassembler-s390.cc2651 ri_form(IILL, r1, opnd); in iill()
Dsimulator-s390.cc875 EvalTable[IILL] = &Simulator::Evaluate_IILL; in EvalTableInit()
2866 case IILL: { in DecodeFourByte()
7574 EVALUATE(IILL) { in EVALUATE() argument