1. T3H Overview
Instruction execution speed (continued)
FUN | Name | Symbol | Execution |
No. |
|
| time (∝ s) |
59 | Table Exclusive OR | TEOR | 23.31 |
|
|
| +0.72n |
60 | Table Not exclusive | TENR | 23.31 |
| OR |
| +0.72n |
64 | Bit test | TEST | 3.76 |
65 | DTST | 4.68 | |
66 | Bit file bit test | TTST | 8.98 |
68 | 1 bit shift right | SHR1 | 4.12 |
69 | 1 bit shift left | SHL1 | 4.68 |
70 | n bit shift right | SHR | 4.77 |
|
|
| +0.27n |
71 | n bit shift left | SHL | 5.33 |
|
|
| +0.27n |
72 | m bit file n bit shift | TSHR | (Word) |
| right |
| 14.59 |
|
|
| |
|
|
| +0.45m |
|
|
| (Bit) |
|
|
| 21.3 |
|
|
| |
|
|
| +0.06m |
73 | m bit file n bit shift | TSHL | (Word) |
| left |
| 14.96 |
|
|
| |
|
|
| +0.45m |
|
|
| (Bit) |
|
|
| 21.44 |
|
|
| |
|
|
| +0.06m |
74 | Shift register | SR | 16.21 |
|
|
| +0.11n |
75 | DSR | 16.42 | |
| register |
| +0.14n |
76 | Device shift | SFT | 12.82 |
78 | 1 bit rotate right | RTR1 | 4.31 |
79 | 1 bit rotate left | RTL1 | 4.15 |
80 | n bit rotate right | RTR | 5.49 |
|
|
| +0.1n |
81 | n bit rotate left | RTL | 5.11 |
|
|
| +0.1n |
82 | m bit file n bit rotate | TRTR | (Word) |
| right |
| 16.23 |
|
|
| +0.45n |
|
|
| +0.45m |
|
|
| (Bit) |
|
|
| 23.1 |
|
|
| +0.12n |
|
|
| +0.06m |
FUN | Name | Symbol | Execution |
No. |
|
| time (∝ s) |
83 | m bit file n bit rotate | TRTL | (Word) |
| left |
| 16.21 |
|
|
| +0.46n |
|
|
| +0.45m |
|
|
| (Bit) |
|
|
| 23.15 |
|
|
| +0.12n |
|
|
| +0.06m |
84 | 1 bit rotate right with | RRC1 | 4.69 |
| carry |
|
|
85 | 1 bit rotate left with | RLC1 | 4.15 |
| carry |
|
|
86 | n bit rotate right with | RRC | 4.59 |
| carry |
| +0.81n |
87 | n bit rotate left with | RLC | 5.44 |
| carry |
| +0.72n |
88 | m bit file n bit rotate | TRRC | (Word) |
| right with carry |
| 16.24 |
|
|
| +0.43n |
|
|
| +0.45m |
|
|
| (Bit) |
|
|
| 25.49 |
|
|
| +0.12n |
|
|
| +0.05m |
89 | m bit file n bit rotate | TRLC | (Word) |
| left with carry |
| 16.21 |
|
|
| +0.46n |
|
|
| +0.45m |
|
|
| (Bit) |
|
|
| 28.55 |
|
|
| +0.07n |
|
|
| +0.05m |
90 | Multiplexer | MPX | 9.74 |
91 | Demultiplexer | DPX | 8.86 |
92 | Table bit transfer | TBM | 12.44 |
93 | Bit table transfer | BTM | 11.54 |
95 | Bit file compare | TCMP | 18.03 |
96 | Greater than | > | 3.76 |
97 | Greater than or | >= | 3.76 |
| equal |
|
|
98 | Equal | = | 3.76 |
99 | Not equal | <> | 3.76 |
100 | Less than | < | 3.76 |
101 | Less than or equal | <= | 3.76 |
102 | D> | 4.84 | |
| than |
|
|
103 | D>= | 4.48 | |
| than or equal |
|
|