Add borders to truth tables

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-06-25 18:06:50 +00:00
parent 7bae3950ee
commit c98cbbcc08

View File

@ -1096,7 +1096,7 @@ have identical types.<p>
The truth table used for the '<tt>and</tt>' instruction is:<p> The truth table used for the '<tt>and</tt>' instruction is:<p>
<center><table border=0> <center><table border=1 cellspacing=0 cellpadding=4>
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr> <tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
<tr><td>0</td> <td>0</td> <td>0</td></tr> <tr><td>0</td> <td>0</td> <td>0</td></tr>
<tr><td>0</td> <td>1</td> <td>0</td></tr> <tr><td>0</td> <td>1</td> <td>0</td></tr>
@ -1136,7 +1136,7 @@ have identical types.<p>
The truth table used for the '<tt>or</tt>' instruction is:<p> The truth table used for the '<tt>or</tt>' instruction is:<p>
<center><table border=0> <center><table border=1 cellspacing=0 cellpadding=4>
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr> <tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
<tr><td>0</td> <td>0</td> <td>0</td></tr> <tr><td>0</td> <td>0</td> <td>0</td></tr>
<tr><td>0</td> <td>1</td> <td>1</td></tr> <tr><td>0</td> <td>1</td> <td>1</td></tr>
@ -1177,7 +1177,7 @@ have identical types.<p>
The truth table used for the '<tt>xor</tt>' instruction is:<p> The truth table used for the '<tt>xor</tt>' instruction is:<p>
<center><table border=0> <center><table border=1 cellspacing=0 cellpadding=4>
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr> <tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
<tr><td>0</td> <td>0</td> <td>0</td></tr> <tr><td>0</td> <td>0</td> <td>0</td></tr>
<tr><td>0</td> <td>1</td> <td>1</td></tr> <tr><td>0</td> <td>1</td> <td>1</td></tr>
@ -1736,7 +1736,7 @@ more...
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Jan 23 15:19:28 CST 2001 --> <!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Tue Jun 25 12:54:52 CDT 2002 Last modified: Tue Jun 25 13:05:52 CDT 2002
<!-- hhmts end --> <!-- hhmts end -->
</font> </font>
</body></html> </body></html>