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

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 962 the assembler mnemonic for neon instructions, which usually refers to the
964 those defined for that instruction's pattern, for instance in neon.md. */
1360 neon intrinsic builtins. They are _not_ user-visible types. Therefore
1932 /* Set up all the NEON builtins, even builtins for instructions that are not
2898 /* EXP is a pointer argument to a Neon load or store intrinsic. Derive
3289 bool neon = false; local
3293 neon = true;
3339 if (neon || mve)
3416 /* Expand a Neon builtin, i.e. those registered only if TARGET_NEON holds.
3427 "You must enable NEON instructions
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 939 the assembler mnemonic for neon instructions, which usually refers to the
941 those defined for that instruction's pattern, for instance in neon.md. */
1337 neon intrinsic builtins. They are _not_ user-visible types. Therefore
1889 /* Set up all the NEON builtins, even builtins for instructions that are not
2841 /* EXP is a pointer argument to a Neon load or store intrinsic. Derive
3229 bool neon = false; local
3233 neon = true;
3279 if (neon || mve)
3355 /* Expand a Neon builtin, i.e. those registered only if TARGET_NEON holds.
3366 "You must enable NEON instructions
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 521 /* This does not indicate an actual NEON instruction, only that
522 the mnemonic accepts neon-style type suffixes. */
547 1) Neon scalar,
551 /* Note: we abuse "regisimm" to mean "is Neon register" in VMOV
554 unsigned isvec : 1; /* Is a single, double or quad VFP/Neon reg. */
687 If TYPE is REG_TYPE_VFD or REG_TYPE_NQ, the NEON field can point to extra
689 register alias created with .dn or .qn). Otherwise NEON should be NULL. */
696 struct neon_typed_alias * neon; member in struct:reg_entry
706 [REG_TYPE_VFD] = N_("VFP/Neon double precision register expected"),
707 [REG_TYPE_NQ] = N_("Neon quad precision register expected")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 521 /* This does not indicate an actual NEON instruction, only that
522 the mnemonic accepts neon-style type suffixes. */
547 1) Neon scalar,
551 /* Note: we abuse "regisimm" to mean "is Neon register" in VMOV
554 unsigned isvec : 1; /* Is a single, double or quad VFP/Neon reg. */
687 If TYPE is REG_TYPE_VFD or REG_TYPE_NQ, the NEON field can point to extra
689 register alias created with .dn or .qn). Otherwise NEON should be NULL. */
696 struct neon_typed_alias * neon; member in struct:reg_entry
706 [REG_TYPE_VFD] = N_("VFP/Neon double precision register expected"),
707 [REG_TYPE_NQ] = N_("Neon quad precision register expected")
    [all...]

Completed in 40 milliseconds