Searched refs:movz_s (Results 1 – 3 of 3) sorted by relevance
231 void movz_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
913 Asm->movz_s(getDest(), getSrc(0), getSrc(1)); in emitIAS()
901 void AssemblerMIPS32::movz_s(const Operand *OpFd, const Operand *OpFs, in movz_s() function in Ice::MIPS32::AssemblerMIPS32