Searched refs:sbit (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-parse.y | 275 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;
|
D | itbl-ops.c | 116 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() 674 int len = MAX_BITPOS - r.sbit; in apply_range() 676 ASSERT (r.sbit >= r.ebit); in apply_range() 677 ASSERT (MAX_BITPOS >= r.sbit); in apply_range() 698 int len = MAX_BITPOS - r.sbit; in extract_range() [all …]
|
D | itbl-ops.h | 98 unsigned long value, int sbit, int ebit, unsigned long flags); 100 int sbit, int ebit, unsigned long flags);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
D | bit_insn.s | 43 # sbit instructions.
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | fr30.cpu | 367 (name h-sbit) 519 (dnop sbit "stack bit" (SEM-ONLY) h-sbit f-nil) 1098 ; (eq sbit (const 0))) 1100 ; (eq sbit (const 1))))) 1357 ;(set sbit (const 0)) 1362 (clobber sbit) 1408 (if (eq sbit (const 0))
|
D | m32c.cpu | 1309 (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 …]
|
D | sh64-compact.cpu | 292 (dshcop sbit "Multiply-accumulate saturation flag" () h-sbit f-nil) 452 (set sbit 0)) 1027 (if sbit 1053 (if sbit 1451 (set sbit 1))
|
D | sh.cpu | 209 (name h-sbit)
|
D | cris.cpu | 984 (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.25/gas/config/ |
D | tc-tic54x.c | 3924 symbol *sbit = (symbol *) hash_find (sbit_hash, operand->buf); in encode_operand() local 3926 operand->exp.X_add_number : (sbit ? sbit->value : -1); in encode_operand() 3931 if (!sbit) in encode_operand() 3938 if (sbit > (symbol *) hash_find (sbit_hash, "ovb")) in encode_operand()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-tic6x.c | 2685 bfd_vma sbit = 1 << (howto->bitsize - 1); in elf32_tic6x_relocate_section() local 2686 bfd_vma sbits = (-(bfd_vma) sbit) & 0xffffffff; in elf32_tic6x_relocate_section() 2690 && value_sbits != sbit in elf32_tic6x_relocate_section()
|