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

/art/compiler/optimizing/
H A Dintrinsics_x86.cc287 __ bswapl(out);
291 __ bswapl(out);
324 __ bswapl(output_lo);
325 __ bswapl(output_hi);
2504 __ bswapl(reg);
2534 __ bswapl(reg_low);
2540 __ bswapl(reg_high);
H A Dintrinsics_x86_64.cc200 __ bswapl(out);
204 __ bswapl(out);
2568 __ bswapl(reg);
/art/compiler/utils/x86/
H A Dassembler_x86.h340 void bswapl(Register dst);
H A Dassembler_x86.cc182 void X86Assembler::bswapl(Register dst) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h782 void bswapl(CpuRegister dst);
H A Dassembler_x86_64_test.cc1756 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl");
H A Dassembler_x86_64.cc3183 void X86_64Assembler::bswapl(CpuRegister dst) { function in class:art::x86_64::X86_64Assembler

Completed in 46 milliseconds