Home
last modified time | relevance | path

Searched refs:OILL (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dor-02.ll5 ; Check the lowest useful OILL value.
14 ; Check the high end of the OILL range.
Datomicrmw-or-03.ll19 ; Check the lowest useful OILL value.
33 ; Check the high end of the OILL range.
Dor-04.ll5 ; Check the lowest useful OILL value.
14 ; Check the high end of the OILL range.
78 ; Check the high end of the OILL range.
Datomicrmw-or-04.ll19 ; Check the lowest useful OILL value.
33 ; Check the high end of the OILL range.
Dinsert-03.ll28 ; Check the highest useful IILL value. (We use OILL rather than IILL
Dint-const-02.ll120 ; Check the high end of the OILL range.
197 ; Check the next value up, which must use OILL too.
Dinsert-04.ll28 ; Check the highest useful IILL value. (We use OILL rather than IILL
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp395 LOWER_LOW(OILL); in EmitInstruction()
DSystemZInstrInfo.cpp1125 expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1078 def OILL : BinaryRI<"oill", 0xA5B, or, GR32, imm32ll16>;
DSystemZISelLowering.cpp6107 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILL, 32); in EmitInstrWithCustomInserter()
/external/v8/src/s390/
Ddisasm-s390.cc631 case OILL: in DecodeFourByte()
Dsimulator-s390.h669 EVALUATE(OILL);
Dassembler-s390.cc1259 RI1_FORM_EMIT(oill, OILL) in SS1_FORM_EMIT()
Dconstants-s390.h817 V(oill, OILL, 0xA5B) /* type = RI_A OR IMMEDIATE (low low) */ \
Dsimulator-s390.cc895 EvalTable[OILL] = &Simulator::Evaluate_OILL; in EvalTableInit()
3593 case OILL: in DecodeFourByteArithmetic()
3599 if (OILL == op) { in DecodeFourByteArithmetic()
7747 EVALUATE(OILL) { in EVALUATE() argument
7748 DCHECK_OPCODE(OILL); in EVALUATE()