Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 199) sorted by relevance

12345678

/toolchain/binutils/binutils-2.25/opcodes/
Dscore-dis.c514 print_insn_score48 (struct disassemble_info *info, bfd_vma given) in print_insn_score48() argument
523 if (((insn->mask & 0xff0000000000LL)!=0) && (given & insn->mask) == insn->value) in print_insn_score48()
569 reg = given >> bitstart; in print_insn_score48()
579 reg = given >> bitstart; in print_insn_score48()
588 reg = given >> bitstart; in print_insn_score48()
596 if (((given & insn->mask) == 0x0c00000a) /* ldc1 */ in print_insn_score48()
597 || ((given & insn->mask) == 0x0c000012) /* ldc2 */ in print_insn_score48()
598 || ((given & insn->mask) == 0x0c00001c) /* ldc3 */ in print_insn_score48()
599 || ((given & insn->mask) == 0x0c00000b) /* stc1 */ in print_insn_score48()
600 || ((given & insn->mask) == 0x0c000013) /* stc2 */ in print_insn_score48()
[all …]
Darm-dis.c1869 arm_decode_shift (long given, fprintf_ftype func, void *stream, in arm_decode_shift() argument
1872 func (stream, "%s", arm_regnames[given & 0xf]); in arm_decode_shift()
1874 if ((given & 0xff0) != 0) in arm_decode_shift()
1876 if ((given & 0x10) == 0) in arm_decode_shift()
1878 int amount = (given & 0xf80) >> 7; in arm_decode_shift()
1879 int shift = (given & 0x60) >> 5; in arm_decode_shift()
1897 else if ((given & 0x80) == 0x80) in arm_decode_shift()
1900 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5], in arm_decode_shift()
1901 arm_regnames[(given & 0xf00) >> 8]); in arm_decode_shift()
1903 func (stream, ", %s", arm_regnames[(given & 0xf00) >> 8]); in arm_decode_shift()
[all …]
Dscore7-dis.c546 print_insn_score32 (bfd_vma pc, struct disassemble_info *info, long given) in print_insn_score32() argument
554 if ((insn->mask & 0xffff0000) && (given & insn->mask) == insn->value) in print_insn_score32()
570 target = (pc & 0xfe000000) | (given & 0x01fffffe); in print_insn_score32()
578 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe); in print_insn_score32()
617 reg = given >> bitstart; in print_insn_score32()
627 reg = given >> bitstart; in print_insn_score32()
637 reg = given >> bitstart; in print_insn_score32()
642 if (((given & insn->mask) == 0x0c00000a) /* ldc1 */ in print_insn_score32()
643 || ((given & insn->mask) == 0x0c000012) /* ldc2 */ in print_insn_score32()
644 || ((given & insn->mask) == 0x0c00001c) /* ldc3 */ in print_insn_score32()
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-xstormy16.texi83 Computes the lower 16 bits of the given expression and stores it into
84 the immediate operand field of the given instruction. For example:
94 Computes the higher 16 bits of the given expression and stores it into
95 the immediate operand field of the given instruction. For example:
Dc-v850.texi342 Computes the higher 16 bits of the given expression and stores it into
343 the immediate operand field of the given instruction. For example:
354 Computes the lower 16 bits of the given expression and stores it into
355 the immediate operand field of the given instruction. For example:
365 Computes the higher 16 bits of the given expression and then adds the
367 and stores the result into the immediate operand field of the given
387 Computes the 32 bit value of the given expression and stores it into
388 the immediate operand field of the given instruction (which must be a
401 field of the given instruction. For example:
418 operand field of the given instruction. For example:
[all …]
Dc-m68k.texi145 option disables this substitution. When this option is given and no long
451 any instructions have been assembled. If it is given multiple times,
460 any instructions have been assembled. If it is given multiple times,
529 given, an absolute long jump will be emitted instead. If no long
530 branches are available, the @samp{--pcrel} option is given, and a word
535 substituting these instructions if the operand given is not valid for a
549 are available, and the @samp{--pcrel} option is not given, @code{@value{AS}}
583 not given, @code{@value{AS}} emits
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
Dalign1.s5 ; "8" assumed if no alignment given.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Ddef3.d8 # Just checking that undef3 links correctly when given a symbol.
Ddef2.d8 # Just checking that undef2 links correctly when given a symbol.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmips-gp32-fp32.s88 # Should produce warnings given -mgp32
94 # Should produce warnings given -mfp32
Dmips-abi32.s88 # Should produce warnings given -mgp32
94 # Should produce warnings given -mfp32
Dmips-abi32-pic.s130 # Should produce warnings given -mgp32
136 # Should produce warnings given -mfp32
Dmips-gp32-fp32-pic.s130 # Should produce warnings given -mgp32
136 # Should produce warnings given -mfp32
Dmips-gp32-fp64-pic.s129 # Should produce warnings given -mgp32
135 # Should produce warnings given -mfp32
/toolchain/binutils/binutils-2.25/config/
Dprogtest.m421 # Search path for a program which passes the given test.
78 dnl If no 4th arg is given, leave the cache variable unset,
Dwarnings.m422 # Sets @VARIABLE@ to the subset of the given options which the
84 # --enable-werror-always was given on the command line, otherwise
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Ddiffexp-ovwr.s3 ; - That a .byte does not overwrite beyond the "byte", if given
Drd-abs32-2.d6 # assemble and disassemble correctly for v32 given "old-style"
/toolchain/binutils/binutils-2.25/libiberty/
DChangeLog.jit7 char * to const char * - given that this returns a pointer to
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
Dbittest.s7 # safety, and it just needs to draw attention when a violation is given.
Dbittest.l16 7 # safety, and it just needs to draw attention when a violation is given.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dpic-and-nonpic-6-o32.nd33 # GOT layout given in the *.dd dump.
Dpic-and-nonpic-6-n64.nd33 # GOT layout given in the *.dd dump.
Dpic-and-nonpic-6-n32.nd33 # GOT layout given in the *.dd dump.
/toolchain/binutils/binutils-2.25/ld/
Dfdl.texi229 and required Cover Texts given in the Document's license notice.
237 publisher of the Modified Version as given on the Title Page. If
240 given on its Title Page, then add an item describing the Modified
244 Preserve the network location, if any, given in the Document for
246 the network locations given in the Document for previous versions
256 dedications given therein.
419 Each version of the License is given a distinguishing version number.

12345678