Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dor-04.ll128 ; Check the lowest useful OIHH value.
156 ; Check the high end of the OIHH range.
Datomicrmw-or-04.ll115 ; Check the lowest useful OIHH value, which is 1<<32 greater than above.
133 ; Check the high end of the OIHH range.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp413 LOWER_HIGH(OIHH); in EmitInstruction()
DSystemZInstrInfo.cpp1129 expandRIPseudo(MI, SystemZ::OILH, SystemZ::OIHH, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1081 def OIHH : BinaryRI<"oihh", 0xA58, or, GRH32, imm32lh16>;
/external/v8/src/s390/
Dconstants-s390.h709 OIHH = 0xA58, // Or Immediate (high high) enumerator
Dsimulator-s390.h659 EVALUATE(OIHH);
Dsimulator-s390.cc880 EvalTable[OIHH] = &Simulator::Evaluate_OIHH; in EvalTableInit()
7614 EVALUATE(OIHH) { in EVALUATE() argument