Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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
H A Dintrinsics_x86_64.cc195 __ bswapl(out); in GenReverseBytes() local
199 __ bswapl(out); in GenReverseBytes() local
2213 __ bswapl(reg); in VisitIntegerReverse() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc231 void X86Assembler::bswapl(Register dst) { in bswapl() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc4943 void X86_64Assembler::bswapl(CpuRegister dst) { in bswapl() function in art::x86_64::X86_64Assembler