reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2631 inst = Layout[0]; 2632 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2634 strong_word_count = (inst & 0xF)+1; 2637 inst = Layout[1]; 2638 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2640 byref_word_count = (inst & 0xF)+1; 2643 inst = Layout[2]; 2644 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2646 weak_word_count = (inst & 0xF)+1; 2652 inst = Layout[0]; 2653 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2655 strong_word_count = (inst & 0xF)+1; 2656 inst = Layout[1]; 2657 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2659 byref_word_count = (inst & 0xF)+1; 2661 weak_word_count = (inst & 0xF)+1; 2666 byref_word_count = (inst & 0xF)+1; 2667 inst = Layout[1]; 2668 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2670 weak_word_count = (inst & 0xF)+1; 2679 inst = Layout[0]; 2680 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); 2682 strong_word_count = (inst & 0xF)+1; 2684 byref_word_count = (inst & 0xF)+1; 2686 weak_word_count = (inst & 0xF)+1;