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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 11342 static const unsigned int thumb_op32[] = { T16_32_TAB };
11343 #define THUMB_OP32(n) (thumb_op32[(n) - (T16_32_OFFSET + 1)])
11344 #define THUMB_SETS_FLAGS(n) (THUMB_OP32 (n) & 0x00100000)
11474 inst.instruction = THUMB_OP32 (inst.instruction);
11539 inst.instruction = THUMB_OP32 (inst.instruction);
11613 inst.instruction = THUMB_OP32 (inst.instruction);
11663 inst.instruction = THUMB_OP32 (inst.instruction);
11699 inst.instruction = THUMB_OP32 (inst.instruction);
11751 inst.instruction = THUMB_OP32 (inst.instruction)
11337 static const unsigned int thumb_op32[] = { T16_32_TAB }; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 11345 static const unsigned int thumb_op32[] = { T16_32_TAB };
11346 #define THUMB_OP32(n) (thumb_op32[(n) - (T16_32_OFFSET + 1)])
11347 #define THUMB_SETS_FLAGS(n) (THUMB_OP32 (n) & 0x00100000)
11477 inst.instruction = THUMB_OP32 (inst.instruction);
11542 inst.instruction = THUMB_OP32 (inst.instruction);
11616 inst.instruction = THUMB_OP32 (inst.instruction);
11666 inst.instruction = THUMB_OP32 (inst.instruction);
11702 inst.instruction = THUMB_OP32 (inst.instruction);
11754 inst.instruction = THUMB_OP32 (inst.instruction)
11340 static const unsigned int thumb_op32[] = { T16_32_TAB }; variable
    [all...]

Completed in 45 milliseconds