Searched refs:Gcmp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h229 #define Gcmp(lab,reg) cmpl $lab,reg macro
244 #define Gcmp(lab,reg) cmpl reg,lab@GOT(%ebx) macro
258 #define Gcmp(lab,reg) cmpl reg,9f; .data; .align ALIGN; 9: .long lab; .text macro
269 #define Egcmp(lab,reg) Gcmp(EXT(lab),reg)
276 #define Lgcmp(lab,reg) Gcmp(LCL(lab),reg)

Completed in 69 milliseconds