Displaying 1 result from an estimated 1 matches for "1013645".
Did you mean:
1013145
2010 Dec 03
2
[LLVMdev] LLVM API: how to determine if the register is the status register
Hello.
I've got the "unsigned int" register number. How one uses LLVM API to
determine if that register is the status register (e.g., ARM::CPSR) or
not? I know I can just compare the number with ARM::CPSR, but the code
becomes not universal. I gave up searching for the solution by myself...
Thanks.