diff options
Diffstat (limited to 'ue4/doxygen/classCInstructionMul.html')
| -rw-r--r-- | ue4/doxygen/classCInstructionMul.html | 240 |
1 files changed, 240 insertions, 0 deletions
diff --git a/ue4/doxygen/classCInstructionMul.html b/ue4/doxygen/classCInstructionMul.html new file mode 100644 index 0000000..8328e66 --- /dev/null +++ b/ue4/doxygen/classCInstructionMul.html | |||
| @@ -0,0 +1,240 @@ | |||
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | ||
| 3 | <title>mycpu: CInstructionMul< T > Class Template Reference</title> | ||
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> | ||
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> | ||
| 6 | </head><body> | ||
| 7 | <!-- Generated by Doxygen 1.5.3 --> | ||
| 8 | <div class="tabs"> | ||
| 9 | <ul> | ||
| 10 | <li><a href="index.html"><span>Main Page</span></a></li> | ||
| 11 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> | ||
| 12 | <li><a href="files.html"><span>Files</span></a></li> | ||
| 13 | </ul> | ||
| 14 | </div> | ||
| 15 | <div class="tabs"> | ||
| 16 | <ul> | ||
| 17 | <li><a href="annotated.html"><span>Class List</span></a></li> | ||
| 18 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> | ||
| 19 | <li><a href="functions.html"><span>Class Members</span></a></li> | ||
| 20 | </ul> | ||
| 21 | </div> | ||
| 22 | <h1>CInstructionMul< T > Class Template Reference</h1><!-- doxytag: class="CInstructionMul" --><!-- doxytag: inherits="CInstruction" --><code>#include <<a class="el" href="instructions_8h-source.html">instructions.h</a>></code> | ||
| 23 | <p> | ||
| 24 | <div class="dynheader"> | ||
| 25 | Inheritance diagram for CInstructionMul< T >:</div> | ||
| 26 | <div class="dynsection"> | ||
| 27 | |||
| 28 | <p><center><img src="classCInstructionMul.png" usemap="#CInstructionMul< T >_map" border="0" alt=""></center> | ||
| 29 | <map name="CInstructionMul< T >_map"> | ||
| 30 | <area href="classCInstruction.html" alt="CInstruction< T >" shape="rect" coords="0,0,131,24"> | ||
| 31 | </map> | ||
| 32 | </div> | ||
| 33 | |||
| 34 | <p> | ||
| 35 | <a href="classCInstructionMul-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> | ||
| 36 | <tr><td></td></tr> | ||
| 37 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> | ||
| 38 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classCInstructionMul.html">CInstructionMul</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCInstructionMul.html#a8965040e952736b4a6c0927241eac34">factory</a> ()</td></tr> | ||
| 39 | |||
| 40 | <tr><td class="mdescLeft"> </td><td class="mdescRight">creates a new instance of this instruction <a href="#a8965040e952736b4a6c0927241eac34"></a><br></td></tr> | ||
| 41 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCInstructionMul.html#d44d0cc3f52602c2a8b6c76a6346826b">compile</a> (std::list< std::string > &params)</td></tr> | ||
| 42 | |||
| 43 | <tr><td class="mdescLeft"> </td><td class="mdescRight">parses instruction parameters and prepares the instruction for executing <a href="#d44d0cc3f52602c2a8b6c76a6346826b"></a><br></td></tr> | ||
| 44 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCInstructionMul.html#c6655475fdc386f6553a674e928faeef">execute</a> (<a class="el" href="classCCPU.html">CCPU</a>< T > *cpu)</td></tr> | ||
| 45 | |||
| 46 | <tr><td class="mdescLeft"> </td><td class="mdescRight">executes the instruction <a href="#c6655475fdc386f6553a674e928faeef"></a><br></td></tr> | ||
| 47 | <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> | ||
| 48 | <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classCInstructionMul.html#8f337109ed74975e8a2b4d72f8ce0346">m_regidx1</a></td></tr> | ||
| 49 | |||
| 50 | <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classCInstructionMul.html#7f9cdf152315af758c9cc076d8e2ab9f">m_regidx2</a></td></tr> | ||
| 51 | |||
| 52 | <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="classCInstructionMul.html#68378953b889a978e7826ca3d5f7c816">m_regidx3</a></td></tr> | ||
| 53 | |||
| 54 | </table> | ||
| 55 | <hr><a name="_details"></a><h2>Detailed Description</h2> | ||
| 56 | <h3>template<class T><br> | ||
| 57 | class CInstructionMul< T ></h3> | ||
| 58 | |||
| 59 | Implementation of assembler command "mul" Syntax: mul R1, R2, R3 (R1 = R2 * R3) <hr><h2>Member Function Documentation</h2> | ||
| 60 | <a class="anchor" name="a8965040e952736b4a6c0927241eac34"></a><!-- doxytag: member="CInstructionMul::factory" ref="a8965040e952736b4a6c0927241eac34" args="()" --> | ||
| 61 | <div class="memitem"> | ||
| 62 | <div class="memproto"> | ||
| 63 | <div class="memtemplate"> | ||
| 64 | template<class T> </div> | ||
| 65 | <table class="memname"> | ||
| 66 | <tr> | ||
| 67 | <td class="memname"><a class="el" href="classCInstructionMul.html">CInstructionMul</a>* <a class="el" href="classCInstructionMul.html">CInstructionMul</a>< T >::factory </td> | ||
| 68 | <td>(</td> | ||
| 69 | <td class="paramname"> </td> | ||
| 70 | <td> ) </td> | ||
| 71 | <td width="100%"><code> [inline, virtual]</code></td> | ||
| 72 | </tr> | ||
| 73 | </table> | ||
| 74 | </div> | ||
| 75 | <div class="memdoc"> | ||
| 76 | |||
| 77 | <p> | ||
| 78 | creates a new instance of this instruction | ||
| 79 | <p> | ||
| 80 | <dl class="user" compact><dt><b>Methodname:</b></dt><dd>factory </dd></dl> | ||
| 81 | <dl compact><dt><b>Parameters:</b></dt><dd> | ||
| 82 | <table border="0" cellspacing="2" cellpadding="0"> | ||
| 83 | <tr><td valign="top"></td><td valign="top"><em>-</em> </td><td></td></tr> | ||
| 84 | </table> | ||
| 85 | </dl> | ||
| 86 | <dl class="return" compact><dt><b>Returns:</b></dt><dd>new instruction instance </dd></dl> | ||
| 87 | <dl class="user" compact><dt><b>Global variables used:</b></dt><dd>none </dd></dl> | ||
| 88 | <dl compact><dt><b>Exceptions:</b></dt><dd> | ||
| 89 | <table border="0" cellspacing="2" cellpadding="0"> | ||
| 90 | <tr><td valign="top"></td><td valign="top"><em>none</em> </td><td></td></tr> | ||
| 91 | </table> | ||
| 92 | </dl> | ||
| 93 | <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>none </dd></dl> | ||
| 94 | <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>none </dd></dl> | ||
| 95 | |||
| 96 | <p>Implements <a class="el" href="classCInstruction.html#3362efb71ca3d9237c66952201564027">CInstruction< T ></a>.</p> | ||
| 97 | |||
| 98 | </div> | ||
| 99 | </div><p> | ||
| 100 | <a class="anchor" name="d44d0cc3f52602c2a8b6c76a6346826b"></a><!-- doxytag: member="CInstructionMul::compile" ref="d44d0cc3f52602c2a8b6c76a6346826b" args="(std::list< std::string > &params)" --> | ||
| 101 | <div class="memitem"> | ||
| 102 | <div class="memproto"> | ||
| 103 | <div class="memtemplate"> | ||
| 104 | template<class T> </div> | ||
| 105 | <table class="memname"> | ||
| 106 | <tr> | ||
| 107 | <td class="memname">void <a class="el" href="classCInstructionMul.html">CInstructionMul</a>< T >::compile </td> | ||
| 108 | <td>(</td> | ||
| 109 | <td class="paramtype">std::list< std::string > & </td> | ||
| 110 | <td class="paramname"> <em>params</em> </td> | ||
| 111 | <td> ) </td> | ||
| 112 | <td width="100%"><code> [inline, virtual]</code></td> | ||
| 113 | </tr> | ||
| 114 | </table> | ||
| 115 | </div> | ||
| 116 | <div class="memdoc"> | ||
| 117 | |||
| 118 | <p> | ||
| 119 | parses instruction parameters and prepares the instruction for executing | ||
| 120 | <p> | ||
| 121 | <dl class="user" compact><dt><b>Methodname:</b></dt><dd>compile </dd></dl> | ||
| 122 | <dl compact><dt><b>Parameters:</b></dt><dd> | ||
| 123 | <table border="0" cellspacing="2" cellpadding="0"> | ||
| 124 | <tr><td valign="top"></td><td valign="top"><em>params</em> </td><td>list of parameters of this instruction </td></tr> | ||
| 125 | </table> | ||
| 126 | </dl> | ||
| 127 | <dl class="return" compact><dt><b>Returns:</b></dt><dd>- </dd></dl> | ||
| 128 | <dl class="user" compact><dt><b>Global variables used:</b></dt><dd>none </dd></dl> | ||
| 129 | <dl compact><dt><b>Exceptions:</b></dt><dd> | ||
| 130 | <table border="0" cellspacing="2" cellpadding="0"> | ||
| 131 | <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classCInstructionError.html">CInstructionError</a></em> </td><td></td></tr> | ||
| 132 | </table> | ||
| 133 | </dl> | ||
| 134 | <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>none </dd></dl> | ||
| 135 | <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>none </dd></dl> | ||
| 136 | |||
| 137 | <p>Implements <a class="el" href="classCInstruction.html#caab509da9dd1f300293d6fa5501049a">CInstruction< T ></a>.</p> | ||
| 138 | |||
| 139 | </div> | ||
| 140 | </div><p> | ||
| 141 | <a class="anchor" name="c6655475fdc386f6553a674e928faeef"></a><!-- doxytag: member="CInstructionMul::execute" ref="c6655475fdc386f6553a674e928faeef" args="(CCPU< T > *cpu)" --> | ||
| 142 | <div class="memitem"> | ||
| 143 | <div class="memproto"> | ||
| 144 | <div class="memtemplate"> | ||
| 145 | template<class T> </div> | ||
| 146 | <table class="memname"> | ||
| 147 | <tr> | ||
| 148 | <td class="memname">void <a class="el" href="classCInstructionMul.html">CInstructionMul</a>< T >::execute </td> | ||
| 149 | <td>(</td> | ||
| 150 | <td class="paramtype"><a class="el" href="classCCPU.html">CCPU</a>< T > * </td> | ||
| 151 | <td class="paramname"> <em>cpu</em> </td> | ||
| 152 | <td> ) </td> | ||
| 153 | <td width="100%"><code> [inline, virtual]</code></td> | ||
| 154 | </tr> | ||
| 155 | </table> | ||
| 156 | </div> | ||
| 157 | <div class="memdoc"> | ||
| 158 | |||
| 159 | <p> | ||
| 160 | executes the instruction | ||
| 161 | <p> | ||
| 162 | <dl class="user" compact><dt><b>Methodname:</b></dt><dd>execute </dd></dl> | ||
| 163 | <dl compact><dt><b>Parameters:</b></dt><dd> | ||
| 164 | <table border="0" cellspacing="2" cellpadding="0"> | ||
| 165 | <tr><td valign="top"></td><td valign="top"><em>cpu</em> </td><td>pointer to cpu </td></tr> | ||
| 166 | </table> | ||
| 167 | </dl> | ||
| 168 | <dl class="return" compact><dt><b>Returns:</b></dt><dd>- </dd></dl> | ||
| 169 | <dl class="user" compact><dt><b>Global variables used:</b></dt><dd>none </dd></dl> | ||
| 170 | <dl compact><dt><b>Exceptions:</b></dt><dd> | ||
| 171 | <table border="0" cellspacing="2" cellpadding="0"> | ||
| 172 | <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classCInstructionError.html">CInstructionError</a></em> </td><td></td></tr> | ||
| 173 | </table> | ||
| 174 | </dl> | ||
| 175 | <dl class="pre" compact><dt><b>Precondition:</b></dt><dd>cpu valid (memory, program, registers valid) </dd></dl> | ||
| 176 | <dl class="post" compact><dt><b>Postcondition:</b></dt><dd>none </dd></dl> | ||
| 177 | |||
| 178 | <p>Implements <a class="el" href="classCInstruction.html#7732a6024a2329d5d3f82b3093be42eb">CInstruction< T ></a>.</p> | ||
| 179 | |||
| 180 | </div> | ||
| 181 | </div><p> | ||
| 182 | <hr><h2>Member Data Documentation</h2> | ||
| 183 | <a class="anchor" name="8f337109ed74975e8a2b4d72f8ce0346"></a><!-- doxytag: member="CInstructionMul::m_regidx1" ref="8f337109ed74975e8a2b4d72f8ce0346" args="" --> | ||
| 184 | <div class="memitem"> | ||
| 185 | <div class="memproto"> | ||
| 186 | <div class="memtemplate"> | ||
| 187 | template<class T> </div> | ||
| 188 | <table class="memname"> | ||
| 189 | <tr> | ||
| 190 | <td class="memname">unsigned <a class="el" href="classCInstructionMul.html">CInstructionMul</a>< T >::<a class="el" href="classCInstructionMul.html#8f337109ed74975e8a2b4d72f8ce0346">m_regidx1</a><code> [protected]</code> </td> | ||
| 191 | </tr> | ||
| 192 | </table> | ||
| 193 | </div> | ||
| 194 | <div class="memdoc"> | ||
| 195 | |||
| 196 | <p> | ||
| 197 | register number | ||
| 198 | </div> | ||
| 199 | </div><p> | ||
| 200 | <a class="anchor" name="7f9cdf152315af758c9cc076d8e2ab9f"></a><!-- doxytag: member="CInstructionMul::m_regidx2" ref="7f9cdf152315af758c9cc076d8e2ab9f" args="" --> | ||
| 201 | <div class="memitem"> | ||
| 202 | <div class="memproto"> | ||
| 203 | <div class="memtemplate"> | ||
| 204 | template<class T> </div> | ||
| 205 | <table class="memname"> | ||
| 206 | <tr> | ||
| 207 | <td class="memname">unsigned <a class="el" href="classCInstructionMul.html">CInstructionMul</a>< T >::<a class="el" href="classCInstructionMul.html#7f9cdf152315af758c9cc076d8e2ab9f">m_regidx2</a><code> [protected]</code> </td> | ||
| 208 | </tr> | ||
| 209 | </table> | ||
| 210 | </div> | ||
| 211 | <div class="memdoc"> | ||
| 212 | |||
| 213 | <p> | ||
| 214 | register number | ||
| 215 | </div> | ||
| 216 | </div><p> | ||
| 217 | <a class="anchor" name="68378953b889a978e7826ca3d5f7c816"></a><!-- doxytag: member="CInstructionMul::m_regidx3" ref="68378953b889a978e7826ca3d5f7c816" args="" --> | ||
| 218 | <div class="memitem"> | ||
| 219 | <div class="memproto"> | ||
| 220 | <div class="memtemplate"> | ||
| 221 | template<class T> </div> | ||
| 222 | <table class="memname"> | ||
| 223 | <tr> | ||
| 224 | <td class="memname">unsigned <a class="el" href="classCInstructionMul.html">CInstructionMul</a>< T >::<a class="el" href="classCInstructionMul.html#68378953b889a978e7826ca3d5f7c816">m_regidx3</a><code> [protected]</code> </td> | ||
| 225 | </tr> | ||
| 226 | </table> | ||
| 227 | </div> | ||
| 228 | <div class="memdoc"> | ||
| 229 | |||
| 230 | <p> | ||
| 231 | register number | ||
| 232 | </div> | ||
| 233 | </div><p> | ||
| 234 | <hr>The documentation for this class was generated from the following file:<ul> | ||
| 235 | <li>mycpu/<a class="el" href="instructions_8h-source.html">instructions.h</a></ul> | ||
| 236 | <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 30 16:32:35 2009 for mycpu by | ||
| 237 | <a href="http://www.doxygen.org/index.html"> | ||
| 238 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> | ||
| 239 | </body> | ||
| 240 | </html> | ||
