Home | History | Annotate | Download | only in ppc32
      1 ------ lswi n == 8 (fe special cased) ------
      2 here is
      3 0 = 0x68
      4 1 = 0x65
      5 2 = 0x72
      6 3 = 0x65
      7 4 = 0x20
      8 5 = 0x69
      9 6 = 0x73
     10 7 = 0x20
     11 8 = 0x 0
     12 9 = 0x 0
     13 10 = 0x 0
     14 11 = 0x 0
     15 
     16 ------ lswi n /= 8 ------
     17 here is a
     18 0 = 0x68
     19 1 = 0x65
     20 2 = 0x72
     21 3 = 0x65
     22 4 = 0x20
     23 5 = 0x69
     24 6 = 0x73
     25 7 = 0x20
     26 8 = 0x61
     27 9 = 0x 0
     28 10 = 0x 0
     29 11 = 0x 0
     30 
     31 ------ lswx ------
     32 HERE IS A S
     33 0 = 0x48
     34 1 = 0x45
     35 2 = 0x52
     36 3 = 0x45
     37 4 = 0x20
     38 5 = 0x49
     39 6 = 0x53
     40 7 = 0x20
     41 8 = 0x41
     42 9 = 0x20
     43 10 = 0x53
     44 11 = 0x 0
     45 
     46 ------ stswi n == 8 (fe special cased) ------
     47 here is
     48 
     49 ------ stswi n /= 8 ------
     50 here is a stringH
     51 
     52 ------ stswx ------
     53 HERE IS A S
     54 
     55