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