Searched refs:leadz (Results 1 – 3 of 3) sorted by relevance
135 size_t leadz = 0; in t_tob64() local149 leadz = 3 - (size % 3); in t_tob64()150 if (leadz != 3 in t_tob64()152 leadz)) { in t_tob64()167 if (leadz != 3) { in t_tob64()168 memmove(dst, dst + leadz, outl - leadz); in t_tob64()169 dst[outl - leadz] = '\0'; in t_tob64()
526 // Special instructions (popc, leadz, trailz)
819 "leadz\t$Rs1, $Rd", [(set GPR:$Rd, (ctlz GPR:$Rs1))]>;