Searched defs:Wsbh (Results 1 – 3 of 3) sorted by relevance
262 __ Wsbh(out, in); in GenReverse() local277 __ Wsbh(out, out); in GenReverse() local325 __ Wsbh(out_lo, AT); in GenReverse() local326 __ Wsbh(out_hi, TMP); in GenReverse() local529 __ Wsbh(out, out); in GenNumberOfTrailingZeroes() local
236 __ Wsbh(out, out); in GenReverseBytes() local319 __ Wsbh(out.AsRegister<GpuRegister>(), out.AsRegister<GpuRegister>()); in GenNumberOfTrailingZeroes() local353 __ Wsbh(out, out); in GenReverse() local
483 void Mips64Assembler::Wsbh(GpuRegister rd, GpuRegister rt) { in Wsbh() function in art::mips64::Mips64Assembler