Home | History | Annotate | Download | only in arm

Lines Matching refs:Emit

122   // Emit a ldr<cond> pc, [pc + offset of target in constant pool].
124 // If USE_BLX is defined, we could emit a 'mov ip, target', followed by a
1465 void CodePatcher::Emit(Instr x) {
1466 masm()->emit(x);
1470 void CodePatcher::Emit(Address addr) {
1471 masm()->emit(reinterpret_cast<Instr>(addr));