Home | History | Annotate | Download | only in x64

Lines Matching refs:emitl

1448   inline void emitl(uint32_t x);
1454 void emit(Immediate x) { emitl(x.value_); }