Lines Matching refs:code
36 @table @code
38 Generate code for POWER/2 (RIOS2).
41 Generate code for POWER (RIOS1)
44 Generate code for PowerPC 601.
47 Generate code for PowerPC 603/604.
50 Generate code for PowerPC 403/405.
53 Generate code for PowerPC 440. BookE and some 405 instructions.
56 Generate code for PowerPC 7400/7410/7450/7455.
59 Generate code for PowerPC 620/625/630.
62 Generate code for Motorola e500 core complex.
65 Generate code for Motorola SPE instructions.
68 Generate code for PowerPC 64, including bridge insns.
71 Generate code for 64-bit BookE.
74 Generate code for 32-bit BookE.
77 Generate code for PowerPC e300 family.
80 Generate code for processors with AltiVec instructions.
83 Generate code for Power4 architecture.
86 Generate code for Power5 architecture.
89 Generate code for Power6 architecture.
92 Generate code for Cell Broadband Engine architecture.
95 Generate code Power/PowerPC common instructions.
98 Generate code for any architecture (PWR/PWRX/PPC).
116 Generate code for a little endian machine.
119 Generate code for a big endian machine.
122 Generate code for Solaris.
125 Do not generate code for Solaris.
137 @table @code
139 This directive allows you to change the machine for which code is
140 generated. @code{"string"} may be any of the -m cpu selection options
141 (without the -m) enclosed in double quotes, @code{"push"}, or
142 @code{"pop"}. @code{.machine "push"} saves the currently selected
143 cpu, which may be restored with @code{.machine "pop"}.