HomeSort by: relevance | last modified time | path
    Searched defs:T_OPCODE_ASR_I (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 850 #define T_OPCODE_ASR_I 0x1000
12977 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
13818 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
13861 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_I; break;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 850 #define T_OPCODE_ASR_I 0x1000
12980 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
13821 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
13864 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_I; break;

Completed in 65 milliseconds