Home
last modified time | relevance | path

Searched defs:bswapl (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86.cc284 __ bswapl(out); in GenReverseBytes() local
288 __ bswapl(out); in GenReverseBytes() local
321 __ bswapl(output_lo); in VisitLongReverseBytes() local
322 __ bswapl(output_hi); in VisitLongReverseBytes() local
1672 __ bswapl(reg); in VisitIntegerReverse() local
1704 __ bswapl(reg_low); in VisitLongReverse() local
1710 __ bswapl(reg_high); in VisitLongReverse() local
Dintrinsics_x86_64.cc233 __ bswapl(out); in GenReverseBytes() local
237 __ bswapl(out); in GenReverseBytes() local
1535 __ bswapl(reg); in VisitIntegerReverse() local
/art/compiler/utils/x86/
Dassembler_x86.cc148 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2053 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler