Searched refs:Gcmp (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | asm.h | 219 #define Gcmp(lab,reg) cmpl $lab,reg macro 234 #define Gcmp(lab,reg) cmpl reg,lab@GOT(%ebx) macro 248 #define Gcmp(lab,reg) cmpl reg,9f; .data; .align ALIGN; 9: .long lab; .text macro 259 #define Egcmp(lab,reg) Gcmp(EXT(lab),reg) 266 #define Lgcmp(lab,reg) Gcmp(LCL(lab),reg)
|