Lines Matching refs:dst
378 print_dst(instr->alui.dst);
399 print_dst(instr->movi.dst);
404 if ((instr->movi.dst == REG_ADDR) && (instr->movi.shift >= 16)) {
462 * or $dst, $00, $src -> mov $dst, $src
464 * sub $dst, $00, $src ???
473 print_dst(instr->alu.dst);
493 * (xmovN) alu $dst, $src1, $src2
495 * In all of the uses in the firmware blob, $dst and $src2 are one
497 * that if $dst isn't "special" then it's replaced with $00
511 * mov $dst, $src2 (special case for CP_CONTEXT_REG_BUNCH)
525 if (instr->alu.dst < 0x1d)
528 print_dst(instr->alu.dst);
702 print_dst(instr->alui.dst);