Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc282 __ bswapl(out); in GenReverseBytes() local
286 __ bswapl(out); in GenReverseBytes() local
319 __ bswapl(output_lo); in VisitLongReverseBytes() local
320 __ bswapl(output_hi); in VisitLongReverseBytes() local
2179 __ bswapl(reg); in VisitIntegerReverse() local
2209 __ bswapl(reg_low); in VisitLongReverse() local
2215 __ bswapl(reg_high); in VisitLongReverse() local
Dintrinsics_x86_64.cc200 __ bswapl(out); in GenReverseBytes() local
204 __ bswapl(out); in GenReverseBytes() local
2271 __ 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.h852 void bswapl(CpuRegister dst);
Dassembler_x86_64_test.cc2091 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
Dassembler_x86_64.cc4918 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler