Searched refs:OILH (Results 1 – 25 of 27) sorted by relevance
12
/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 | 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-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 | 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/swiftshader/third_party/llvm-7.0/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 | 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-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 | 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 396 LOWER_LOW(OILH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1436 expandRIPseudo(MI, SystemZ::OILH, SystemZ::OIHH, false); in expandPostRAPseudo()
|
D | SystemZScheduleZ196.td | 399 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OILH(64)?$")>;
|
D | SystemZScheduleZEC12.td | 410 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OILH(64)?$")>;
|
D | SystemZScheduleZ13.td | 433 def : InstRW<[WLat1, FXa, NormalGr], (instregex "OILH(64)?$")>;
|
D | SystemZISelLowering.cpp | 7131 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 0); in EmitInstrWithCustomInserter() 7137 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 32); in EmitInstrWithCustomInserter()
|
D | SystemZScheduleZ14.td | 434 def : InstRW<[WLat1, FXa, NormalGr], (instregex "OILH(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 605 EVALUATE(OILH);
|
D | constants-s390.h | 790 V(oilh, OILH, 0xA5A) /* type = RI_A OR IMMEDIATE (low high) */ \
|
D | simulator-s390.cc | 896 EvalTable[OILH] = &Simulator::Evaluate_OILH; in EvalTableInit() 4471 EVALUATE(OILH) { in EVALUATE() argument 4472 DCHECK_OPCODE(OILH); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 793 20977160U, // OILH 1799 // IIHH, IIHL, IILH, IILL, NIHH, NIHL, NILH, NILL, OIHH, OIHL, OILH, OILL
|
12