Searched defs:Gmemstore (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h231 #define Gmemstore(reg,lab,tmp) movl reg,lab macro
246 #define Gmemstore(reg,lab,tmp) movl lab@GOT(%ebx),tmp; movl reg,(tmp) macro
260 #define Gmemstore(reg,lab,tmp) movl 9f,tmp; movl reg,(tmp); .data; .align ALIGN; 9: .long lab; .text macro

Completed in 15 milliseconds