Home | History | Annotate | Download | only in info

Lines Matching full:pack

758           -mpack  -mno-pack  -mno-eflags  -mcond-move  -mno-cond-move
2066 attempt to pack data into the same byte as a base class. For
9696 Pack VLIW instructions.
9698 `-mno-pack'
9699 Do not pack VLIW instructions.
9741 Run a pass to pack branches into VLIW instructions (default).
9747 Do not run a pass to pack branches into VLIW instructions.
14162 Without a value specified, pack all structure members together
14164 power of two), pack structure members according to this value,
18667 would normally pack them. Particularly when moving packed data
18689 the pack pragma), whichever is less. For structures, unions,
19129 would normally pack them. Particularly when moving packed data
32513 1. `#pragma pack(N)' simply sets the new alignment.
32515 2. `#pragma pack()' sets the alignment to the one that was in effect
32519 3. `#pragma pack(push[,N])' pushes the current alignment setting on
32522 4. `#pragma pack(pop)' restores the alignment setting to the one
32524 entry). Note that `#pragma pack([N])' does not influence this
32525 internal stack; thus it is possible to have `#pragma pack(push)'
32526 followed by multiple `#pragma pack(N)' instances and finalized by
32527 a single `#pragma pack(pop)'.
39705 * mno-pack: FRV Options. (line 122)