Searched defs:Uxtb (Results 1 – 4 of 4) sorted by relevance
1005 void TurboAssembler::Uxtb(const Register& rd, const Register& rn) { in Uxtb() function
2508 void Uxtb(const Register& rd, const Register& rn) { in Uxtb() function
5251 void Uxtb(Condition cond, Register rd, const Operand& operand) { in Uxtb() function5260 void Uxtb(Register rd, const Operand& operand) { Uxtb(al, rd, operand); } in Uxtb() function
10374 __ Uxtb(x20, x1); in TEST() local