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

  /src/external/gpl3/gdb/dist/sim/arm/
armcopro.c 61 One set is available when opcode_2 is 0 and
62 the other set when opcode_2 >= 1. */
66 which are accessed via CRm instead of opcode_2. */
102 unsigned opcode_2)
117 /* CRm must be 0. Opcode_2 can be anything. */
123 /* CRm must be 0. Opcode_2 must be zero. */
124 if ((CRm != 0) || (opcode_2 != 0))
132 /* Opcode_2 must be zero. CRm must be 0. */
133 if ((CRm != 0) || (opcode_2 != 0))
138 Opcode_2 CR
384 unsigned opcode_2 = BITS (5, 7); local
403 unsigned opcode_2 = BITS (5, 7); local
    [all...]
armcopro.c 61 One set is available when opcode_2 is 0 and
62 the other set when opcode_2 >= 1. */
66 which are accessed via CRm instead of opcode_2. */
102 unsigned opcode_2)
117 /* CRm must be 0. Opcode_2 can be anything. */
123 /* CRm must be 0. Opcode_2 must be zero. */
124 if ((CRm != 0) || (opcode_2 != 0))
132 /* Opcode_2 must be zero. CRm must be 0. */
133 if ((CRm != 0) || (opcode_2 != 0))
138 Opcode_2 CR
384 unsigned opcode_2 = BITS (5, 7); local
403 unsigned opcode_2 = BITS (5, 7); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
armcopro.c 61 One set is available when opcode_2 is 0 and
62 the other set when opcode_2 >= 1. */
66 which are accessed via CRm instead of opcode_2. */
102 unsigned opcode_2)
117 /* CRm must be 0. Opcode_2 can be anything. */
123 /* CRm must be 0. Opcode_2 must be zero. */
124 if ((CRm != 0) || (opcode_2 != 0))
132 /* Opcode_2 must be zero. CRm must be 0. */
133 if ((CRm != 0) || (opcode_2 != 0))
138 Opcode_2 CR
384 unsigned opcode_2 = BITS (5, 7); local
403 unsigned opcode_2 = BITS (5, 7); local
    [all...]
armcopro.c 61 One set is available when opcode_2 is 0 and
62 the other set when opcode_2 >= 1. */
66 which are accessed via CRm instead of opcode_2. */
102 unsigned opcode_2)
117 /* CRm must be 0. Opcode_2 can be anything. */
123 /* CRm must be 0. Opcode_2 must be zero. */
124 if ((CRm != 0) || (opcode_2 != 0))
132 /* Opcode_2 must be zero. CRm must be 0. */
133 if ((CRm != 0) || (opcode_2 != 0))
138 Opcode_2 CR
384 unsigned opcode_2 = BITS (5, 7); local
403 unsigned opcode_2 = BITS (5, 7); local
    [all...]

Completed in 125 milliseconds