Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
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()
293 int lshift{fraction.LEADZ()}; in Normalize()
Dint-power.h33 int nbits{INT::bits - absPower.LEADZ()};
Dfold-integer.cpp368 auto fptr{&Scalar<TI>::LEADZ}; in FoldIntrinsicFunction()
/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h390 constexpr int LEADZ() const { in LEADZ() function
874 int bitsDone{LEADZ()}; in MultiplyUnsigned()
983 int nbits{bits - pow.LEADZ()}; in MultiplyUnsigned()
Dreal.h188 int leadz{absN.LEADZ()};
/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp71 int lzbc{a.LEADZ()}; in exhaustiveTesting()
Dreal.cpp73 MATCH(0, minusZero.RawBits().LEADZ())(desc); in basicTests()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td823 // Count Leading Zeros (LEADZ)
824 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
DLanaiInstrFormats.td538 // 0b010 LEADZ Count number of leading zeros;
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td817 // Count Leading Zeros (LEADZ)
818 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
DLanaiInstrFormats.td537 // 0b010 LEADZ Count number of leading zeros;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td817 // Count Leading Zeros (LEADZ)
818 def LEADZ: InstSpecial<0b010, (outs GPR:$Rd), (ins GPR:$Rs1),
DLanaiInstrFormats.td537 // 0b010 LEADZ Count number of leading zeros;