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/
Dsimulator-s390.h667 EVALUATE(OIHL);
Dconstants-s390.h815 V(oihl, OIHL, 0xA59) /* type = RI_A OR IMMEDIATE (high low) */ \
Dsimulator-s390.cc893 EvalTable[OIHL] = &Simulator::Evaluate_OIHL; in EvalTableInit()
3594 case OIHL: { in DecodeFourByteArithmetic()
7730 EVALUATE(OIHL) { in EVALUATE() argument