Home | History | Annotate | Download | only in arm

Lines Matching refs:r_tgt

1252 LIR* ArmMir2Lir::InvokeTrampoline(OpKind op, RegStorage r_tgt, QuickEntrypointEnum trampoline) {
1253 UNUSED(trampoline); // The address of the trampoline is already loaded into r_tgt.
1254 return OpReg(op, r_tgt);