Searched refs:NILF (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | and-02.ll | 5 ; ANDs with 1 can use NILF. 32 ; ANDs with 5 must use NILF. 50 ; Check the highest 16-bit constant that must be handled by NILF. 68 ; Check the next highest value, which can use NILF. 95 ; Check the next value up, which must again use NILF. 131 ; Check the highest useful NILF value.
|
D | atomicrmw-and-03.ll | 42 ; Check the next value up, which must use NILF. 78 ; Check the highest useful NILF value, which is one less than the above.
|
D | and-04.ll | 122 ; Check the lowest NILF value outside the RISBG range (0xffffffff_00000002). 140 ; Check the next value up, which must use NILF. 158 ; Check the maximum useful NILF value (0xffffffff_fffefffe).
|
D | atomicrmw-nand-03.ll | 45 ; Check the next value up, which must use NILF. 85 ; Check the highest useful NILF value, which is one less than the above.
|
D | atomicrmw-nand-04.ll | 107 ; Check the highest useful NILF value. 134 ; Check the lowest NILF value outside the range of RISBG.
|
D | atomicrmw-and-04.ll | 101 ; Check the highest useful NILF value. 128 ; Check the lowest NILF value outside the range of RISBG.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 129 LOWER_LOW(NILF); in EmitInstruction()
|
D | SystemZOperands.td | 259 // while NILF requires unsigned ones.
|
D | SystemZInstrInfo.cpp | 947 expandRIPseudo(MI, SystemZ::NILF, SystemZ::NIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 839 // Expands to NILF or NIHF, depending on the choice of register. 842 def NILF : BinaryRIL<"nilf", 0xC0B, and, GR32, uimm32>;
|
D | SystemZISelLowering.cpp | 3437 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF, 32); in EmitInstrWithCustomInserter() 3506 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF, 32, true); in EmitInstrWithCustomInserter()
|
/external/valgrind/main/none/tests/s390x/ |
D | opcodes.h | 315 #define NILF(r1,i2) RIL_RU(c0,r1,b,i2) macro
|