MIPS (Neugier) schneller Weg von clearing ein register?

Was ist der Schnellste Weg von clearing ein register (=0) in MIPS assembly?

Einige Beispiele:

xor    $t0, $t0, $t0
and    $t0, $t0, $0
move   $t0, $0
li     $t0, 0
add    $t0, $0, $0

Welche ist die effizienteste?

InformationsquelleAutor lois | 2010-10-26

Schreibe einen Kommentar