Searched refs:movt_encoding (Results 1 – 1 of 1) sorted by relevance
2256 int32_t movt_encoding = MovtEncoding32(rn_, offset & ~0xffff); in Emit() local2261 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() local2299 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() local2330 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()