Home | History | Annotate | Download | only in arm

Lines Matching refs:location_

38     if (target > fixups[fixup_id].location_) {
39 for (FixupId id = fixup_id + 1u; id != end_id && fixups[id].location_ < target; ++id) {
45 for (FixupId id = fixup_id; id != 0u && fixups[id - 1u].location_ >= target; --id) {
1948 DCHECK_LE(location_, static_cast<uint32_t>(int32_max));
1950 int32_t diff = static_cast<int32_t>(target_) - static_cast<int32_t>(location_);
1951 if (target_ > location_) {
2015 if (target_ > location_) {
2129 buffer->Store<int16_t>(location_, encoding);
2144 buffer->Store<int16_t>(location_, encoding >> 16);
2145 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(encoding & 0xffff));
2152 buffer->Store<int16_t>(location_, encoding);
2160 buffer->Store<int16_t>(location_, cmp_encoding);
2161 buffer->Store<int16_t>(location_ + 2, b_encoding);
2169 buffer->Store<int16_t>(location_, cmp_encoding);
2170 buffer->Store<int16_t>(location_ + 2u, b_encoding >> 16);
2171 buffer->Store<int16_t>(location_ + 4u, static_cast<int16_t>(b_encoding & 0xffff));
2178 buffer->Store<int16_t>(location_, encoding);
2185 buffer->Store<int16_t>(location_, encoding >> 16);
2186 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(encoding & 0xffff));
2194 buffer->Store<int16_t>(location_, mov_encoding >> 16);
2195 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(mov_encoding & 0xffff));
2196 buffer->Store<int16_t>(location_ + 4u, add_pc_encoding);
2197 buffer->Store<int16_t>(location_ + 6u, ldr_encoding);
2206 buffer->Store<int16_t>(location_, mov_encoding >> 16);
2207 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(mov_encoding & 0xffff));
2208 buffer->Store<int16_t>(location_ + 4u, add_pc_encoding);
2209 buffer->Store<int16_t>(location_ + 6u, ldr_encoding >> 16);
2210 buffer->Store<int16_t>(location_ + 8u, static_cast<int16_t>(ldr_encoding & 0xffff));
2220 buffer->Store<int16_t>(location_, movw_encoding >> 16);
2221 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(movw_encoding & 0xffff));
2222 buffer->Store<int16_t>(location_ + 4u, movt_encoding >> 16);
2223 buffer->Store<int16_t>(location_ + 6u, static_cast<int16_t>(movt_encoding & 0xffff));
2224 buffer->Store<int16_t>(location_ + 8u, add_pc_encoding);
2225 buffer->Store<int16_t>(location_ + 10u, ldr_encoding >> 16);
2226 buffer->Store<int16_t>(location_ + 12u, static_cast<int16_t>(ldr_encoding & 0xffff));
2233 buffer->Store<int16_t>(location_, encoding);
2239 buffer->Store<int16_t>(location_, encoding >> 16);
2240 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(encoding & 0xffff));
2247 buffer->Store<int16_t>(location_, mov_encoding >> 16);
2248 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(mov_encoding & 0xffff));
2249 buffer->Store<int16_t>(location_ + 4u, add_pc_encoding);
2258 buffer->Store<int16_t>(location_, movw_encoding >> 16);
2259 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(movw_encoding & 0xffff));
2260 buffer->Store<int16_t>(location_ + 4u, movt_encoding >> 16);
2261 buffer->Store<int16_t>(location_ + 6u, static_cast<int16_t>(movt_encoding & 0xffff));
2262 buffer->Store<int16_t>(location_ + 8u, add_pc_encoding);
2268 buffer->Store<int16_t>(location_, encoding >> 16);
2269 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(encoding & 0xffff));
2277 buffer->Store<int16_t>(location_, mov_encoding >> 16);
2278 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(mov_encoding & 0xffff));
2279 buffer->Store<int16_t>(location_ + 4u, add_pc_encoding);
2280 buffer->Store<int16_t>(location_ + 6u, ldr_encoding >> 16);
2281 buffer->Store<int16_t>(location_ + 8u, static_cast<int16_t>(ldr_encoding & 0xffff));
2290 buffer->Store<int16_t>(location_, movw_encoding >> 16);
2291 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(movw_encoding & 0xffff));
2292 buffer->Store<int16_t>(location_ + 4u, movt_encoding >> 16);
2293 buffer->Store<int16_t>(location_ + 6u, static_cast<int16_t>(movt_encoding & 0xffff));
2294 buffer->Store<int16_t>(location_ + 8u, add_pc_encoding);
2295 buffer->Store<int16_t>(location_ + 10u, ldr_encoding >> 16);
2296 buffer->Store<int16_t>(location_ + 12u, static_cast<int16_t>(ldr_encoding & 0xffff));