代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/405279/2293997
pl totals-cbrp.pl
#!/usr/bin/perl
#
# Structure of a "log" line.
#
$hdr->{opcode} = 0;
$hdr->{time} = 0; # Not used by totals
$hdr->{node} = 0;
$hdr->{uid} = 0; # Not used by totals
$hdr->
www.eeworm.com/read/405279/2294076
pl totals.pl
#!/usr/bin/perl
#
# Structure of a "log" line.
#
$hdr->{opcode} = 0;
$hdr->{time} = 0; # Not used by totals
$hdr->{node} = 0;
$hdr->{uid} = 0; # Not used by totals
$hdr->
www.eeworm.com/read/405279/2294082
pl totals-cbrp.pl
#!/usr/bin/perl
#
# Structure of a "log" line.
#
$hdr->{opcode} = 0;
$hdr->{time} = 0; # Not used by totals
$hdr->{node} = 0;
$hdr->{uid} = 0; # Not used by totals
$hdr->
www.eeworm.com/read/402216/2327334
txt csound.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
NUMBER = 2
OPERATOR = 3
INSTR = 4
IDENTIFIER = 5
OPCODE = 6
HEADERSTMT = 7
USERKEYWORD = 8
COMMENTBLOCK = 9
PARAM = 10
ARATE_VAR = 11
KRAT
www.eeworm.com/read/395929/2428536
h mips.h
/* mips.h. Mips opcode list for GDB, the GNU debugger.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Contributed by Ralph Campbell and OSF
www.eeworm.com/read/395929/2428550
h cris.h
/* cris.h -- Header file for CRIS opcode and register tables.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by Axis Communications AB, Lund, Sweden.
Originally written f
www.eeworm.com/read/395929/2428553
h h8300.h
/* Opcode table for the H8/300
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000
Free Software Foundation, Inc.
Written by Steve Chamberlain .
This file is part
www.eeworm.com/read/395929/2428558
h ppc.h
/* ppc.h -- Header file for PowerPC opcode table
Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and t
www.eeworm.com/read/395929/2428560
h mn10300.h
/* mn10300.h -- Header file for Matsushita 10300 opcode table
Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Written by Jeff Law, Cygnus Support
This file is part of GDB, GAS,
www.eeworm.com/read/395929/2429823
exp sparc.exp
# Some generic SPARC and SPARC64 tests
# FIXME: The tests here aren't really bullet proof. A mistake in the opcode
# table can slip through since we use the same table for assembly and
# disassembly