Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 25 of 71) sorted by relevance

123

/toolchain/binutils/binutils-2.27/
Dinstall-sh386 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/
Di386-dis.c148 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 …]
DChangeLog-2014433 * 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.
DChangeLog-9899101 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.
DChangeLog-2012126 * i386-dis.c (ckprefix): When bailing out for fwait with prefixes,
504 prefixes. Return actual number of excess prefixes consumed,
DChangeLog-00011174 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/
Dxc16x.opc53 /* 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). */
Dm32r.opc89 /* 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/
Dmpx-inval-1.l7 .*:9: Warning: skipping prefixes on this instruction
34 .* Warning: skipping prefixes on this instruction
Drex.s19 # Test prefixes family.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
Dhexprefix.s1 # Test for correct generation of hex prefixes.
Dhexprefix.d3 #name: verify hex prefixes present and not duplicated (hexprefix)
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-i386.texi347 @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 …]
Dc-xtensa.texi215 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,
Dc-mmix.texi174 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/
Dmips.exp326 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/
Dprefix3.s1 % Check that changing prefixes between the GREG definition, its use and
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Drd-regprefix-1.d3 #name: Register prefixes 1 defaulted to no.
Drd-regprefix-1b.d4 #name: Register prefixes 1 defaulted to yes.
Drd-dw2-12.d5 # Pushes and other prefixes.
Drd-dw2-15.d5 # Various prefixes, assembled standalone.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c334 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/
DChangeLog-9899315 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
DNEWS394 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/
DChangeLog-9103421 (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.

123