Searched refs:num_fast_halfwords (Results 1 – 1 of 1) sorted by relevance
475 int num_fast_halfwords = GetNumFastHalfWords(uvalue); in LoadConstantWide() local476 int num_slow_halfwords = 4 - (num_fast_halfwords & 0x7); in LoadConstantWide()477 bool more_ffff_halfwords = (num_fast_halfwords & 0x8) != 0; in LoadConstantWide()