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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 676 #define N_VFP 0xd4
tc-arm.c 14815 N_VFP = 0x4000000, /* VFP mode: operand size must match register width. */
15331 if ((thisarg & N_VFP) != 0)
15489 et = neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP);
15494 et = neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP,
15495 N_F_ALL | N_KEY | N_VFP);
15581 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_VFP | N_KEY);
15630 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 672 #define N_VFP 0xd4
tc-arm.c 14818 N_VFP = 0x4000000, /* VFP mode: operand size must match register width. */
15334 if ((thisarg & N_VFP) != 0)
15492 et = neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP);
15497 et = neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP,
15498 N_F_ALL | N_KEY | N_VFP);
15584 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_VFP | N_KEY);
15633 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP)
    [all...]

Completed in 86 milliseconds