Searched refs:OIHL (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 59 ; 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
|
D | atomicrmw-or-04.ll | 87 ; 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/ |
D | SystemZAsmPrinter.cpp | 412 LOWER_HIGH(OIHL); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1125 expandRIPseudo(MI, SystemZ::OILL, SystemZ::OIHL, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1080 def OIHL : BinaryRI<"oihl", 0xA59, or, GRH32, imm32ll16>;
|
/external/v8/src/s390/ |
D | constants-s390.h | 710 OIHL = 0xA59, // Or Immediate (high low) enumerator
|
D | simulator-s390.h | 660 EVALUATE(OIHL);
|
D | simulator-s390.cc | 881 EvalTable[OIHL] = &Simulator::Evaluate_OIHL; in EvalTableInit() 3574 case OIHL: { in DecodeFourByteArithmetic() 7620 EVALUATE(OIHL) { in EVALUATE() argument
|