Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86_64.cc2349 static void SwapBits64(CpuRegister reg, CpuRegister temp, CpuRegister temp_mask, in SwapBits64() function
2379 SwapBits64(reg, temp1, temp2, 1, INT64_C(0x5555555555555555), assembler); in VisitLongReverse()
2380 SwapBits64(reg, temp1, temp2, 2, INT64_C(0x3333333333333333), assembler); in VisitLongReverse()
2381 SwapBits64(reg, temp1, temp2, 4, INT64_C(0x0f0f0f0f0f0f0f0f), assembler); in VisitLongReverse()