Home
last modified time | relevance | path

Searched refs:OIHL (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dor-04.ll59 ; Check the lowest useful OIHL value, which is the next value up.
108 ; Check the high end of the OIHL range.
117 ; Check a combination of the high end of the OIHL range and the high end
Datomicrmw-or-04.ll87 ; Check the lowest useful OIHL value, which is one greater than above.
106 ; Check the high end of the OIHL range.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp412 LOWER_HIGH(OIHL); in EmitInstruction()
DSystemZInstrInfo.cpp1125 expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1080 def OIHL : BinaryRI<"oihl", 0xA59, or, GRH32, imm32ll16>;
/external/v8/src/s390/
Dconstants-s390.h710 OIHL = 0xA59, // Or Immediate (high low) enumerator
Dsimulator-s390.h660 EVALUATE(OIHL);
Dsimulator-s390.cc881 EvalTable[OIHL] = &Simulator::Evaluate_OIHL; in EvalTableInit()
3574 case OIHL: { in DecodeFourByteArithmetic()
7620 EVALUATE(OIHL) { in EVALUATE() argument