This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementation in NEON of non uniform address jumps

Parents
  • Note: This was originally posted on 29th June 2012 at http://forums.arm.com

    You used this command in your previous post :

        VLD1.32 { d0[0] },[r2]    // j==0, offset 0
       ADD  r2,r2,#64

    I am trying to something like this:

    VLD1.32 { d0[0] },[%2]    // [%2] is pointing to src
    ADD  %2,%2,#64     //This is NOT WORKING!! ---EDIT: IT WORKED 


      : "r"( n ), "r"( res ), "r"( src ),"r"( c ) //INPUT data


    [size=2]
    [/size]
Reply
  • Note: This was originally posted on 29th June 2012 at http://forums.arm.com

    You used this command in your previous post :

        VLD1.32 { d0[0] },[r2]    // j==0, offset 0
       ADD  r2,r2,#64

    I am trying to something like this:

    VLD1.32 { d0[0] },[%2]    // [%2] is pointing to src
    ADD  %2,%2,#64     //This is NOT WORKING!! ---EDIT: IT WORKED 


      : "r"( n ), "r"( res ), "r"( src ),"r"( c ) //INPUT data


    [size=2]
    [/size]
Children
No data