Home | History | Annotate | Download | only in ia32

Lines Matching defs:from_code

77   static Register from_code(int code) {
137 return (index >= 4) ? from_code(index + 2) : from_code(index);
152 return from_code(index + 1);
169 static XMMRegister from_code(int code) {