Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc292 __ bswapl(out); in GenReverseBytes() local
296 __ bswapl(out); in GenReverseBytes() local
329 __ bswapl(output_lo); in VisitLongReverseBytes() local
330 __ bswapl(output_hi); in VisitLongReverseBytes() local
2509 __ bswapl(reg); in VisitIntegerReverse() local
2540 __ bswapl(reg_low); in VisitLongReverse() local
2546 __ bswapl(reg_high); in VisitLongReverse() local
Dintrinsics_x86_64.cc203 __ bswapl(out); in GenReverseBytes() local
207 __ bswapl(out); in GenReverseBytes() local
2574 __ bswapl(reg); in VisitIntegerReverse() local
/art/compiler/utils/x86/
Dassembler_x86.h336 void bswapl(Register dst);
Dassembler_x86.cc155 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h727 void bswapl(CpuRegister dst);
Dassembler_x86_64_test.cc1549 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
Dassembler_x86_64.cc2850 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler