Home
last modified time | relevance | path

Searched refs:sbit (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Ditbl-parse.y275 static int sbit, ebit; variable
318 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
319 insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
355 insntbl_line, $1, sbit, ebit, $3));
356 itbl_add_operand (insn, $1, sbit, ebit, $3);
391 sbit = $2;
396 sbit = 31;
Ditbl-ops.c116 int sbit; /* mask starting bit position */ member
163 static struct itbl_field *alloc_field (e_type type, int sbit,
208 int sbit, int ebit, unsigned long flags) in itbl_add_insn() argument
214 e->range.sbit = sbit; in itbl_add_insn()
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, in itbl_add_operand() argument
232 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand()
671 int len = MAX_BITPOS - r.sbit; in apply_range()
673 ASSERT (r.sbit >= r.ebit); in apply_range()
674 ASSERT (MAX_BITPOS >= r.sbit); in apply_range()
695 int len = MAX_BITPOS - r.sbit; in extract_range()
[all …]
Ditbl-ops.h98 unsigned long value, int sbit, int ebit, unsigned long flags);
100 int sbit, int ebit, unsigned long flags);
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
Dbit_insn.s43 # sbit instructions.
/toolchain/binutils/binutils-2.27/cpu/
Dfr30.cpu369 (name h-sbit)
521 (dnop sbit "stack bit" (SEM-ONLY) h-sbit f-nil)
1100 ; (eq sbit (const 0)))
1102 ; (eq sbit (const 1)))))
1359 ;(set sbit (const 0))
1364 (clobber sbit)
1410 (if (eq sbit (const 0))
Dm32c.cpu1309 (name h-sbit)
2159 (dnop sbit "negative bit" (SEM-ONLY all-isas) h-sbit f-nil)
5954 (set sbit (nflag x)))
7499 ((#x03) (trunc BI sbit))
7500 ((#x04) (or zbit (xor sbit obit)))
7502 ((#x06) (xor sbit obit))
7506 ((#xfb) (not sbit))
7507 ((#xfc) (not (or zbit (xor sbit obit))))
7509 ((#xfe) (not (xor sbit obit)))
7519 ((#x03) (not sbit))
[all …]
Dsh64-compact.cpu292 (dshcop sbit "Multiply-accumulate saturation flag" () h-sbit f-nil)
452 (set sbit 0))
1027 (if sbit
1053 (if sbit
1451 (set sbit 1))
Dsh.cpu209 (name h-sbit)
Dcris.cpu984 (sll (zext SI (reg BI h-sbit)) 9)
1013 (set (reg BI h-sbit) (if BI (ne SI (and val (sll 1 9)) 0) 1 0))
1198 (name h-sbit)
1209 (set enabled (andif val (not (raw-reg BI h-sbit))))
1210 (set (raw-reg BI h-sbit) val)
1233 (dnop sbit "" (SEM-ONLY MACH-V32) h-sbit f-nil)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3896 tic54x_symbol *sbit = (tic54x_symbol *) in encode_operand() local
3899 operand->exp.X_add_number : (sbit ? sbit->value : -1); in encode_operand()
3904 if (!sbit) in encode_operand()
3911 if (sbit > (tic54x_symbol *) hash_find (sbit_hash, "ovb")) in encode_operand()
/toolchain/binutils/binutils-2.27/bfd/
Delf32-tic6x.c2688 bfd_vma sbit = 1 << (howto->bitsize - 1); in elf32_tic6x_relocate_section() local
2689 bfd_vma sbits = (-(bfd_vma) sbit) & 0xffffffff; in elf32_tic6x_relocate_section()
2693 && value_sbits != sbit in elf32_tic6x_relocate_section()