Searched refs:bu40 (Results 1 – 2 of 2) sorted by relevance
709 static bu40710 ashiftrt (SIM_CPU *cpu, bu40 val, int cnt, int size) in ashiftrt()713 bu40 sgn = ~(((val & 0xFFFFFFFFFFull) >> (size - 1)) - 1); in ashiftrt()866 static bu40867 rot40 (bu40 val, int shift, bu32 *cc) in rot40()870 bu40 ret; in rot40()882 ret |= (bu40)*cc << (shift - 1); in rot40()1410 static bu401427 static bu401602 bu40 nosat_acc; in decode_macfunc()[all …]
30 typedef uint64_t bu40; typedef184 bu40 __a = (val); \