Home | History | Annotate | Download | only in x64

Lines Matching refs:emitl

1507   inline void emitl(uint32_t x);
1515 void emit(Immediate x) { emitl(x.value_); }