Searched defs:Uxth (Results 1 – 4 of 4) sorted by relevance
1011 void TurboAssembler::Uxth(const Register& rd, const Register& rn) { in Uxth() function
2515 void Uxth(const Register& rd, const Register& rn) { in Uxth() function
5273 void Uxth(Condition cond, Register rd, const Operand& operand) { in Uxth() function5282 void Uxth(Register rd, const Operand& operand) { Uxth(al, rd, operand); } in Uxth() function
10375 __ Uxth(x21, x1); in TEST() local