Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc279 __ bswapl(out); in GenReverseBytes() local
283 __ bswapl(out); in GenReverseBytes() local
316 __ bswapl(output_lo); in VisitLongReverseBytes() local
317 __ bswapl(output_hi); in VisitLongReverseBytes() local
2237 __ bswapl(reg); in VisitIntegerReverse() local
2267 __ bswapl(reg_low); in VisitLongReverse() local
2273 __ 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.h373 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.h855 void bswapl(CpuRegister dst);
Dassembler_x86_64_test.cc2107 DriverStr(Repeatr(&x86_64::X86_64Assembler::bswapl, "bswap %{reg}"), "bswapl"); in TEST_F()
Dassembler_x86_64.cc4943 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler