Home
last modified time | relevance | path

Searched refs:LEADZ (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dint-power.h34 int nbits{INT::bits - absPower.LEADZ()};
H A Dreal.cpp177 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()
494 int lshift{fraction.LEADZ()}; in Normalize()
H A Dfold-integer.cpp779 auto fptr{&Scalar<TI>::LEADZ}; in FoldIntrinsicFunction()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h391 constexpr int LEADZ() const { in LEADZ() function
875 int bitsDone{LEADZ()}; in MultiplyUnsigned()
984 int nbits{bits - pow.LEADZ()}; in MultiplyUnsigned()
H A Dreal.h232 int leadz{absN.LEADZ()};
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dinteger.cpp71 int lzbc{a.LEADZ()}; in exhaustiveTesting()
H A Dreal.cpp73 MATCH(0, minusZero.RawBits().LEADZ())(desc); in basicTests()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td817 // Count Leading Zeros (LEADZ)
818 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
H A DLanaiInstrFormats.td537 // 0b010 LEADZ Count number of leading zeros;