Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 96) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dvr4130.s36 mult $3,$3 # 4 nops
40 mult $4,$4 # 3 nops
45 mult $5,$5 # 2 nops
58 mult $7,$7 # 0 nops
62 mult $3,$3 # 4 nops
68 mult $4,$4 # 3 nops before noreorder
75 mult $5,$5 # 2 nops before noreorder
92 mult $7,$7 # 0 nops
97 # Check that no nops are inserted after the result has been read.
157 # Check that we still insert the usual interlocking nops in cases
[all …]
Dloongson-2f-2.s5 .align 5 # Test _implicit_ nops
7 nop # Test _explicit_ nops
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2007359 * gas/i386/nops-1-i386-i686.d: Updated.
360 * gas/i386/nops-1-i386.d: Likewise.
361 * gas/i386/nops-1.d: Likewise.
362 * gas/i386/nops-2-i386.d: Likewise.
363 * gas/i386/nops-2-merom.d: Likewise.
364 * gas/i386/nops-2.d: Likewise.
365 * gas/i386/nops-3-i386.d: Likewise.
366 * gas/i386/nops-3.d : Likewise.
586 * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
587 nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
[all …]
DChangeLog-2015720 * gas/arm/nops.d: New.
721 * gas/arm/nops.s: New.
1436 * gas/i386/i386.exp: Don't run nops-1-bdver1, nops-1-bdver2,
1437 nops-1-bdver3, nops-1-bdver4, nops-1-znver1, nops-1-btver1
1438 nops-1-btver2, x86-64-nops-1-nocona, x86-64-nops-1-bdver1,
1439 x86-64-nops-1-bdver2, x86-64-nops-1-bdver3, x86-64-nops-1-bdver4,
1440 x86-64-nops-1-znver1, x86-64-nops-1-btver1 nor
1441 x86-64-nops-1-btver2.
1442 * gas/i386/nops-1-core2.d: Updated.
1443 * gas/i386/nops-1-k8.d: Likewise.
[all …]
DChangeLog-2006225 * gas/i386/i386.exp: Indent "x86-64-nops-1".
362 * gas/i386/nops-2-i386.d: Updated.
363 * gas/i386/nops-2-merom.d: Likewise.
364 * gas/i386/nops-2.d: Likewise.
434 * gas/i386/i386.exp: Run nops-1, nops-1-i386, nops-1-i686,
435 nops-1-merom, nops-2, nops-2-i386, nops-2-merom, x86-64-nops-1,
436 x86-64-nops-1-k8, x86-64-nops-1-nocona and x86-64-nops-1-merom.
438 * gas/i386/nops-1.s: New file.
439 * gas/i386/nops-2.s: Likewise.
440 * gas/i386/nops-1-i386.d: Likewise.
[all …]
DChangeLog-200874 * gas/i386/nops-1-i686.d: Likewise.
75 * gas/i386/nops-3.d: Likewise.
76 * gas/i386/nops-3-i386.d: Likewise.
77 * gas/i386/nops-3-i686.d: Likewise.
78 * gas/i386/nops-4.d: Likewise.
79 * gas/i386/nops-4-i386.d: Likewise.
80 * gas/i386/nops-4-i686.d: Likewise.
85 * gas/i386/x86-64-nops-1.d: Likewise.
86 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
87 * gas/i386/x86-64-nops-2.d: Likewise.
[all …]
DChangeLog-2014959 * gas/i386/nops-1-core2.d: Replace data32 with data16.
960 * gas/i386/nops-4a-i686.d: Likewise.
961 * gas/i386/nops-5-i686.d: Likewise.
962 * gas/i386/nops-5.d: Likewise.
968 * gas/i386/x86-64-nops-1-core2.d: Likewise.
969 * gas/i386/x86-64-nops-1-g64.d: Likewise.
970 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
971 * gas/i386/x86-64-nops-1.d: Likewise.
972 * gas/i386/x86-64-nops-2.d: Likewise.
973 * gas/i386/x86-64-nops-3.d: Likewise.
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Dcpu-i386.c73 static const char *const nops[] = in bfd_arch_i386_fill() local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; in bfd_arch_i386_fill()
87 memcpy (p, nops[nop_size - 1], nop_size); in bfd_arch_i386_fill()
92 memcpy (p, nops[count - 1], count); in bfd_arch_i386_fill()
/toolchain/binutils/binutils-2.27/include/opcode/
Dconvex.h26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join */
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
Dx86-64-nops-3.d1 #source: ../nops-3.s
4 #name: x86-64 (ILP32) nops 3
Dx86-64-nops-5-k8.d1 #source: ../nops-5.s
4 #name: x86-64 (ILP32) -march=k8 nops 5
Dx86-64-nops-5.d1 #source: ../nops-5.s
3 #name: x86-64 (ILP32) nops 5
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dx86-64-nops-3.d1 #source: nops-3.s
4 #name: x86-64 nops 3
Dnops-3-i386.d2 #source: nops-3.s
4 #name: i386 nops -mtune=i386 3
Dnops-3-i686.d2 #source: nops-3.s
4 #name: i386 -mtune=i686 nops 3
Dnops-3.d1 #source: nops-3.s
4 #name: i386 nops 3
Dnops-1.d1 #source: nops-1.s
4 #name: i386 nops 1
Dnops-1-i386-i686.d2 #source: nops-1.s
4 #name: i386 nops -march=i386 -mtune=i686 1
Dnops-1-i386.d2 #source: nops-1.s
4 #name: i386 -mtune=i386 nops 1
Dnops-2-core2.d2 #source: nops-2.s
4 #name: i386 -march=i386 -mtune=core2 nops 2
Dnops-2-i386.d2 #source: nops-2.s
4 #name: i386 nops -mtune=i386 2
Dnops-5-i686.d2 #source: nops-5.s
4 #name: i386 -march=i686 nops 5
Dx86-64-nops-5-k8.d2 #source: nops-5.s
4 #name: x86-64 -march=k8 nops 5
Dnops-2.d1 #source: nops-2.s
4 #name: i386 nops 2
/toolchain/binutils/binutils-2.27/cpu/
Dmep-rhcop.cpu124 ; 16- and 32-bit nops can be defined as normal instructions without
125 ; any problems. nops take no operands, so nops longer than 32
128 ; have to use macros and other real insns to create 48- and 64-bit nops.
130 ; In addition, since the names of the nops that will be created as part
136 ; all nops to map the macro names which are known to the assembler to the
140 ; new nops are defined in new coprocessor insn sets.

1234