Searched refs:opcode (Results 1 - 25 of 661) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dprefetch.s1 .macro try opcode:vararg
2 .byte \opcode, 0x00
3 .byte \opcode, 0x08
4 .byte \opcode, 0x10
5 .byte \opcode, 0x18
6 .byte \opcode, 0x20
7 .byte \opcode, 0x28
8 .byte \opcode, 0x30
9 .byte \opcode, 0x38
/haiku-buildtools/binutils/gas/testsuite/gas/mn10300/
H A Dmovpc.l2 .*:6: Error: Invalid opcode/operands
3 .*:7: Error: Unrecognized opcode: .*
4 .*:7: Error: Invalid opcode/operands
5 .*:8: Error: Unrecognized opcode: .*
6 .*:8: Error: Invalid opcode/operands
7 .*:9: Error: Unrecognized opcode: .*
8 .*:9: Error: Invalid opcode/operands
9 .*:10: Error: Unrecognized opcode: .*
10 .*:10: Error: Invalid opcode/operands
11 .*:11: Error: Unrecognized opcode
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mn10300/
H A Dmovpc.l2 .*:6: Error: Invalid opcode/operands
3 .*:7: Error: Unrecognized opcode: .*
4 .*:7: Error: Invalid opcode/operands
5 .*:8: Error: Unrecognized opcode: .*
6 .*:8: Error: Invalid opcode/operands
7 .*:9: Error: Unrecognized opcode: .*
8 .*:9: Error: Invalid opcode/operands
9 .*:10: Error: Unrecognized opcode: .*
10 .*:10: Error: Invalid opcode/operands
11 .*:11: Error: Unrecognized opcode
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A De500-ill.l2 .*: Error: unrecognized opcode: `eciwx'
3 .*: Error: unrecognized opcode: `ecowx'
4 .*: Error: unrecognized opcode: `mfapidi'
5 .*: Error: unrecognized opcode: `mfdcr'
6 .*: Error: unrecognized opcode: `mtdcr'
7 .*: Error: unrecognized opcode: `tlbia'
8 .*: Error: unrecognized opcode: `tlbie'
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dase-errors-4.l2 .*:5: Error: unrecognized opcode `ldx \$4,\$5\(\$6\)'
3 .*:6: Error: opcode not supported.* `absq_s\.qb \$3,\$4'
4 .*:9: Error: opcode not supported.* `lbux \$4,\$5\(\$6\)'
5 .*:10: Error: opcode not supported.* `absq_s\.qb \$3,\$4'
7 .*:18: Error: opcode not supported.* `lbux \$4,\$5\(\$6\)'
8 .*:19: Error: opcode not supported.* `absq_s\.qb \$3,\$4'
10 .*:26: Error: opcode not supported.* `aclr 4,100\(\$4\)'
13 .*:30: Error: unrecognized opcode `add.ob \$f4,\$f6,\$f8'
16 .*:35: Error: unrecognized opcode `addr.ps \$f4,\$f6,\$f8'
19 .*:40: Error: unrecognized opcode `dm
[all...]
H A Dase-errors-3.l2 .*:5: Error: unrecognized opcode `ldx \$4,\$5\(\$6\)'
3 .*:6: Error: opcode not supported.* `absq_s\.qb \$3,\$4'
4 .*:9: Error: opcode not supported.* `lbux \$4,\$5\(\$6\)'
5 .*:10: Error: opcode not supported.* `absq_s\.qb \$3,\$4'
7 .*:18: Error: opcode not supported.* `lbux \$4,\$5\(\$6\)'
8 .*:19: Error: opcode not supported.* `absq_s\.qb \$3,\$4'
10 .*:26: Error: opcode not supported.* `aclr 4,100\(\$4\)'
14 .*:30: Error: unrecognized opcode `add.ob \$f4,\$f6,\$f8'
18 .*:35: Error: unrecognized opcode `addr.ps \$f4,\$f6,\$f8'
21 .*:40: Error: unrecognized opcode `dm
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Dcross.pl60 my ($addr,$b1,$b2,$b3, $prefix,$opcode,$modrm);
91 $opcode = $b2;
95 $opcode = $b1;
102 && $opcode !~ /^8/ # jcond disp32
107 # with just an opcode, starting 1f mod 20h
112 && $opcode !~ /1[012345]/ # adc
113 && $opcode !~ /1[89abcd]/ # sbb
114 && $opcode !~ /^4/ # inc/dec reg
115 && $opcode !~ /^5/ # push/pop reg
116 && $opcode !~ /6
[all...]
/haiku-buildtools/gcc/gmp/mpn/m68k/
H A Dt-m68k-defs.pl57 my $opcode = $1;
58 print "opcode $1\n" if $opt{'t'};
62 if ($opcode =~ /[lwb]$/
63 && ! defined $insn{$opcode}
64 && ! defined $branch{$opcode})
66 print "$file: $.: missing m68k_definsn: $opcode\n";
71 if ($opcode =~ /^b/
72 && ! defined $insn{$opcode}
73 && ! defined $branch{$opcode})
75 print "$file: $.: missing m68k_defbranch: $opcode\
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member in struct:tic4x_inst
309 #define A_CLASS_INSN(name, opcode, level) \
310 { name, opcode|0x00000000, 0xffe00000, "Q;R", level }, \
311 { name, opcode|0x00200000, 0xffe00000, "@,R", level }, \
312 { name, opcode|0x00400000, 0xffe00000, "*,R", level }, \
313 { name, opcode|0x00600000, 0xffe00000, "S,R", level }
322 #define AB_CLASS_INSN(name, opcode, level) \
323 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \
324 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, \
325 { name, opcode|
[all...]
/haiku-buildtools/binutils/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member in struct:tic4x_inst
309 #define A_CLASS_INSN(name, opcode, level) \
310 { name, opcode|0x00000000, 0xffe00000, "Q;R", level }, \
311 { name, opcode|0x00200000, 0xffe00000, "@,R", level }, \
312 { name, opcode|0x00400000, 0xffe00000, "*,R", level }, \
313 { name, opcode|0x00600000, 0xffe00000, "S,R", level }
322 #define AB_CLASS_INSN(name, opcode, level) \
323 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \
324 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, \
325 { name, opcode|
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/d10v/
H A Derror-002.d2 #error: bad opcode or operands
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d10v/
H A Daddress-002.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-003.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-004.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-005.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-006.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-007.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-008.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-009.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-010.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-011.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-012.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-013.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-014.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode
H A Daddress-015.l2 .*:6: Error: bad opcode or operands
3 .*:6: Fatal error: can't find opcode

Completed in 186 milliseconds

1234567891011>>