lets say we need to translate tcg_add rbx, rcx we need to load rbx and rcx from the x86 CPUState and then we add them and store the result back to rcx in the CPUState.
How is it achieved in the x86 tcg backend. In particular, how do I load rbx/rcx from the CPUState ? Thanks Xin