Home | History | Annotate | Download | only in arm

Lines Matching defs:Emit

601   buffer_.Emit<int16_t>(value >> 16);
602 buffer_.Emit<int16_t>(value & 0xffff);
608 buffer_.Emit<int16_t>(value);
1169 void Thumb2Assembler::Branch::Emit(AssemblerBuffer* buffer) const {
1488 // current size of it so we can emit the appropriate space. Note that if it's a 16 bit
1498 // Branch is to an unbound label. Emit space for it.
1501 Emit16(static_cast<uint16_t>(label->position_)); // Emit current label link.
1504 Emit16(static_cast<uint16_t>(label->position_)); // Emit current label link.
2150 branch->Emit(&buffer_);
2373 // Implementation note: this method must emit at most one instruction when
2413 // Implementation note: this method must emit at most one instruction when
2431 // Implementation note: this method must emit at most one instruction when
2449 // Implementation note: this method must emit at most one instruction when
2484 // Implementation note: this method must emit at most one instruction when
2502 // Implementation note: this method must emit at most one instruction when