Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.cc395 int32_t movw_encoding = MovwEncoding32(rd, (value >> 16) & 0xffff); in MovtEncoding32() local
396 return movw_encoding | B25 | B23; in MovtEncoding32()
2255 int32_t movw_encoding = MovwEncoding32(rn_, offset & 0xffff); in Emit() local
2259 buffer->Store<int16_t>(location_, movw_encoding >> 16); in Emit()
2260 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(movw_encoding & 0xffff)); in Emit()
2294 int32_t movw_encoding = MovwEncoding32(rn_, offset & 0xffff); in Emit() local
2297 buffer->Store<int16_t>(location_, movw_encoding >> 16); in Emit()
2298 buffer->Store<int16_t>(location_ + 2u, static_cast<int16_t>(movw_encoding & 0xffff)); in Emit()
2324 int32_t movw_encoding = MovwEncoding32(IP, offset & 0xffff); in Emit() local
2328 buffer->Store<int16_t>(location_, movw_encoding >> 16); in Emit()
[all …]