Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_op

579       if (format[1] == 'h') {  // 'shift_op or 'shift_rm or 'shift_sat.
580 if (format[6] == 'o') { // 'shift_op
581 DCHECK(STRING_STARTS_WITH(format, "shift_op"));
858 Format(instr, "and'cond's 'rd, 'rn, 'shift_op");
862 Format(instr, "eor'cond's 'rd, 'rn, 'shift_op");
866 Format(instr, "sub'cond's 'rd, 'rn, 'shift_op");
870 Format(instr, "rsb'cond's 'rd, 'rn, 'shift_op");
874 Format(instr, "add'cond's 'rd, 'rn, 'shift_op");
878 Format(instr, "adc'cond's 'rd, 'rn, 'shift_op");
882 Format(instr, "sbc'cond's 'rd, 'rn, 'shift_op");
886 Format(instr, "rsc'cond's 'rd, 'rn, 'shift_op");
891 Format(instr, "tst'cond 'rn, 'shift_op");
899 Format(instr, "teq'cond 'rn, 'shift_op");
909 Format(instr, "cmp'cond 'rn, 'shift_op");
917 Format(instr, "cmn'cond 'rn, 'shift_op");
926 Format(instr, "orr'cond's 'rd, 'rn, 'shift_op");
930 Format(instr, "mov'cond's 'rd, 'shift_op");
934 Format(instr, "bic'cond's 'rd, 'rn, 'shift_op");
938 Format(instr, "mvn'cond's 'rd, 'shift_op");