/toolchain/binutils/binutils-2.27/ |
D | install-sh | 386 prefixes= 394 prefixes= 406 prefixes="$prefixes '$qprefix'" 412 if test -n "$prefixes"; then 415 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | i386-dis.c | 148 static int prefixes; variable 12491 prefixes = 0; in ckprefix() 12538 prefixes |= PREFIX_REPZ; in ckprefix() 12542 prefixes |= PREFIX_REPNZ; in ckprefix() 12546 prefixes |= PREFIX_LOCK; in ckprefix() 12550 prefixes |= PREFIX_CS; in ckprefix() 12555 prefixes |= PREFIX_SS; in ckprefix() 12560 prefixes |= PREFIX_DS; in ckprefix() 12565 prefixes |= PREFIX_ES; in ckprefix() 12570 prefixes |= PREFIX_FS; in ckprefix() [all …]
|
D | ChangeLog-2014 | 433 * i386-dis-evex.h: Add new instructions (prefixes bellow). 581 (print_insn): Properly print prefixes before fwait. 614 (print_insn): Simplify data and address size prefixes processing. 655 in used_prefixes here. Don't print unused prefixes. Check 658 unused. Check the unused mandatory PREFIX_XXX prefixes 698 * 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.27/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.27/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.27/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.27/gas/doc/ |
D | c-i386.texi | 347 @option{-momit-lock-prefix=@var{yes}} will omit all lock prefixes. 780 @cindex i386 instruction prefixes 781 @cindex instruction prefixes, i386 782 @cindex prefixes, i386 783 Instruction prefixes are used to modify the following instruction. They 788 Instruction prefixes are best written on the same line as the instruction 796 You may also place prefixes on the lines immediately preceding the 798 with prefixes, and will not work with all prefixes. 800 Here is a list of instruction prefixes: 802 @cindex section override prefixes, i386 [all …]
|
D | c-xtensa.texi | 215 Note that this special handling of underscore prefixes only applies to 225 underscore prefixes, the assembler will not transform the individual 269 prefixes (@pxref{Xtensa Opcodes, ,Opcode Names}), by using the 384 underscore prefixes (@pxref{Xtensa Opcodes, ,Opcode Names}), the 520 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.27/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.27/gas/testsuite/gas/mmix/ |
D | prefix3.s | 1 % Check that changing prefixes between the GREG definition, its use and
|
/toolchain/binutils/binutils-2.27/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.27/gas/config/ |
D | tc-i386.c | 334 unsigned int prefixes; member 2188 ++i.prefixes; in add_prefix() 6839 i.prefixes -= 1; in output_branch() 6847 i.prefixes--; in output_branch() 6852 i.prefixes--; in output_branch() 6859 i.prefixes -= 1; in output_branch() 6862 if (i.prefixes != 0 && !intel_syntax) in output_branch() 6920 i.prefixes -= 1; in output_jump() 6927 i.prefixes--; in output_jump() 6941 i.prefixes -= 1; in output_jump() [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
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
|
D | NEWS | 394 due to suffix, indirect jmp/call without `*', stand-alone prefixes, and 691 doesn't use underscore prefixes for C labels, it is required, so variable "a0"
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ChangeLog-9103 | 421 (call, jmp): Avoid REX prefixes. 1046 and "be" using completer prefixes. 1513 IgnoreDataSize to IgnoreSize. Flag address and data size prefixes 1531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32, 1532 data32, dword, and adword prefixes.
|