Revision 5e85404a

b/tcg/README
223 223

  
224 224
t0=t1%t2 (unsigned). Undefined behavior if division by zero.
225 225

  
226
* and_i32/i64 t0, t1, t2
227

  
228 226
********* Logical
229 227

  
228
* and_i32/i64 t0, t1, t2
229

  
230 230
t0=t1&t2
231 231

  
232 232
* or_i32/i64 t0, t1, t2
......
237 237

  
238 238
t0=t1^t2
239 239

  
240
* shl_i32/i64 t0, t1, t2
241

  
242 240
********* Shifts
243 241

  
244 242
* shl_i32/i64 t0, t1, t2

Also available in: Unified diff