Searched refs:NILH (Results 1 – 15 of 15) sorted by relevance
/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-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/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()
|
D | SystemZInstrInfo.td | 1021 def NILH : BinaryRI<"nilh", 0xA56, and, GR32, imm32lh16c>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 691 case NILH: in DecodeFourByte()
|
D | constants-s390.h | 695 NILH = 0xA56, // And Immediate (low high) enumerator
|
D | simulator-s390.h | 657 EVALUATE(NILH);
|
D | simulator-s390.cc | 878 EvalTable[NILH] = &Simulator::Evaluate_NILH; in EvalTableInit() 3593 case NILH: { in DecodeFourByteArithmetic() 3602 } else if (NILH == op) { in DecodeFourByteArithmetic() 7592 EVALUATE(NILH) { in EVALUATE() argument 7593 DCHECK_OPCODE(NILH); in EVALUATE()
|
D | assembler-s390.cc | 1444 RI1_FORM_EMIT(nilh, NILH) in RX_FORM_EMIT()
|