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

/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h211 * Gotoff2 allows you to reference local labels with an index reg.
226 #define Gotoff2(l,r) l(r) macro
241 #define Gotoff2(l,r) l@GOTOFF(%ebx,r) macro
255 #define Gotoff2(l,r) l(r) macro
274 #define Lgotoff2(l,r) Gotoff2(LCL(l),r)

Completed in 11 milliseconds