Home
last modified time | relevance | path

Searched refs:NILF (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dand-02.ll5 ; 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.
Datomicrmw-and-03.ll42 ; Check the next value up, which must use NILF.
78 ; Check the highest useful NILF value, which is one less than the above.
Dand-04.ll122 ; 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).
Datomicrmw-nand-03.ll45 ; Check the next value up, which must use NILF.
85 ; Check the highest useful NILF value, which is one less than the above.
Datomicrmw-nand-04.ll107 ; Check the highest useful NILF value.
134 ; Check the lowest NILF value outside the range of RISBG.
Datomicrmw-and-04.ll101 ; Check the highest useful NILF value.
128 ; Check the lowest NILF value outside the range of RISBG.
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp129 LOWER_LOW(NILF); in EmitInstruction()
DSystemZOperands.td259 // while NILF requires unsigned ones.
DSystemZInstrInfo.cpp947 expandRIPseudo(MI, SystemZ::NILF, SystemZ::NIHF, false); in expandPostRAPseudo()
DSystemZInstrInfo.td839 // Expands to NILF or NIHF, depending on the choice of register.
842 def NILF : BinaryRIL<"nilf", 0xC0B, and, GR32, uimm32>;
DSystemZISelLowering.cpp3437 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/
Dopcodes.h315 #define NILF(r1,i2) RIL_RU(c0,r1,b,i2) macro