Output from PortB & PortD at the same time on Uno r3

How exactly? a fraction of a microsecond is achievable with:

  PORTB = bval ;
  PORTD = dval ;

for instance if bval and dval are byte variables (I've measured it as 63ns, one clock cycle)