Searched refs:OILH (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | or-02.ll | 23 ; Check the lowest useful OILH range, which is the next value up. 41 ; Check the high end of the OILH range.
|
D | atomicrmw-or-03.ll | 42 ; Check the lowest useful OILH value, which is the next value up. 60 ; Check the high end of the OILH range.
|
D | or-04.ll | 23 ; 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
|
D | atomicrmw-or-04.ll | 42 ; Check the lowest useful OILH value, which is the next value up. 60 ; Check the high end of the OILH range.
|
D | int-const-02.ll | 129 ; Check the next value up, which should use OILH instead. 147 ; Check the high end of the OILH range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 396 LOWER_LOW(OILH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1129 expandRIPseudo(MI, SystemZ::OILH, SystemZ::OIHH, false); in expandPostRAPseudo()
|
D | SystemZISelLowering.cpp | 6103 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 0); in EmitInstrWithCustomInserter() 6109 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 32); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 1079 def OILH : BinaryRI<"oilh", 0xA5A, or, GR32, imm32lh16>;
|
/external/v8/src/s390/ |
D | constants-s390.h | 712 OILH = 0xA5A, // Or Immediate (low high) enumerator
|
D | simulator-s390.h | 661 EVALUATE(OILH);
|
D | simulator-s390.cc | 882 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()
|