Re: [Qemu-devel] How to get gpr register contents in translate.c

2012-03-08 Thread Andreas Färber
Hello, Am 07.03.2012 16:24, schrieb Elta: > Now I get trouble in translate.c. I really want to get gpr value in > translate.c, but cpu_gpr[rs]'s type is TCGv, can not get the real value of > rs. Is the have any method or macro can made it? You forgot to mention which target you are talking abou

[Qemu-devel] How to get gpr register contents in translate.c

2012-03-07 Thread Elta
Hello everyone, I'm a newcomer here, nice to see you! Now I get trouble in translate.c. I really want to get gpr value in translate.c, but cpu_gpr[rs]'s type is TCGv, can not get the real value of rs. Is the have any method or macro can made it? Thanks for your attention, have a nice day!