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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 5335 arm_decode_field (unsigned long given, unsigned int start, unsigned int end)
5362 value = arm_decode_field (given, start, end);
5388 if ((arm_decode_field (given, 12, 12) == 0)
5389 && (arm_decode_field (given, 0, 0) == 1))
5396 if (arm_decode_field (given, 0, 3) == 0xd)
5408 if (arm_decode_field (given, 20, 21) == 3)
5413 if ((arm_decode_field (given, 12, 12) == 0)
5414 && (arm_decode_field (given, 0, 0) == 1))
5420 if (arm_decode_field (given, 0, 3) == 0xd)
5465 if (arm_decode_field (given, 20, 21) == 3
5334 arm_decode_field (unsigned long given, unsigned int start, unsigned int end) function
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 5335 arm_decode_field (unsigned long given, unsigned int start, unsigned int end)
5362 value = arm_decode_field (given, start, end);
5388 if ((arm_decode_field (given, 12, 12) == 0)
5389 && (arm_decode_field (given, 0, 0) == 1))
5396 if (arm_decode_field (given, 0, 3) == 0xd)
5408 if (arm_decode_field (given, 20, 21) == 3)
5413 if ((arm_decode_field (given, 12, 12) == 0)
5414 && (arm_decode_field (given, 0, 0) == 1))
5420 if (arm_decode_field (given, 0, 3) == 0xd)
5465 if (arm_decode_field (given, 20, 21) == 3
5334 arm_decode_field (unsigned long given, unsigned int start, unsigned int end) function
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 5335 arm_decode_field (unsigned long given, unsigned int start, unsigned int end)
5362 value = arm_decode_field (given, start, end);
5388 if ((arm_decode_field (given, 12, 12) == 0)
5389 && (arm_decode_field (given, 0, 0) == 1))
5396 if (arm_decode_field (given, 0, 3) == 0xd)
5408 if (arm_decode_field (given, 20, 21) == 3)
5413 if ((arm_decode_field (given, 12, 12) == 0)
5414 && (arm_decode_field (given, 0, 0) == 1))
5420 if (arm_decode_field (given, 0, 3) == 0xd)
5465 if (arm_decode_field (given, 20, 21) == 3
5334 arm_decode_field (unsigned long given, unsigned int start, unsigned int end) function
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 5431 arm_decode_field (unsigned long given, unsigned int start, unsigned int end)
5458 value = arm_decode_field (given, start, end);
5484 if ((arm_decode_field (given, 12, 12) == 0)
5485 && (arm_decode_field (given, 0, 0) == 1))
5492 if (arm_decode_field (given, 0, 3) == 0xd)
5504 if (arm_decode_field (given, 20, 21) == 3)
5509 if ((arm_decode_field (given, 12, 12) == 0)
5510 && (arm_decode_field (given, 0, 0) == 1))
5516 if (arm_decode_field (given, 0, 3) == 0xd)
5561 if (arm_decode_field (given, 20, 21) == 3
5430 arm_decode_field (unsigned long given, unsigned int start, unsigned int end) function
    [all...]

Completed in 42 milliseconds