Searched defs:movw (Results 1 – 3 of 3) sorted by relevance
140 .macro movw rd, val macro
2001 static int32_t DecodeARMv7LoadImmediate(int32_t movt, int32_t movw) { in DecodeARMv7LoadImmediate()2072 const int32_t movw = region.Load<int32_t>(position); in ProcessARMv7() local
1796 void AssemblerARM32::movw(const Operand *OpRd, const Operand *OpSrc, in movw() function in Ice::ARM32::AssemblerARM32