Searched refs:LEADZ (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/flang/lib/Evaluate/ |
D | real.cpp | 177 int leadz{product.upper.LEADZ()}; in Multiply() 179 leadz += product.lower.LEADZ(); in Multiply() 234 int topLshift{top.LEADZ()}; in Divide() 236 int divisorLshift{divisor.LEADZ()}; in Divide() 293 int lshift{fraction.LEADZ()}; in Normalize()
|
D | int-power.h | 33 int nbits{INT::bits - absPower.LEADZ()};
|
D | fold-integer.cpp | 368 auto fptr{&Scalar<TI>::LEADZ}; in FoldIntrinsicFunction()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | integer.h | 390 constexpr int LEADZ() const { in LEADZ() function 874 int bitsDone{LEADZ()}; in MultiplyUnsigned() 983 int nbits{bits - pow.LEADZ()}; in MultiplyUnsigned()
|
D | real.h | 188 int leadz{absN.LEADZ()};
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | integer.cpp | 71 int lzbc{a.LEADZ()}; in exhaustiveTesting()
|
D | real.cpp | 73 MATCH(0, minusZero.RawBits().LEADZ())(desc); in basicTests()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 823 // Count Leading Zeros (LEADZ) 824 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
|
D | LanaiInstrFormats.td | 538 // 0b010 LEADZ Count number of leading zeros;
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 817 // Count Leading Zeros (LEADZ) 818 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
|
D | LanaiInstrFormats.td | 537 // 0b010 LEADZ Count number of leading zeros;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 817 // Count Leading Zeros (LEADZ) 818 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
|
D | LanaiInstrFormats.td | 537 // 0b010 LEADZ Count number of leading zeros;
|