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.cc628 case OILL: in DecodeFourByte()
Dconstants-s390.h713 OILL = 0xA5B, // Or Immediate (low low) enumerator
Dsimulator-s390.h662 EVALUATE(OILL);
Dsimulator-s390.cc883 EvalTable[OILL] = &Simulator::Evaluate_OILL; in EvalTableInit()
3573 case OILL: in DecodeFourByteArithmetic()
3579 if (OILL == op) { in DecodeFourByteArithmetic()
7637 EVALUATE(OILL) { in EVALUATE() argument
7638 DCHECK_OPCODE(OILL); in EVALUATE()
Dassembler-s390.cc1448 RI1_FORM_EMIT(oill, OILL) in RX_FORM_EMIT()