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