Searched refs:IILL (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | insert-03.ll | 5 ; 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
|
D | insert-04.ll | 5 ; 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/ |
D | SystemZAsmPrinter.cpp | 388 LOWER_LOW(IILL); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1101 expandRIPseudo(MI, SystemZ::IILL, SystemZ::IIHL, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 847 def IILL : BinaryRI<"iill", 0xA53, insertll, GR32, imm32ll16>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 625 case IILL: in DecodeFourByte()
|
D | constants-s390.h | 458 IILL = 0xA53, // Insert Immediate (low low) enumerator
|
D | simulator-s390.h | 654 EVALUATE(IILL);
|
D | assembler-s390.cc | 2651 ri_form(IILL, r1, opnd); in iill()
|
D | simulator-s390.cc | 875 EvalTable[IILL] = &Simulator::Evaluate_IILL; in EvalTableInit() 2866 case IILL: { in DecodeFourByte() 7574 EVALUATE(IILL) { in EVALUATE() argument
|