/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-and-03.ll | 33 ; Check ANDs of the low end of the NILH range. 69 ; Check the largest useful NILH value, which is one less than the above.
|
D | atomicrmw-nand-03.ll | 35 ; Check NANDs of the low end of the NILH range. 75 ; Check the largest useful NILH value, which is one less than the above.
|
D | and-04.ll | 131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff). 149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff).
|
D | atomicrmw-nand-04.ll | 116 ; Check the highest NILH value outside the range of RISBG. 125 ; Check the lowest NILH value outside the range of RISBG.
|
D | atomicrmw-and-04.ll | 110 ; Check the highest NILH value outside the range of RISBG. 119 ; Check the lowest NILH value outside the range of RISBG.
|
D | and-02.ll | 113 ; Check the lowest useful NILH value. 140 ; Check the next value up, which is the highest useful NILH value.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-and-03.ll | 33 ; Check ANDs of the low end of the NILH range. 69 ; Check the largest useful NILH value, which is one less than the above.
|
D | atomicrmw-nand-03.ll | 35 ; Check NANDs of the low end of the NILH range. 75 ; Check the largest useful NILH value, which is one less than the above.
|
D | and-04.ll | 131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff). 149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff).
|
D | atomicrmw-and-04.ll | 110 ; Check the highest NILH value outside the range of RISBG. 119 ; Check the lowest NILH value outside the range of RISBG.
|
D | atomicrmw-nand-04.ll | 116 ; Check the highest NILH value outside the range of RISBG. 125 ; Check the lowest NILH value outside the range of RISBG.
|
D | and-02.ll | 113 ; Check the lowest useful NILH value. 140 ; Check the next value up, which is the highest useful NILH value.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 393 LOWER_LOW(NILH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1117 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false); in expandPostRAPseudo()
|
D | SystemZISelLowering.cpp | 6076 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0); in EmitInstrWithCustomInserter() 6082 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32); in EmitInstrWithCustomInserter() 6145 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0, true); in EmitInstrWithCustomInserter() 6151 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32, true); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 393 LOWER_LOW(NILH); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1424 expandRIPseudo(MI, SystemZ::NILH, SystemZ::NIHH, false); in expandPostRAPseudo()
|
D | SystemZISelLowering.cpp | 7104 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0); in EmitInstrWithCustomInserter() 7110 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32); in EmitInstrWithCustomInserter() 7173 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0, true); in EmitInstrWithCustomInserter() 7179 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32, true); in EmitInstrWithCustomInserter()
|
D | SystemZScheduleZ196.td | 381 def : InstRW<[WLat1, FXU, NormalGr], (instregex "NILH(64)?$")>;
|
D | SystemZScheduleZEC12.td | 392 def : InstRW<[WLat1, FXU, NormalGr], (instregex "NILH(64)?$")>;
|
D | SystemZScheduleZ13.td | 415 def : InstRW<[WLat1, FXa, NormalGr], (instregex "NILH(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 601 EVALUATE(NILH);
|
D | constants-s390.h | 786 V(nilh, NILH, 0xA56) /* type = RI_A AND IMMEDIATE (low high) */ \
|
D | simulator-s390.cc | 892 EvalTable[NILH] = &Simulator::Evaluate_NILH; in EvalTableInit() 4437 EVALUATE(NILH) { in EVALUATE() argument 4438 DCHECK_OPCODE(NILH); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 766 20977154U, // NILH 1799 // IIHH, IIHL, IILH, IILL, NIHH, NIHL, NILH, NILL, OIHH, OIHL, OILH, OILL
|