Searched refs:o8hex (Results 1 – 2 of 2) sorted by relevance
50 void o8hex(int u) {o4hex(u>>16); o4hex(u);} in o8hex() function51 void o16hex(ui64 u) {o8hex(u>>32); o8hex(u);} in o16hex()
82 bl o8hex @ r14