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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 465 NT_untyped,
1472 enum neon_el_type thistype = NT_untyped;
15021 *g_type = NT_untyped;
15048 case NT_untyped:
15151 *type = NT_untyped;
15309 g_type = NT_untyped;
15791 to NT_untyped and size is updated in inst.vectype.el[j].size. */
15792 if ((inst.operands[0].present) && (inst.vectype.el[0].type == NT_untyped))
16052 inst.instruction |= (et.type == NT_untyped) << 28;
17198 neon_dyadic_misc (NT_untyped, N_IF_32, 0)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 465 NT_untyped,
1476 enum neon_el_type thistype = NT_untyped;
15024 *g_type = NT_untyped;
15051 case NT_untyped:
15154 *type = NT_untyped;
15312 g_type = NT_untyped;
15794 to NT_untyped and size is updated in inst.vectype.el[j].size. */
15795 if ((inst.operands[0].present) && (inst.vectype.el[0].type == NT_untyped))
17201 neon_dyadic_misc (NT_untyped, N_IF_32, 0);
17283 constraint (type != NT_untyped, BAD_EL_TYPE)
    [all...]

Completed in 49 milliseconds