Lines Matching refs:code
49 Generate code for POWER/2 (RIOS2).
52 Generate code for POWER (RIOS1)
55 Generate code for PowerPC 601.
58 Generate code for PowerPC 603/604.
61 Generate code for PowerPC 403/405.
64 Generate code for PowerPC 440. BookE and some 405 instructions.
67 Generate code for PowerPC 464.
70 Generate code for PowerPC 476.
73 Generate code for PowerPC 7400/7410/7450/7455.
76 Generate code for PowerPC 750CL.
79 Generate code for PowerPC 821/850/860.
82 Generate code for PowerPC 620/625/630.
85 Generate code for Motorola e500 core complex.
88 Generate code for Freescale e500mc core complex.
91 Generate code for Freescale e500mc64 core complex.
94 Generate code for Freescale e5500 core complex.
97 Generate code for Freescale e6500 core complex.
100 Generate code for Motorola SPE instructions.
103 Generate code for AppliedMicro Titan core complex.
106 Generate code for PowerPC 64, including bridge insns.
109 Generate code for 32-bit BookE.
112 Generate code for A2 architecture.
115 Generate code for PowerPC e300 family.
118 Generate code for processors with AltiVec instructions.
121 Generate code for Freescale PowerPC VLE instructions.
124 Generate code for processors with Vector-Scalar (VSX) instructions.
127 Generate code for processors with Hardware Transactional Memory instructions.
130 Generate code for Power4 architecture.
133 Generate code for Power5 architecture.
136 Generate code for Power6 architecture.
139 Generate code for Power7 architecture.
142 Generate code for Power8 architecture.
145 Generate code for Power9 architecture.
149 Generate code for Cell Broadband Engine architecture.
152 Generate code Power/PowerPC common instructions.
155 Generate code for any architecture (PWR/PWRX/PPC).
173 Generate code for a little endian machine.
176 Generate code for a big endian machine.
179 Generate code for Solaris.
182 Do not generate code for Solaris.
199 @table @code
201 This directive allows you to change the machine for which code is
202 generated. @code{"string"} may be any of the -m cpu selection options
203 (without the -m) enclosed in double quotes, @code{"push"}, or
204 @code{"pop"}. @code{.machine "push"} saves the currently selected
205 cpu, which may be restored with @code{.machine "pop"}.