Home | History | Annotate | Download | only in arm

Lines Matching defs:movt

286     0xc0, 0xf2, 0x00, 0x00,   // MOVT r0, #0 (placeholder)
323 // Distribute the bits of the diff between the MOVW and MOVT:
331 uint32_t movt = 0xf2c00000u | // MOVT r0, #0 (placeholder),
339 static_cast<uint8_t>(movt >> 16), static_cast<uint8_t>(movt >> 24),
340 static_cast<uint8_t>(movt >> 0), static_cast<uint8_t>(movt >> 8),