Home
last modified time | relevance | path

Searched refs:HiTZ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp278 uint32_t HiTZ = llvm::countr_zero<uint32_t>(Hi_32(Imm)); in findContiguousZerosAtLeast() local
280 if ((HiTZ + LoLZ) >= Num) in findContiguousZerosAtLeast()
281 return (32 + HiTZ); in findContiguousZerosAtLeast()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1011 unsigned HiTZ = llvm::countr_zero<uint32_t>(Hi_32(Imm)); in findContiguousZerosAtLeast() local
1013 if ((HiTZ + LoLZ) >= Num) in findContiguousZerosAtLeast()
1014 return (32 + HiTZ); in findContiguousZerosAtLeast()