Home | History | Annotate | Download | only in aarch64

Lines Matching refs:Emit

88     Emit(option);
105 friend void LiteralPool::Emit(LiteralPool::EmitOption);
106 friend void VeneerPool::Emit(VeneerPool::EmitOption, size_t);
110 void LiteralPool::Emit(EmitOption option) {
111 // There is an issue if we are asked to emit a blocked or empty pool.
250 Emit(option, amount);
257 void VeneerPool::Emit(EmitOption option, size_t amount) {
258 // There is an issue if we are asked to emit a blocked or empty pool.
285 // Patch the branch to point to the current position, and emit a branch
381 if (!literal_pool_.IsEmpty()) literal_pool_.Emit();
883 // Emit a shift instruction if moving a shifted register. This operation
891 // Emit an extend instruction if moving an extended register. This handles
1089 // Emit
1234 // if necessary and emit the `csel`.
1784 // appropriate instruction. If not, emit two instructions to perform
1835 // instruction. If not, emit two instructions to perform the operation.
1868 // appropriate instruction. If not, emit two instructions to perform
2441 // Emit the format string directly in the instruction stream.
2572 // memory, so make sure we don't try to emit a literal pool.
2588 // Emit nothing on real hardware.
2599 // memory, so make sure we don't try to emit a literal pool.
2612 // Emit nothing on real hardware.