Home
last modified time | relevance | path

Searched refs:bswapl (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86.cc277 __ bswapl(out); in GenReverseBytes() local
281 __ bswapl(out); in GenReverseBytes() local
314 __ bswapl(output_lo); in VisitLongReverseBytes() local
315 __ bswapl(output_hi); in VisitLongReverseBytes() local
2134 __ bswapl(reg); in VisitIntegerReverse() local
2164 __ bswapl(reg_low); in VisitLongReverse() local
2170 __ bswapl(reg_high); in VisitLongReverse() local
Dintrinsics_x86_64.cc195 __ bswapl(out); in GenReverseBytes() local
199 __ bswapl(out); in GenReverseBytes() local
2213 __ bswapl(reg); in VisitIntegerReverse() local
/art/compiler/utils/x86/
Dassembler_x86.h349 void bswapl(Register dst);
Dassembler_x86.cc231 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h854 void bswapl(CpuRegister dst);
Dassembler_x86_64_test.cc2102 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
Dassembler_x86_64.cc4934 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler