Searched refs:ebit (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-ops.c | 117 int ebit; /* mask ending bit position */ member 164 int ebit, unsigned long flags); 208 int sbit, int ebit, unsigned long flags) in itbl_add_insn() argument 215 e->range.ebit = ebit; in itbl_add_insn() 226 int ebit, unsigned long flags) in itbl_add_operand() argument 232 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand() 676 ASSERT (r.sbit >= r.ebit); in apply_range() 678 ASSERT (r.ebit >= 0); in apply_range() 683 mask = mask >> r.ebit; in apply_range() 684 mask = mask << r.ebit; in apply_range() [all …]
|
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); 392 ebit = $4; 397 ebit = 0;
|
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/cpu/ |
D | frv.cpu | 3430 (define-pmacro (ebit icc) 5811 (define-pmacro (Feq cc) (ebit cc)) 5813 (define-pmacro (Fue cc) (orif (ebit cc) (ubit cc))) 5815 (define-pmacro (Fge cc) (orif (ebit cc) (gbit cc))) 5817 (define-pmacro (Fuge cc) (orif (ebit cc) (orif (gbit cc) (ubit cc)))) 5819 (define-pmacro (Fle cc) (orif (ebit cc) (lbit cc))) 5821 (define-pmacro (Fule cc) (orif (ebit cc) (orif (lbit cc) (ubit cc)))) 5823 (define-pmacro (Fo cc) (orif (ebit cc) (orif (lbit cc) (gbit cc))))
|