Home | History | Annotate | Download | only in Object

Lines Matching refs:RType

1069         unsigned RType = (RENext->Word1 >> 28) & 0xF;
1070 if (RType != 0)
1118 unsigned RType;
1120 RType = (RENext->Word0 >> 24) & 0xF;
1122 RType = (RENext->Word1 >> 28) & 0xF;
1123 if (RType != 1)
1148 unsigned RType;
1150 RType = (RENext->Word0 >> 24) & 0xF;
1152 RType = (RENext->Word1 >> 28) & 0xF;
1153 if (RType != 1)
1198 unsigned RType;
1200 RType = (RENext->Word0 >> 24) & 0xF;
1202 RType = (RENext->Word1 >> 28) & 0xF;
1204 if (RType != 1)