Home
last modified time | relevance | path

Searched defs:bswapq (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc202 __ bswapq(out); in GenReverseBytes() local
2257 __ bswapq(reg); in VisitLongReverse() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4941 void X86_64Assembler::bswapq(CpuRegister dst) { in bswapq() function in art::x86_64::X86_64Assembler