reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8456 rotation = 0; 8464 rotation = Bits32(opcode, 5, 4) << 3; 8476 rotation = Bits32(opcode, 11, 10) << 3; 8494 uint64_t rotated = ROR(Rm, rotation, &success);