Searched refs:TRAILZ (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/flang/unittests/Evaluate/ |
D | integer.cpp | 90 MATCH(trailcheck, a.TRAILZ())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | real.cpp | 455 int trailz{frac.TRAILZ()}; in DumpHexadecimal()
|
D | fold-integer.cpp | 371 fptr = &Scalar<TI>::TRAILZ; in FoldIntrinsicFunction()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 827 // Count Trailing Zeros (TRAILZ) 828 def TRAILZ : InstSpecial<0b011, (outs GPR:$Rd), (ins GPR:$Rs1),
|
D | LanaiInstrFormats.td | 539 // 0b011 TRAILZ Count number of trailing zeros;
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 821 // Count Trailing Zeros (TRAILZ) 822 def TRAILZ : InstSpecial<0b011, (outs GPR:$Rd), (ins GPR:$Rs1),
|
D | LanaiInstrFormats.td | 538 // 0b011 TRAILZ Count number of trailing zeros;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 821 // Count Trailing Zeros (TRAILZ) 822 def TRAILZ : InstSpecial<0b011, (outs GPR:$Rd), (ins GPR:$Rs1),
|
D | LanaiInstrFormats.td | 538 // 0b011 TRAILZ Count number of trailing zeros;
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | integer.h | 418 constexpr int TRAILZ() const { in TRAILZ() function
|