Home | History | Annotate | Download | only in arm

Lines Matching defs:movw

287     0x40, 0xf2, 0x00, 0x00,   // MOVW r0, #0 (placeholder)
325 // Distribute the bits of the diff between the MOVW and MOVT:
328 uint32_t movw = 0xf2400000u | // MOVW r0, #0 (placeholder),
339 static_cast<uint8_t>(movw >> 16), static_cast<uint8_t>(movw >> 24),
340 static_cast<uint8_t>(movw >> 0), static_cast<uint8_t>(movw >> 8),