Home | History | Annotate | Download | only in qtools

Lines Matching refs:rd

151     uint8_t rd = (insn >> 12) & 0xf;
176 // The following instructions do not write the result register (rd):
180 sprintf(rd_str, "r%d, ", rd);
265 uint8_t rd = (insn >> 12) & 0xf;
267 sprintf(ptr, "clz%s\tr%d, r%d", cond_to_str(cond), rd, rm);
333 uint8_t rd = (insn >> 12) & 0xf;
356 opname, cond_to_str(cond), byte, rd, rn);
359 opname, cond_to_str(cond), byte, rd, rn, minus, offset, bang);
366 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, offset);
381 opname, cond_to_str(cond), byte, rd, rn, minus, rm, bang);
386 opname, cond_to_str(cond), byte, rd, rn, minus, rm, bang);
392 opname, cond_to_str(cond), byte, rd, rn, minus, rm,
404 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, rm);
409 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, rm);
416 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, rm,
430 uint8_t rd = (insn >> 12) & 0xf;
457 sprintf(ptr, "%s%sh\tr%d, [r%d]", opname, cond_to_str(cond), rd, rn);
460 opname, cond_to_str(cond), rd, rn, minus, offset, bang);
464 opname, cond_to_str(cond), rd, rn, minus, offset);
471 opname, cond_to_str(cond), rd, rn, minus, rm, bang);
474 opname, cond_to_str(cond), rd, rn, minus, rm);
497 uint8_t rd = (insn >> 16) & 0xf;
505 opname, cond_to_str(cond), bit_s ? "s" : "", rd, rm, rs, rn);
527 uint8_t rd = (insn >> 16) & 0xf;
534 opname, cond_to_str(cond), bit_s ? "s" : "", rd, rm, rs);
541 uint8_t rd = (insn >> 12) & 0xf;
544 sprintf(ptr, "mrs%s\tr%d, %s", cond_to_str(cond), rd, ps ? "spsr" : "cpsr");
622 uint8_t rd = (insn >> 12) & 0xf;
626 sprintf(ptr, "%s%s\tr%d, r%d, [r%d]", opname, cond_to_str(cond), rd, rm, rn);