代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/410728/2202079
h v850_sim.h
struct simops
{
unsigned long opcode;
unsigned long mask;
int (* func) PARAMS ((void));
int numops;
int operands[12];
};
www.eeworm.com/read/405816/2282151
c 34010tbl.c
/*** TMS34010: Portable TMS34010 emulator ***********************************
Copyright (C) Alex Pasadyn/Zsolt Vasvari 1998
Opcode Table
*************************************************
www.eeworm.com/read/418684/2085897
h r300_vertprog.h
#ifndef __R300_VERTPROG_H_
#define __R300_VERTPROG_H_
#include "r300_reg.h"
#define PVS_OP_DST_OPERAND(opcode, math_inst, macro_inst, reg_index, reg_writemask, reg_class) \
(((opcode & PVS_DST_OPC
www.eeworm.com/read/131315/5945960
h kadm_err.h
#define KADM_RCSID ((int)-1783126272)
#define KADM_NO_REALM ((int)-1783126271)
#define KADM_NO_CRED ((int)-17831262
www.eeworm.com/read/347503/3172308
d error-002.d
#source: error-002.s
#error: bad opcode or operands
# Test expect's dump_run_test error option
www.eeworm.com/read/340665/3268140
d error-002.d
#source: error-002.s
#error: bad opcode or operands
# Test expect's dump_run_test error option
www.eeworm.com/read/447738/1698411
d error-002.d
#source: error-002.s
#error: bad opcode or operands
# Test expect's dump_run_test error option
www.eeworm.com/read/412483/11198367
todo
*************************
* OgreOpcode TODO List
*************************
--------------
High priority:
--------------
1) Make OgreOpcode use Eihort by default.
2) Either move OPCODE directly int
www.eeworm.com/read/153260/12045778
h usb3wcmd.h
// Usb3wCmd.h: Include file for command received from USB-host
//-----------------------------------------------------------------------------
// 3W-Command opcode and format
//------------------
www.eeworm.com/read/405816/2282952
c t11table.c
/*** t11: Portable DEC T-11 emulator ******************************************
Copyright (C) Aaron Giles 1998
Opcode table plus function prototypes
*************************************