Thank you for your reply.
I have confirmed the adding % character in shown the below the figure.
In addition, could you teach me the followings ?
Question-1 : Do I have to save & restore the value of the registers when I choose the register using the "%r" at inline-assembler ?
I am afraid of the destroying the values of the register coded with C-source.
Because I don't know the role of the other resisters although I guess the r1 is used to the stack-pointer.
( I would use this coding way if I know the role of resisters under the S32DS Power-architecture. )
Question-2 : When I coded the following,
__asm__ volatile ( "e_lis %0, %1" : "=r" ( v_arg ) : "r" (64522) );
the S32DS compiler choosed the r7 register in shown the bottom of below figure.
Can I code it such as like I let the compiler to choose the register?
