Searched refs:NILF (Results 1 – 25 of 35) sorted by relevance
12
/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 | 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-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 | 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 | rot-01.ll | 1 ; Test shortening of NILL to NILF when the result is used as a rotate amount.
|
D | atomicrmw-and-04.ll | 101 ; Check the highest useful NILF value. 128 ; Check the lowest NILF value outside the range of RISBG.
|
D | atomicrmw-nand-04.ll | 107 ; Check the highest useful NILF value. 134 ; Check the lowest NILF value outside the range of RISBG.
|
D | shift-11.ll | 1 ; Test shortening of NILL to NILF when the result is used as a shift amount.
|
/external/swiftshader/third_party/llvm-7.0/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 | 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-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 | 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 | rot-01.ll | 1 ; Test shortening of NILL to NILF when the result is used as a rotate amount.
|
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.
|
D | shift-11.ll | 1 ; Test shortening of NILL to NILF when the result is used as a shift amount.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 394 LOWER_LOW(NILF); in EmitInstruction()
|
D | SystemZInstrInfo.td | 1033 // Expands to NILF or NIHF, depending on the choice of register. 1036 def NILF : BinaryRIL<"nilf", 0xC0B, and, GR32, uimm32>; 1720 // register, so we can safely use NILL (16 fewer bits than NILF) to only AND the 1722 // Complexity is added so that we match this before we match NILF on the AND
|
D | SystemZOperands.td | 333 // while NILF requires unsigned ones.
|
D | SystemZInstrInfo.cpp | 1109 expandRIPseudo(MI, SystemZ::NILF, SystemZ::NIHF, false); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 394 LOWER_LOW(NILF); in EmitInstruction()
|
D | SystemZInstrInfo.td | 1120 // Expands to NILF or NIHF, depending on the choice of register. 1123 def NILF : BinaryRIL<"nilf", 0xC0B, and, GR32, uimm32>; 2160 // register, so we can safely use NILL (16 fewer bits than NILF) to only AND the 2162 // Complexity is added so that we match this before we match NILF on the AND
|
D | SystemZOperands.td | 364 // while NILF requires unsigned ones.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 636 EVALUATE(NILF);
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 764 5248055U, // NILF 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
12