Searched defs:Wsbh (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 262 __ Wsbh(out, in); in GenReverse() local 277 __ Wsbh(out, out); in GenReverse() local 325 __ Wsbh(out_lo, AT); in GenReverse() local 326 __ Wsbh(out_hi, TMP); in GenReverse() local 529 __ Wsbh(out, out); in GenNumberOfTrailingZeroes() local
|
D | intrinsics_mips64.cc | 236 __ Wsbh(out, out); in GenReverseBytes() local 319 __ Wsbh(out.AsRegister<GpuRegister>(), out.AsRegister<GpuRegister>()); in GenNumberOfTrailingZeroes() local 353 __ Wsbh(out, out); in GenReverse() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 1471 TEST_F(AssemblerMIPS64Test, Wsbh) { in TEST_F() argument
|
D | assembler_mips64.cc | 452 void Mips64Assembler::Wsbh(GpuRegister rd, GpuRegister rt) { in Wsbh() function in art::mips64::Mips64Assembler
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 579 void MipsAssembler::Wsbh(Register rd, Register rt) { in Wsbh() function in art::mips::MipsAssembler
|