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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 846 #define T_OPCODE_ASR_R 0x4100
12929 opcode = narrow ? T_OPCODE_ASR_R : THUMB_OP32 (T_MNEM_asr);
13800 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
13843 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 846 #define T_OPCODE_ASR_R 0x4100
12932 opcode = narrow ? T_OPCODE_ASR_R : THUMB_OP32 (T_MNEM_asr);
13803 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
13846 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;

Completed in 64 milliseconds