Home | History | Annotate | Download | only in arm

Lines Matching refs:rd

299   } else if (format[1] == 'd') {  // 'rd: Rd register
583 // The MUL instruction description (A 4.1.33) refers to Rd as being
589 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
590 // Rn field to encode the Rd register and the Rd field to encode
592 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
597 // and Rd fields as follows:
598 // RdLo == Rd field
601 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
611 Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm");
613 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'off8");
619 Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm");
621 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'off8");
627 Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w");
629 Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'off8]'w");
635 Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w");
637 Format(instr, "'memop'cond'sign'h 'rd, ['rn, #+'off8]'w");
652 Format(instr, "and'cond's 'rd, 'rn, 'shift_op");
656 Format(instr, "eor'cond's 'rd, 'rn, 'shift_op");
660 Format(instr, "sub'cond's 'rd, 'rn, 'shift_op");
664 Format(instr, "rsb'cond's 'rd, 'rn, 'shift_op");
668 Format(instr, "add'cond's 'rd, 'rn, 'shift_op");
672 Format(instr, "adc'cond's 'rd, 'rn, 'shift_op");
676 Format(instr, "sbc'cond's 'rd, 'rn, 'shift_op");
680 Format(instr, "rsc'cond's 'rd, 'rn, 'shift_op");
723 Format(instr, "clz'cond 'rd, 'rm");
733 Format(instr, "orr'cond's 'rd, 'rn, 'shift_op");
737 Format(instr, "mov'cond's 'rd, 'shift_op");
741 Format(instr, "bic'cond's 'rd, 'rn, 'shift_op");
745 Format(instr, "mvn'cond's 'rd, 'shift_op");
764 Format(instr, "'memop'cond'b 'rd, ['rn], #-'off12");
771 Format(instr, "'memop'cond'b 'rd, ['rn], #+'off12");
775 Format(instr, "'memop'cond'b 'rd, ['rn, #-'off12]'w");
779 Format(instr, "'memop'cond'b 'rd, ['rn, #+'off12]'w");
795 Format(instr, "'memop'cond'b 'rd, ['rn], -'shift_rm");
800 Format(instr, "'memop'cond'b 'rd, ['rn], +'shift_rm");
804 Format(instr, "'memop'cond'b 'rd, ['rn, -'shift_rm]'w");
813 Format(instr, "ubfx'cond 'rd, 'rm, #'off7to11, #'off16to20");
818 Format(instr, "'memop'cond'b 'rd, ['rn, +'shift_rm]'w");
861 Format(instr, "'memop'h'pu 'rd, ");