Lines Matching refs:rDest
70 .macro RUNTIME_CURRENT name, num, rDest
75 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_.
77 add \rDest, pc @ Fixup GOT_PREL address.
78 ldr \rDest, [\rDest] @ Load address of Runtime::instance_.
79 ldr \rDest, [\rDest] @ Load Runtime::instance_.
110 .macro RUNTIME_CURRENT1 rDest
111 RUNTIME_CURRENT \name, 1, \rDest
113 .macro RUNTIME_CURRENT2 rDest
114 RUNTIME_CURRENT \name, 2, \rDest
116 .macro RUNTIME_CURRENT3 rDest
117 RUNTIME_CURRENT \name, 3, \rDest