Searched refs:bswapl (Results 1 – 7 of 7) sorted by relevance
277 __ bswapl(out); in GenReverseBytes() local281 __ bswapl(out); in GenReverseBytes() local314 __ bswapl(output_lo); in VisitLongReverseBytes() local315 __ bswapl(output_hi); in VisitLongReverseBytes() local2134 __ bswapl(reg); in VisitIntegerReverse() local2164 __ bswapl(reg_low); in VisitLongReverse() local2170 __ bswapl(reg_high); in VisitLongReverse() local
195 __ bswapl(out); in GenReverseBytes() local199 __ bswapl(out); in GenReverseBytes() local2213 __ bswapl(reg); in VisitIntegerReverse() local
349 void bswapl(Register dst);
231 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
854 void bswapl(CpuRegister dst);
2102 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
4934 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler