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

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dasm.h212 * Gotoff3 allows you to reference local labels with an index reg & size.
227 #define Gotoff3(l,r,s) l(,r,s) macro
242 #define Gotoff3(l,r,s) l@GOTOFF(%ebx,r,s) macro
256 #define Gotoff3(l,r,s) l(,r,s) macro
275 #define Lgotoff3(l,r,s) Gotoff3(LCL(l),r,s)

Completed in 340 milliseconds