Searched refs:bswapl (Results 1 – 7 of 7) sorted by relevance
279 __ bswapl(out); in GenReverseBytes() local283 __ bswapl(out); in GenReverseBytes() local316 __ bswapl(output_lo); in VisitLongReverseBytes() local317 __ bswapl(output_hi); in VisitLongReverseBytes() local2237 __ bswapl(reg); in VisitIntegerReverse() local2267 __ bswapl(reg_low); in VisitLongReverse() local2273 __ bswapl(reg_high); in VisitLongReverse() local
195 __ bswapl(out); in GenReverseBytes() local199 __ bswapl(out); in GenReverseBytes() local2213 __ bswapl(reg); in VisitIntegerReverse() local
373 void bswapl(Register dst);
231 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
855 void bswapl(CpuRegister dst);
2107 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
4943 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler