Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_op

609       if (format[1] == 'h') {  // 'shift_op or 'shift_rm or 'shift_sat.
610 if (format[6] == 'o') { // 'shift_op
611 ASSERT(STRING_STARTS_WITH(format, "shift_op"));
888 Format(instr, "and'cond's 'rd, 'rn, 'shift_op");
892 Format(instr, "eor'cond's 'rd, 'rn, 'shift_op");
896 Format(instr, "sub'cond's 'rd, 'rn, 'shift_op");
900 Format(instr, "rsb'cond's 'rd, 'rn, 'shift_op");
904 Format(instr, "add'cond's 'rd, 'rn, 'shift_op");
908 Format(instr, "adc'cond's 'rd, 'rn, 'shift_op");
912 Format(instr, "sbc'cond's 'rd, 'rn, 'shift_op");
916 Format(instr, "rsc'cond's 'rd, 'rn, 'shift_op");
921 Format(instr, "tst'cond 'rn, 'shift_op");
929 Format(instr, "teq'cond 'rn, 'shift_op");
939 Format(instr, "cmp'cond 'rn, 'shift_op");
947 Format(instr, "cmn'cond 'rn, 'shift_op");
956 Format(instr, "orr'cond's 'rd, 'rn, 'shift_op");
960 Format(instr, "mov'cond's 'rd, 'shift_op");
964 Format(instr, "bic'cond's 'rd, 'rn, 'shift_op");
968 Format(instr, "mvn'cond's 'rd, 'shift_op");