Searched refs:bswapl (Results 1 – 7 of 7) sorted by relevance
292 __ bswapl(out); in GenReverseBytes() local296 __ bswapl(out); in GenReverseBytes() local329 __ bswapl(output_lo); in VisitLongReverseBytes() local330 __ bswapl(output_hi); in VisitLongReverseBytes() local2509 __ bswapl(reg); in VisitIntegerReverse() local2540 __ bswapl(reg_low); in VisitLongReverse() local2546 __ bswapl(reg_high); in VisitLongReverse() local
203 __ bswapl(out); in GenReverseBytes() local207 __ bswapl(out); in GenReverseBytes() local2574 __ bswapl(reg); in VisitIntegerReverse() local
336 void bswapl(Register dst);
155 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
727 void bswapl(CpuRegister dst);
1549 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
2850 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler