Searched refs:hs (Results 1 – 25 of 80) sorted by relevance
1234
/toolchain/binutils/binutils-2.27/binutils/ |
D | rclex.c | 873 const char *hs = NULL; in yylex() local 879 hs = yylval.s; in yylex() 882 hs = yylval.s = yylval.ss.s; in yylex() 885 if (! hs) in yylex() 890 else if (! strcmp (hs, "StringFileInfo")) in yylex() 892 else if (! strcmp (hs, "VarFileInfo")) in yylex()
|
D | sysroff.info | 5 (("hs") (1 byte) ("hs")) 74 ("hs" 0x05
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
D | sec-7m.d | 9 #objdump: -hs
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
D | alias.s | 56 csinv x0, x1, xzr, hs 57 csinv x0, x1, x1, hs
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/ |
D | mov.s | 38 mov.hs r5,r6
|
D | ror.s | 39 ror.hs r4,r4,r7
|
D | or.s | 39 or.hs r4,r4,r7
|
D | and.s | 39 and.hs r4,r4,r7
|
D | lsr.s | 39 lsr.hs r4,r4,r7
|
D | bic.s | 39 bic.hs r4,r4,r7
|
D | asl.s | 39 asl.hs r4,r4,r7
|
D | sub.s | 39 sub.hs r4,r4,r7
|
D | adc.s | 39 adc.hs r4,r4,r7
|
D | add.s | 39 add.hs r4,r4,r7
|
D | sbc.s | 39 sbc.hs r4,r4,r7
|
D | asr.s | 39 asr.hs r4,r4,r7
|
D | xor.s | 39 xor.hs r4,r4,r7
|
D | ext3op.s | 41 dsp_fp_div.hs r4,r4,r7
|
D | textinsn3op.s | 40 myinsn.hs r4,r4,r7
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-alpha.c | 2187 struct alpha_elf_link_hash_entry *hs in elf64_alpha_copy_indirect_symbol() local 2194 hs->flags |= hi->flags; in elf64_alpha_copy_indirect_symbol() 2206 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol() 2207 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol() 2212 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2224 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2225 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol() 2233 if (hs->reloc_entries == NULL) in elf64_alpha_copy_indirect_symbol() 2234 hs->reloc_entries = hi->reloc_entries; in elf64_alpha_copy_indirect_symbol() 2239 rsh = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol() [all …]
|
/toolchain/binutils/binutils-2.27/gold/ |
D | options.h | 171 const char* hs, const char* ha, bool oa, Struct_var* r) in One_option() 173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r) in One_option()
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/arch/ |
D | sh.s | 32 …cmp/hs r5,r4 ;!/* 0011nnnnmmmm0010 cmp/hs <REG_M>,<REG_N>*/{"cmp/hs",{ A_REG_M,A_REG_…
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/arch/ |
D | sh.s | 32 …cmp/hs r5,r4 ;!/* 0011nnnnmmmm0010 cmp/hs <REG_M>,<REG_N>*/{"cmp/hs",{ A_REG_M,A_REG_…
|
D | sh2.s | 45 …cmp/hs r5,r4 ;!/* 0011nnnnmmmm0010 cmp/hs <REG_M>,<REG_N>*/{"cmp/hs",{ A_REG_M,A_REG_…
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-sh.texi | 287 cmp/hs Rm,Rn mov.l @@(disp,Rn),Rm
|
1234