Home
last modified time | relevance | path

Searched refs:movt_encoding (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.cc2256 int32_t movt_encoding = MovtEncoding32(rn_, offset & ~0xffff); in Emit() local
2261 buffer->Store<int16_t>(location_ + 4u, movt_encoding >> 16); in Emit()
2262 buffer->Store<int16_t>(location_ + 6u, static_cast<int16_t>(movt_encoding & 0xffff)); in Emit()
2295 int32_t movt_encoding = MovtEncoding32(rn_, offset & ~0xffff); in Emit() local
2299 buffer->Store<int16_t>(location_ + 4u, movt_encoding >> 16); in Emit()
2300 buffer->Store<int16_t>(location_ + 6u, static_cast<int16_t>(movt_encoding & 0xffff)); in Emit()
2325 int32_t movt_encoding = MovtEncoding32(IP, offset & ~0xffff); in Emit() local
2330 buffer->Store<int16_t>(location_ + 4u, movt_encoding >> 16); in Emit()
2331 buffer->Store<int16_t>(location_ + 6u, static_cast<int16_t>(movt_encoding & 0xffff)); in Emit()