Home
last modified time | relevance | path

Searched refs:OILH (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dor-02.ll23 ; Check the lowest useful OILH range, which is the next value up.
41 ; Check the high end of the OILH range.
Datomicrmw-or-03.ll42 ; Check the lowest useful OILH value, which is the next value up.
60 ; Check the high end of the OILH range.
Dor-04.ll23 ; Check the lowest useful OILH value, which is the next value up.
41 ; Check the high end of the OILH range.
88 ; Check the next value up, which must use OILH
Datomicrmw-or-04.ll42 ; Check the lowest useful OILH value, which is the next value up.
60 ; Check the high end of the OILH range.
Dint-const-02.ll129 ; Check the next value up, which should use OILH instead.
147 ; Check the high end of the OILH range.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp396 LOWER_LOW(OILH); in EmitInstruction()
DSystemZInstrInfo.cpp1129 expandRIPseudo(MI, SystemZ::OILH, SystemZ::OIHH, false); in expandPostRAPseudo()
DSystemZISelLowering.cpp6103 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 0); in EmitInstrWithCustomInserter()
6109 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 32); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1079 def OILH : BinaryRI<"oilh", 0xA5A, or, GR32, imm32lh16>;
/external/v8/src/s390/
Dconstants-s390.h712 OILH = 0xA5A, // Or Immediate (low high) enumerator
Dsimulator-s390.h661 EVALUATE(OILH);
Dsimulator-s390.cc882 EvalTable[OILH] = &Simulator::Evaluate_OILH; in EvalTableInit()
3582 } else if (OILH == op) { in DecodeFourByteArithmetic()
7626 EVALUATE(OILH) { in EVALUATE() argument
7627 DCHECK_OPCODE(OILH); in EVALUATE()