Searched refs:bswapl (Results 1 – 7 of 7) sorted by relevance
284 __ bswapl(out); in GenReverseBytes() local288 __ bswapl(out); in GenReverseBytes() local321 __ bswapl(output_lo); in VisitLongReverseBytes() local322 __ bswapl(output_hi); in VisitLongReverseBytes() local1672 __ bswapl(reg); in VisitIntegerReverse() local1704 __ bswapl(reg_low); in VisitLongReverse() local1710 __ bswapl(reg_high); in VisitLongReverse() local
233 __ bswapl(out); in GenReverseBytes() local237 __ bswapl(out); in GenReverseBytes() local1535 __ bswapl(reg); in VisitIntegerReverse() local
234 void bswapl(Register dst);
148 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
602 void bswapl(CpuRegister dst);
1043 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
2053 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler