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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14704 NS_NULL
14848 sizes) from a list of alternatives. Return NS_NULL if the current instruction
14868 for (; shape != NS_NULL; shape = (enum neon_shape) va_arg (ap, int))
14985 if (shape == NS_NULL && first_shape != NS_NULL)
15336 /* PR 11136: Catch the case where we are passed a shape of NS_NULL. */
15337 if (ns == NS_NULL)
15488 rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL);
15493 rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL);
15629 enum neon_shape rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14707 NS_NULL
14851 sizes) from a list of alternatives. Return NS_NULL if the current instruction
14871 for (; shape != NS_NULL; shape = (enum neon_shape) va_arg (ap, int))
14988 if (shape == NS_NULL && first_shape != NS_NULL)
15339 /* PR 11136: Catch the case where we are passed a shape of NS_NULL. */
15340 if (ns == NS_NULL)
15491 rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL);
15496 rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL);
15632 enum neon_shape rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL);
    [all...]

Completed in 51 milliseconds