代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/219322/14888349
c parse.c
#include "i_attribute.h"
#include "a64-2.h"
#include "parse.h"
#include "error.h"
#include "opcode.h"
#include "iob.h"
#include "label.h"
#include
static char err_msg[80];
static kw_id_t
www.eeworm.com/read/207845/15260526
ini spi.ini
define char spi_at250x0_state
define int spi_at250x0_address
define char spi_at250x0_status
define char spi_at250x0_page
func char spi_at250x0 (char st) {
unsigned char opcode;
printf
www.eeworm.com/read/18335/784514
v alu.v
// macro definitions for the opcodes
`define plus 3'd0
`define minus 3'd1
`define band 3'd2
`define bor 3'd3
`define unegate 3'd4
module alu(out, opcode, a, b);
output [7:0] out;
input [2:0
www.eeworm.com/read/444483/1732797
ini spi.ini
define char spi_at250x0_state
define int spi_at250x0_address
define char spi_at250x0_status
define char spi_at250x0_page
func char spi_at250x0 (char st) {
unsigned char opcode;
printf
www.eeworm.com/read/444483/1733100
ini spi.ini
define char spi_at250x0_state
define int spi_at250x0_address
define char spi_at250x0_status
define char spi_at250x0_page
func char spi_at250x0 (char st) {
unsigned char opcode;
printf
www.eeworm.com/read/435682/1862534
h pquicc.h
/* bit fields within command register */
#define SOFTWARE_RESET 0x8000
#define CMD_OPCODE 0x0f00
#define CMD_CHANNEL 0x00f0
#define CMD_FLAG 0x0001
/* general command opcodes *
www.eeworm.com/read/435682/1862651
h pquicc.h
/* bit fields within command register */
#define SOFTWARE_RESET 0x8000
#define CMD_OPCODE 0x0f00
#define CMD_CHANNEL 0x00f0
#define CMD_FLAG 0x0001
/* general command opcodes *
www.eeworm.com/read/422169/2041010
h ms_msd_fn_xfer.h
#ifndef _MS_MSD_FN_XFER_H_
#define _MS_MSD_FN_XFER_H_
typedef struct
{
__u8 opcode;
__u8 lun;
__u32 d32;
__u32 f32;
__u8 reserved[6];
} CBWCB;
#if 0
typedef st
www.eeworm.com/read/410728/2203921
h d10v_sim.h
#include "config.h"
#include
#include
#include
#include "ansidecl.h"
#include "gdb/callback.h"
#include "opcode/d10v.h"
#include "bfd.h"
#define DEBUG_TRACE 0x00000001
www.eeworm.com/read/261703/4319747
v alu.v
// macro definitions for the opcodes
`define plus 3'd0
`define minus 3'd1
`define band 3'd2
`define bor 3'd3
`define unegate 3'd4
module alu(out, opcode, a, b);
output [7:0] out;
input [2:0