Revision 15824571 tcg/README

b/tcg/README
225 225

  
226 226
t0=t1|~t2
227 227

  
228
********* Shifts
228
********* Shifts/Rotates
229 229

  
230 230
* shl_i32/i64 t0, t1, t2
231 231

  
......
239 239

  
240 240
t0=t1 >> t2 (signed). Undefined behavior if t2 < 0 or t2 >= 32 (resp 64)
241 241

  
242
* rotl_i32/i64 t0, t1, t2
243

  
244
Rotation of t2 bits to the left. Undefined behavior if t2 < 0 or t2 >= 32 (resp 64)
245

  
246
* rotr_i32/i64 t0, t1, t2
247

  
248
Rotation of t2 bits to the right. Undefined behavior if t2 < 0 or t2 >= 32 (resp 64)
249

  
242 250
********* Misc
243 251

  
244 252
* mov_i32/i64 t0, t1

Also available in: Unified diff