Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 92) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Daddsub.s27 .macro adjust_rm op, rd, rn, rm_r, rm_n, extend, amount
31 .ifnc \extend, UXTX
32 .ifnc \extend, SXTX
33 .ifnc \extend, LSL
35 \op \rd, \rn, W\()\rm_n, \extend
37 \op \rd, \rn, W\()\rm_n, \extend #\amount
46 \op \rd, \rn, \rm_r\()\rm_n, \extend
48 \op \rd, \rn, \rm_r\()\rm_n, \extend #\amount
55 .macro do_addsub_ext type, op, Rn, reg, extend, amount
58 .ifb \extend
[all …]
Dldst-reg-reg-offset.s76 .macro extend op macro
83 extend \op
Ddiagnostic.l24 [^:]*:26: Error: extend operator expected at operand 3 -- `add sp,x0,x7,lsr#2'
/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1828 unsigned extend, bfd_boolean is_offset) in print_mips16_insn_arg() argument
1837 extend = 0; in print_mips16_insn_arg()
1864 amask = extend & 0xf; in print_mips16_insn_arg()
1890 frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; in print_mips16_insn_arg()
1898 nsreg = (extend >> 8) & 0x7; in print_mips16_insn_arg()
1940 uval = ((insn & 0x1f) << 21) | ((insn & 0x3e0) << 11) | extend; in print_mips16_insn_arg()
1952 uval |= ((extend & 0x1f) << 11) | (extend & 0x7e0); in print_mips16_insn_arg()
1954 uval |= ((extend & 0xf) << 11) | (extend & 0x7f0); in print_mips16_insn_arg()
1956 uval = ((extend >> 6) & 0x1f) | (extend & 0x20); in print_mips16_insn_arg()
2031 int extend = 0; in print_insn_mips16() local
[all …]
DChangeLog-2011538 * arm-dis.c (print_insn_thumb32): Do not sign extend addresses
730 (OP_sI): Handle b_T_mode. Properly sign-extend byte.
Dcgen-ibld.in486 /* sign extend? */
DChangeLog-2012861 * rx-decode.opc (MOV): Do not sign-extend immediates which are
961 (FIELDD): Sign extend with xor,sub.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-lm32.texi42 @cindex @code{-msign-extend-enabled} command line option, LM32
43 @item -msign-extend-enabled
44 Enable sign extend instructions.
Dc-i386.texi508 There are a few exceptions. The sign extend and zero extend
510 sign/zero extend @emph{from} and a size to zero extend @emph{to}. This
512 syntax. Base names for sign extend and zero extend are
517 ``move sign extend @emph{from} %al @emph{to} %edx.'' Possible suffixes,
539 @samp{cbw} --- sign-extend byte in @samp{%al} to word in @samp{%ax},
542 @samp{cwde} --- sign-extend word in @samp{%ax} to long in @samp{%eax},
545 @samp{cwd} --- sign-extend word in @samp{%ax} to long in @samp{%dx:%ax},
548 @samp{cdq} --- sign-extend dword in @samp{%eax} to quad in @samp{%edx:%eax},
551 @samp{cdqe} --- sign-extend dword in @samp{%eax} to quad in @samp{%rax}
555 @samp{cqo} --- sign-extend quad in @samp{%rax} to octuple in
[all …]
Dc-xgate.texi195 @cindex @code{extend} directive XGATE
197 @item .extend
Dc-bfin.texi95 One instruction may extend across multiple lines or more than one
102 Comments are introduced by the @samp{#} character and extend to the
168 extend beyond bit 31.
Dc-m68hc11.texi388 @cindex @code{extend} directive M68HC11
390 @item .extend
Dc-arm.texi140 accept various extension mnemonics that extend the processor using the
667 @cindex @code{.extend} directive, ARM
669 @item .extend @var{expression} [, @var{expression}]*
729 See @code{.extend}.
Dc-pdp11.texi323 Comments are started with a @code{#} or a @code{/} character, and extend
Dc-aarch64.texi68 accept, or restrict, various extension mnemonics that extend the
Dc-m68k.texi413 @cindex @code{extend} directive M680x0
415 @item .extend
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
Daddi.s29 \insn16 r15, 15 #No transform. Because 2**15 = 32768, extend range of addi
/toolchain/binutils/binutils-2.25/cpu/
Dlm32.cpu598 (dni sextb "sign extend byte" ()
605 (dni sexth "sign extend half-word" ()
Dmt.opc201 /* Parse hex values like 0xffff as unsigned, and sign extend
Dmep-core.cpu521 (define-pmacro (extend-cdisp10 val)
531 ((value pc) (extend-cdisp10 value))
532 ((value pc) (extend-cdisp10 value))
1352 (dnci extb "sign extend byte" ()
1359 (dnci exth "sign extend half-word" ()
1366 (dnci extub "zero extend byte" ()
1373 (dnci extuh "zero extend half-word" ()
DChangeLog203 * frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI.
205 (media-arith-sat-semantics): Explicitly sign- or zero-extend
Dor1korbis.cpu223 "extend byte/half opcode enums" ((MACH ORBIS-MACHS))
233 "extend word opcode enums" ((MACH ORBIS-MACHS))
/toolchain/binutils/binutils-2.25/opcodes/po/
Dopcodes.pot118 msgid "invalid extend/shift operator"
164 msgid "extend operator expected"
168 msgid "missing extend operator"
/toolchain/binutils/binutils-2.25/gold/
Dlayout.h93 init(off_t len, bool extend);
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsh64elf.em238 /* Size up and extend the .cranges section, merging generated entries. */

1234