/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | mrs-msr-thumb-v7-m-bad.l | 6 [^:]*:9: Error: bad bitmask specified after APSR -- `msr xpsr_nncvq,r6'
|
D | msr-reg.d | 4 # warning: writing to APSR without specifying a bitmask is deprecated
|
D | msr-reg-thumb.d | 5 # warning: writing to APSR without specifying a bitmask is deprecated
|
D | msr-reg-bad.l | 2 [^:]*:8: writing to APSR without specifying a bitmask is deprecated
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-gen.c | 229 aarch64_insn bitmask; in divide_table_1() local 289 bitmask = (1 << bitno); in divide_table_1() 305 if (ent->opcode & bitmask) in divide_table_1() 307 ent->mask &= (~bitmask); in divide_table_1() 315 ent->mask &= (~bitmask); in divide_table_1()
|
D | cgen-ibld.in | 399 but for generality we take a bitmask of all of them.
|
D | ChangeLog-2011 | 606 (print_insn_thumb32): Add APSR bitmask support.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | tilegx.cc | 810 elfcpp::Elf_Xword bitmask) in rela() argument 821 elfcpp::Elf_Xword dst_mask = bitmask << doffset; in rela() 824 reloc &= bitmask; in rela() 837 elfcpp::Elf_Xword bitmask) in rela_ua() argument 849 elfcpp::Elf_Xword dst_mask = bitmask << doffset; in rela_ua() 852 reloc &= bitmask; in rela_ua() 897 elfcpp::Elf_Xword bitmask) in pcrela() argument 910 elfcpp::Elf_Xword dst_mask = bitmask << doffset; in pcrela() 912 reloc &= bitmask; in pcrela() 925 elfcpp::Elf_Xword bitmask) in pcrela_ua() argument [all …]
|
D | dynobj.cc | 1216 std::vector<Word> bitmask(maskwords); in sized_create_gnu_hash_table() local 1259 bitmask[val] |= (static_cast<Word>(1U)) << (hashval & mask); in sized_create_gnu_hash_table() 1260 bitmask[val] |= (static_cast<Word>(1U)) << ((hashval >> shift2) & mask); in sized_create_gnu_hash_table() 1278 elfcpp::Swap<size, big_endian>::writeval(p, bitmask[i]); in sized_create_gnu_hash_table()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.h | 241 int bitmask; /* Number of register bits. */ member
|
D | tc-nds32.c | 5441 while (code_seq_cond[i].bitmask != 0) in nds32_elf_get_set_cond() 5445 mask = (ori_insn >> cond_fields[i].bitpos) & cond_fields[i].bitmask; in nds32_elf_get_set_cond() 5448 mask = (mask ^ ((cond_fields[i].bitmask + 1) >> 1)) - in nds32_elf_get_set_cond() 5449 ((cond_fields[i].bitmask + 1) >> 1); in nds32_elf_get_set_cond() 5450 *insn |= (mask & code_seq_cond[i].bitmask) << code_seq_cond[i].bitpos; in nds32_elf_get_set_cond()
|
D | tc-score7.c | 606 bfd_vma bitmask; member 5106 new_opcode->bitmask = insn->bitmask; in s7_build_score_ops_hsh()
|
D | tc-score.c | 548 bfd_vma bitmask; member 6331 new_opcode->bitmask = insn->bitmask; in s3_build_score_ops_hsh()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-score.texi | 125 @item .mask "bitmask", "frameoffset"
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | tr.po | 644 msgid "illegal bitmask" 645 msgstr "geçersiz bitmask "
|
D | sv.po | 674 msgid "illegal bitmask" 675 msgstr "otill�ten bitmask"
|
D | pt_BR.po | 325 msgid "illegal bitmask"
|
D | zh_CN.po | 654 msgid "illegal bitmask"
|
D | id.po | 1057 msgid "illegal bitmask" 1058 msgstr "bitmask ilegal"
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 5174 bfd_vma *bitmask; member 5262 s->bitmask[val] |= ((bfd_vma) 1) << (s->hashval[h->dynindx] & s->mask); in elf_renumber_gnu_hash_syms() 5263 s->bitmask[val] in elf_renumber_gnu_hash_syms() 6568 cinfo.bitmask = (bfd_vma *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr() 6569 if (cinfo.bitmask == NULL) in bfd_elf_size_dynsym_hash_dynstr() 6575 cinfo.counts = (long unsigned int *) (cinfo.bitmask + maskwords); in bfd_elf_size_dynsym_hash_dynstr() 6578 memset (cinfo.bitmask, 0, maskwords * sizeof (bfd_vma)); in bfd_elf_size_dynsym_hash_dynstr() 6600 free (cinfo.bitmask); in bfd_elf_size_dynsym_hash_dynstr() 6630 bfd_put (bed->s->arch_size, output_bfd, cinfo.bitmask[i], in bfd_elf_size_dynsym_hash_dynstr() 6635 free (cinfo.bitmask); in bfd_elf_size_dynsym_hash_dynstr()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog | 16 (ELF_SPARC_HWCAP2_FJATHPLUS): New HWCAP2 bitmask value. 497 (ELF_SPARC_HWCAP_*): New HWCAPS bitmask values.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2011 | 1056 * gas/arm/arch7.s: Specify bitmask for APSR writes. 1063 * msr-imm.s: Specify bitmask on APSR writes.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog | 934 * arm.h (ARM_AEXT_V7_ARM): Remove ARM_EXT_OS from bitmask. 1105 * tic6x-insn-formats.h (s_branch): Correct typo in bitmask.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2011 | 431 (struct sparc_arch): New field 'hwcap_allowed' containing a bitmask 443 * config/tc-sparc.c (hwcap_seen): New bitmask, defined when
|
D | ChangeLog-2013 | 1231 with a single "ase" bitmask. 1241 Use bitmask operations to select the default ASEs. Set file_ase
|