Please enable JavaScript.
Coggle requires JavaScript to display documents.
계산 (Bits by bits right to left (Overflow 해결? (sign bit 에 영향. (add addi…
계산
Bits by bits right to left
뺄셈은 operand negative -> 그후에
Overflow 해결?
sign bit 에 영향.
add addi sub
이건 sign 인 경우에만
unsigned 이면 overflow 영향없는 주소.
addu addiu subu
exception
EPC는 jump하는게아니라 구조를 전한다. mfc0?
곱하기 연산
하는 방식! 설명 더 듣기!
parallel
division이 더 빠르고 쉽다 상호적
why?
Dividend Quotient Divisor Remainder
왼쪽에서 오른쪽으로 빼보면서 0과 1 할당
구조도 작게 차지하고 시간도 적게든다
왜 나머지 부호가 dividend따라 가는가? 만약 divider 부호를 따라야 할 경우엔 어떻게 하는가?
Th e SRT division technique 설명??
multiple quotient bits and collect it.
Floating point!!!!
size of fraction and exponent
overflow in exponent
underflow.
둘이 어떻게 비교?
double precision.
exponent...를 더 정확하게 하려면 어쩌지?
Bias notation은 뭔가??
Addition -larger 에 맞춘다.
Sum and Round
Parallelism