reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2634 strong_word_count = (inst & 0xF)+1; 2655 strong_word_count = (inst & 0xF)+1; 2682 strong_word_count = (inst & 0xF)+1; 2698 if (strong_word_count == 16 || byref_word_count == 16 || weak_word_count == 16) 2702 (strong_word_count != 0) + (byref_word_count != 0) + (weak_word_count != 0); 2705 if (strong_word_count) 2706 Result = strong_word_count;