Home | History | Annotate | Download | only in arm

Lines Matching refs:Rn

295   if (format[1] == 'n') {  // 'rn: Rn register
585 // Rn field to encode it.
586 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
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
591 // the Rn register.
592 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
596 // when referring to the target registers. They are mapped to the Rn
599 // RdHi == Rn 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");
685 Format(instr, "tst'cond 'rn, 'shift_op");
693 Format(instr, "teq'cond 'rn, 'shift_op");
711 Format(instr, "cmp'cond 'rn, 'shift_op");
719 Format(instr, "cmn'cond 'rn, 'shift_op");
733 Format(instr, "orr'cond's 'rd, 'rn, 'shift_op");
741 Format(instr, "bic'cond's 'rd, 'rn, '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");
818 Format(instr, "'memop'cond'b 'rd, ['rn, +'shift_rm]'w");
834 Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
836 Format(instr, "stm'cond'pu 'rn'w, 'rlist");
871 Format(instr, "['rn], #-'imm12");
873 Format(instr, "['rn], -'rm");
884 Format(instr, "['rn], #+'imm12");
886 Format(instr, "['rn], +'rm");
893 Format(instr, "['rn, #-'imm12]'w");
895 Format(instr, "['rn, -'rm]'w");
902 Format(instr, "['rn, #+'imm12]'w");
904 Format(instr, "['rn, +'rm]'w");
1036 Format(instr, "vmov'cond 'rt, 'rn, 'Dm");
1038 Format(instr, "vmov'cond 'Dm, 'rt, 'rn");
1043 Format(instr, "vldr'cond 'Dd, ['rn - 4*'off8]");
1045 Format(instr, "vstr'cond 'Dd, ['rn - 4*'off8]");
1050 Format(instr, "vldr'cond 'Dd, ['rn + 4*'off8]");
1052 Format(instr, "vstr'cond 'Dd, ['rn + 4*'off8]");