Home | History | Annotate | Download | only in arm

Lines Matching refs:Emit

209   // Move non-fixup code to its final place and emit fixups.
219 // in small chunks, emit the code to its original position.
220 fixup->Emit(&buffer_, adjusted_code_size);
231 // Finalize the Fixup and emit the data to the new location.
233 fixup->Emit(&buffer_, adjusted_code_size);
253 buffer_.Emit<uint8_t>(literal.GetData()[i]);
287 buffer_.Emit<int32_t>(offset);
1164 buffer_.Emit<int16_t>(value >> 16);
1165 buffer_.Emit<int16_t>(value & 0xffff);
1171 buffer_.Emit<int16_t>(value);
1274 // For ADD and SUB allow also negative 8-bit immediate as we will emit the oposite opcode.
2123 void Thumb2Assembler::Fixup::Emit(AssemblerBuffer* buffer, uint32_t code_size) const {
3645 // Implementation note: this method must emit at most one instruction when
3699 // Implementation note: this method must emit at most one instruction when
3715 // Implementation note: this method must emit at most one instruction when
3731 // Implementation note: this method must emit at most one instruction when
3787 // Implementation note: this method must emit at most one instruction when
3803 // Implementation note: this method must emit at most one instruction when