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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 851 #define T_OPCODE_LSL_I 0x0000
12975 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13019 inst.instruction = T_OPCODE_LSL_I;
13819 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13862 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_I; break;
28815 if (value > 32 || (value == 32 && temp == T_OPCODE_LSL_I))
28820 newval = (newval & 0x003f) | T_OPCODE_LSL_I;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 851 #define T_OPCODE_LSL_I 0x0000
12978 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13022 inst.instruction = T_OPCODE_LSL_I;
13822 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13865 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_I; break;
28818 if (value > 32 || (value == 32 && temp == T_OPCODE_LSL_I))
28823 newval = (newval & 0x003f) | T_OPCODE_LSL_I;

Completed in 63 milliseconds