代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/102935/6229107

c dbxface.c

/******************************************************************************* * * Module Name: dbxface - AML Debugger external interfaces * $Revision: 55 $ * *********************
www.eeworm.com/read/102935/6229202

c dsutils.c

/******************************************************************************* * * Module Name: dsutils - Dispatcher utilities * $Revision: 89 $ * *********************************
www.eeworm.com/read/102935/6229204

c dswload.c

/****************************************************************************** * * Module Name: dswload - Dispatcher namespace load callbacks * $Revision: 62 $ * *******************
www.eeworm.com/read/481537/6642787

c rtmutex-tester.c

/* * RT-Mutex-tester: scriptable tester for rt mutexes * * started by Thomas Gleixner: * * Copyright (C) 2006, Timesys Corp., Thomas Gleixner * */ #include
www.eeworm.com/read/157655/11676430

h codes.h

/** VGB: portable GameBoy emulator ***************************/ /** **/ /** Codes.h **/ /**
www.eeworm.com/read/258643/11848763

v alu_with_z1.v

module alu_with_z1 (alu_out, data_a, data_b, enable, opcode); input [2: 0] opcode; input [3: 0] data_a, data_b; input enable; output alu_out; // scalar for illustration reg [3
www.eeworm.com/read/252894/12258804

c rpza.c

/* * Quicktime Video (RPZA) Video Decoder * Copyright (C) 2003 the ffmpeg project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G
www.eeworm.com/read/227822/14410756

c translate.c

/* * SH4 translation * * Copyright (c) 2005 Samuel Tardieu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li
www.eeworm.com/read/115009/15029862

h codes.h

/** VGB: portable GameBoy emulator ***************************/ /** **/ /** Codes.h **/ /**
www.eeworm.com/read/161121/5559456

c dsutils.c

/******************************************************************************* * * Module Name: dsutils - Dispatcher utilities * $Revision: 80 $ * *********************************