Home
last modified time | relevance | path

Searched refs:fwait (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dx86-64-disassem.d15 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
21 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
27 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
33 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
39 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
45 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
51 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
57 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
63 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
69 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
[all …]
Ddisassem.d15 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
21 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
27 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
33 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
39 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
45 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
51 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
57 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
63 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
69 [ ]*[a-f0-9]+:[ ]*9b[ ]*fwait
[all …]
Dprefix.d14 [ ]*[a-f0-9]+: 26 9b es fwait
15 [ ]*[a-f0-9]+: 9b fwait
Dprefix.s5 es fwait
7 fwait
Dopcode.s148 fwait
Dintel.s149 fwait
Dopcode.d155 1de: 9b [ ]*fwait
Dopcode-suffix.d156 *[0-9a-f]+: 9b[ ]+fwait
Dintel.d156 [ ]*[a-f0-9]+: 9b [ ]*fwait
Dopcode-intel.d156 *[0-9a-f]+: 9b[ ]+fwait
/toolchain/binutils/binutils-2.27/opcodes/
Di386-opc.h604 unsigned int fwait:1; member
DChangeLog-9899310 prefix or a .byte pseudo-op. If fwait is followed by a non
994 * i386-dis.c (ckprefix): Handle fwait specially only when it isn't
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-2014581 (print_insn): Properly print prefixes before fwait.
698 * i386-dis.c (print_insn): Handle prefixes before fwait.
DChangeLog-2005159 * i386-dis.c (ckprefix): Handle rex on fwait. Don't print
161 (print_insn): Instead, handle them similarly to fwait followed
DChangeLog-2012126 * i386-dis.c (ckprefix): When bailing out for fwait with prefixes,
Di386-opc.tbl764 fwait, 0, 0x9b, None, 1, CpuFP, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf, { 0 }
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2014906 * gas/i386/prefix.s: Add another fwait test.
1037 * gas/i386/prefix.s: Add test for fwait with prefix.
1043 * gas/i386/opcode.s: Add test for fwait with prefix.
DChangeLog-2012324 * gas/i386/rex.s: Add test of REX prefix before fsave (i.e. fwait).
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98994233 * config/tc-i386.c (md_assemble): Emit fwait prefix before any
4235 instructions require an fwait prefix.
DChangeLog-9697591 fn* instructions do not insert implicit fwait. This was changed
/toolchain/binutils/binutils-2.27/include/opcode/
DChangeLog-91031623 * i386.h (i386_optab): Remove fwait (9b) from all floating point
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c3637 if (i.tm.opcode_modifier.fwait) in md_assemble()