/toolchain/binutils/binutils-2.25/ |
D | install-sh | 386 prefixes= 394 prefixes= 406 prefixes="$prefixes '$qprefix'" 412 if test -n "$prefixes"; then 415 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
D | README.google | 72 Map input section name prefixes "_function_patch_prologue." and
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-dis.c | 147 static int prefixes; variable 12069 prefixes = 0; in ckprefix() 12116 prefixes |= PREFIX_REPZ; in ckprefix() 12120 prefixes |= PREFIX_REPNZ; in ckprefix() 12124 prefixes |= PREFIX_LOCK; in ckprefix() 12128 prefixes |= PREFIX_CS; in ckprefix() 12133 prefixes |= PREFIX_SS; in ckprefix() 12138 prefixes |= PREFIX_DS; in ckprefix() 12143 prefixes |= PREFIX_ES; in ckprefix() 12148 prefixes |= PREFIX_FS; in ckprefix() [all …]
|
D | ChangeLog | 392 * i386-dis-evex.h: Add new instructions (prefixes bellow). 540 (print_insn): Properly print prefixes before fwait. 573 (print_insn): Simplify data and address size prefixes processing. 614 in used_prefixes here. Don't print unused prefixes. Check 617 unused. Check the unused mandatory PREFIX_XXX prefixes 657 * i386-dis.c (print_insn): Handle prefixes before fwait.
|
D | ChangeLog-9899 | 101 cleaner code using completer prefixes. Add 'Y'. 312 used_prefixes when prefixes are used. If any prefixes were not 315 (putop): Set used_prefixes when prefixes are used. 869 (print_insn_x86): Init insn_codep after prefixes. 1096 (print_insn_x86): Print orphan fwait before other prefixes. 1097 Return correct byte count for orphan fwait with prefixes. Don't 1099 (ckprefix): Stop accumulating prefixes if we get fwait.
|
D | ChangeLog-2012 | 126 * i386-dis.c (ckprefix): When bailing out for fwait with prefixes, 504 prefixes. Return actual number of excess prefixes consumed,
|
D | ChangeLog-0001 | 1174 Handle the REPNZ and Data16 prefixes as well; do proper lookup 1215 (prefix_user_t): Recognize rex prefixes. 1216 (prefix_name): Print REX prefixes nicely. 1220 move ckprefix after initializing the buffer; output unused rex prefixes;
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | xc16x.opc | 53 /* Handle '#' prefixes (i.e. skip over them). */ 69 /* Handle '.' prefixes (i.e. skip over them). */ 85 /* Handle 'pof:' prefixes (i.e. skip over them). */ 101 /* Handle 'pag:' prefixes (i.e. skip over them). */ 117 /* Handle 'sof' prefixes (i.e. skip over them). */ 133 /* Handle 'seg' prefixes (i.e. skip over them). */
|
D | m32r.opc | 89 /* Handle '#' prefixes (i.e. skip over them). */ 242 /* Print signed operands with '#' prefixes. */ 258 /* Print unsigned operands with '#' prefixes. */ 274 /* Handle '#' prefixes as operands. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | mpx-inval-1.l | 7 .*:9: Warning: skipping prefixes on this instruction 34 .* Warning: skipping prefixes on this instruction
|
D | rex.s | 19 # Test prefixes family.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i386.texi | 311 @option{-momit-lock-prefix=@var{yes}} will omit all lock prefixes. 676 @cindex i386 instruction prefixes 677 @cindex instruction prefixes, i386 678 @cindex prefixes, i386 679 Instruction prefixes are used to modify the following instruction. They 684 Instruction prefixes are best written on the same line as the instruction 692 You may also place prefixes on the lines immediately preceding the 694 with prefixes, and will not work with all prefixes. 696 Here is a list of instruction prefixes: 698 @cindex section override prefixes, i386 [all …]
|
D | c-xtensa.texi | 194 Note that this special handling of underscore prefixes only applies to 204 underscore prefixes, the assembler will not transform the individual 248 prefixes (@pxref{Xtensa Opcodes, ,Opcode Names}), by using the 363 underscore prefixes (@pxref{Xtensa Opcodes, ,Opcode Names}), the 499 can be disabled by using underscore prefixes (@pxref{Xtensa Opcodes,
|
D | c-mmix.texi | 174 line. A @samp{#} prefixes a hexadecimal number if found elsewhere on a 466 prefixes accumulate. For example,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | mips.exp | 326 set prefixes [list ${proparch}@ ] 328 lappend prefixes octeon@ 331 lappend prefixes mipsr6@ 333 foreach prefix ${prefixes} { 376 set prefixes [list ${proparch}@ ] 378 lappend prefixes octeon@ 381 lappend prefixes mipsr6@ 383 foreach prefix ${prefixes} {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
D | hexprefix.s | 1 # Test for correct generation of hex prefixes.
|
D | hexprefix.d | 3 #name: verify hex prefixes present and not duplicated (hexprefix)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | prefix3.s | 1 % Check that changing prefixes between the GREG definition, its use and
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | rd-regprefix-1.d | 3 #name: Register prefixes 1 defaulted to no.
|
D | rd-regprefix-1b.d | 4 #name: Register prefixes 1 defaulted to yes.
|
D | rd-dw2-12.d | 5 # Pushes and other prefixes.
|
D | rd-dw2-15.d | 5 # Various prefixes, assembled standalone.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386.c | 323 unsigned int prefixes; member 2191 ++i.prefixes; in add_prefix() 6715 i.prefixes -= 1; in output_branch() 6723 i.prefixes--; in output_branch() 6728 i.prefixes--; in output_branch() 6735 i.prefixes -= 1; in output_branch() 6738 if (i.prefixes != 0 && !intel_syntax) in output_branch() 6802 i.prefixes -= 1; in output_jump() 6809 i.prefixes--; in output_jump() 6823 i.prefixes -= 1; in output_jump() [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | NEWS | 325 due to suffix, indirect jmp/call without `*', stand-alone prefixes, and 622 doesn't use underscore prefixes for C labels, it is required, so variable "a0"
|
D | ChangeLog-9899 | 315 with cleaner code using completer prefixes. Add 'Y'. 1997 (obj_elf_type): Allow '%' as well as '@' and '#' as prefixes to 2756 used as segment prefixes. 2831 prefixes. 2877 prefixes. 3341 * doc/c-i386.texi (i386-prefixes): Update. 3445 converted to lower case. Don't do a hash_find for prefixes, 3552 prefix, instead always output prefixes in fixed order. Test 4083 segment override prefixes. Check for invalid segment prefixes on 4234 other prefixes. Check FWait flag in opcode table to see which
|