Searched refs:lsb (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dreal.s2 .lsb
H A Dorder.s8 .lsb
21 .lsb
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dreal.s2 .lsb
H A Dorder.s8 .lsb
21 .lsb
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dbitfield-alias.s51 // <op> <Wd>, <Wn>, #<lsb>, #<width>
52 .macro bf_32 op, lsb, width
53 \op wzr, w7, #\lsb, #\width
56 // <op> <Xd>, <Xn>, #<lsb>, #<width>
57 .macro bf_64 op, lsb, width
58 \op xzr, x7, #\lsb, #\width
H A Dbitfield-bfm.s73 .macro ins2bfm signed, reg, lsb, width
75 op_bfm signed=\signed, reg=\reg, immr="((32-\lsb)&31)", imms="(\width-1)"
77 op_bfm signed=\signed, reg=\reg, immr="((64-\lsb)&63)", imms="(\width-1)"
82 .macro x2bfm signed, reg, lsb, width
83 op_bfm signed=\signed, reg=\reg, immr=\lsb, imms="(\lsb+\width-1)"
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Dinit-cmpct.d7 # Make sure that the lsb of DT_INIT and DT_FINI entries is not set
H A Dinit-media.d7 # Make sure that the lsb of DT_INIT and DT_FINI entries is set
H A Dinit64.d7 # Make sure that the lsb of DT_INIT and DT_FINI entries is set
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Dinit-cmpct.d7 # Make sure that the lsb of DT_INIT and DT_FINI entries is not set
H A Dinit-media.d7 # Make sure that the lsb of DT_INIT and DT_FINI entries is set
H A Dinit64.d7 # Make sure that the lsb of DT_INIT and DT_FINI entries is set
/haiku-buildtools/binutils/opcodes/
H A Daarch64-opc.h151 int lsb; member in struct:aarch64_field
292 /* LSB_REL is the relative location of the lsb in the sub field, starting from 0. */
299 ret->lsb = field->lsb + lsb_rel;
311 assert (field->width < 32 && field->width >= 1 && field->lsb >= 0
312 && field->lsb + field->width <= 32);
314 value <<= field->lsb;
331 value = (code >> field->lsb) & gen_mask (field->width);
H A Dv850-opc.c569 unsigned long pos,lsb;
573 lsb = ((insn2 & 0x0800) >> 8)
575 lsb += 16;
576 pos = lsb;
587 unsigned long pos,lsb;
591 lsb = ((insn2 & 0x0800) >> 8)
593 pos = lsb;
604 unsigned long msb, lsb, opc, ret;
608 lsb = G_pos;
615 if ((msb >= 16) && (lsb >
568 unsigned long pos,lsb; local
586 unsigned long pos,lsb; local
603 unsigned long msb, lsb, opc, ret; local
636 unsigned long width, msb, lsb; local
657 unsigned long width, msb, lsb; local
677 unsigned long width, msb, lsb; local
[all...]
H A Daarch64-asm.c1574 SBFX <Xd>, <Xn>, #<lsb>, #<width>
1576 SBFM <Xd>, <Xn>, #<lsb>, #(<lsb>+<width>-1). */
1581 int64_t lsb, width; local
1584 lsb = inst->operands[2].imm.value;
1586 inst->operands[2].imm.value = lsb;
1587 inst->operands[3].imm.value = lsb + width - 1;
1591 SBFIZ <Xd>, <Xn>, #<lsb>, #<width>
1593 SBFM <Xd>, <Xn>, #((64-<lsb>)&0x3f), #(<width>-1). */
1598 int64_t lsb, widt local
1623 int64_t lsb, width; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dudiv.asm58 and r8, n0, #1 C save lsb of dividend
63 and lr, d, #1 C save lsb of divisor
77 add n1, r8, n1, lsl #1 C shift in omitted dividend lsb
78 tst lr, lr C test saved divisor lsb
82 adds n1, n1, n0 C fix remainder for omitted divisor lsb
/haiku-buildtools/gcc/gmp/mpn/pa64/
H A Dudiv.asm79 extrd,u n0,63,1,%r19 C save lsb of dividend
82 extrd,u d,63,1,%r20 C save lsb of divisor
93 shladd n1,1,%r19,n1 C shift in omitted dividend lsb
99 add,*nuv n1,q,n1 C fix remainder for omitted divisor lsb
/haiku-buildtools/legacy/binutils/opcodes/
H A Dmips-dis.c697 unsigned int lsb, msb, msbd;
699 lsb = 0;
725 lsb = (l >> OP_SH_SHAMT) & OP_MASK_SHAMT;
726 (*info->fprintf_func) (info->stream, "0x%x", lsb);
731 (*info->fprintf_func) (info->stream, "0x%x", msb - lsb + 1);
763 lsb = ((l >> OP_SH_SHAMT) & OP_MASK_SHAMT) + 32;
764 (*info->fprintf_func) (info->stream, "0x%x", lsb);
769 (*info->fprintf_func) (info->stream, "0x%x", msb - lsb + 1);
694 unsigned int lsb, msb, msbd; local
/haiku-buildtools/gcc/gmp/mpn/m68k/
H A Daors_n.asm73 dbf d2, L(Loop) C loop until 16 lsb of %4 == -1
H A Dlshift.asm154 addxl d0, d0 C save cy in lsb
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_rtl_amd64.S40 shr $4, %rsp # clear 4 lsb, align to 16
120 shr $4, %rsp # clear 4 lsb, align to 16
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dlib1funcs-4-300.S225 xor r1,r0 ! xor dividend with result lsb
235 xor r7,r1 ! replace lsb of result with lsb of dividend
287 xor r1,r0 ! xor dividend with result lsb
304 xor r7,r1 ! replace lsb of result with lsb of dividend
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dfpbit-sf.S272 ;; Input at [SP+4]..[SP+7], result is in (lsb) R8..R11 (msb).
331 ;; Input at [SP+4]..[SP+7], result is in (lsb) R8..R11 (msb)
342 ;; Input in (lsb) r10.r11.x.a (msb).
449 ;; Result is currently in (lsb) r13.r12. c. b. (msb),
450 ;; Move it into (lsb) r8. r9. r10. r11 (msb).
/haiku-buildtools/gcc/gcc/
H A Dexplow.c1208 unsigned HOST_WIDE_INT lsb;
1210 lsb = INTVAL (size);
1211 lsb &= -lsb;
1214 if (lsb > UINT_MAX / BITS_PER_UNIT)
1217 size_align = (unsigned)lsb * BITS_PER_UNIT;
1200 unsigned HOST_WIDE_INT lsb; local
/haiku-buildtools/binutils/include/opcode/
H A Dmips.h492 unsigned short lsb; member in struct:mips_operand
636 insn &= ~(mask << operand->lsb);
637 insn |= (uval & mask) << operand->lsb;
646 return (insn >> operand->lsb) & ((1 << operand->size) - 1);

Completed in 290 milliseconds

12