Home
last modified time | relevance | path

Searched refs:TRAILZ (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp90 MATCH(trailcheck, a.TRAILZ())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp455 int trailz{frac.TRAILZ()}; in DumpHexadecimal()
Dfold-integer.cpp371 fptr = &Scalar<TI>::TRAILZ; in FoldIntrinsicFunction()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td827 // Count Trailing Zeros (TRAILZ)
828 def TRAILZ : InstSpecial<0b011, (outs GPR:$Rd), (ins GPR:$Rs1),
DLanaiInstrFormats.td539 // 0b011 TRAILZ Count number of trailing zeros;
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td821 // Count Trailing Zeros (TRAILZ)
822 def TRAILZ : InstSpecial<0b011, (outs GPR:$Rd), (ins GPR:$Rs1),
DLanaiInstrFormats.td538 // 0b011 TRAILZ Count number of trailing zeros;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td821 // Count Trailing Zeros (TRAILZ)
822 def TRAILZ : InstSpecial<0b011, (outs GPR:$Rd), (ins GPR:$Rs1),
DLanaiInstrFormats.td538 // 0b011 TRAILZ Count number of trailing zeros;
/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h418 constexpr int TRAILZ() const { in TRAILZ() function