代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/283355/4080341

patch gcc-3.3.4-ppc-asm-spec.patch

Based on gcc-3.4.0/gcc-3.3.3h-ppc-asm-spec.patch Fixes the following errors when building gcc for ppc7450: /tmp/ccj38uQs.s: Assembler messages: /tmp/ccj38uQs.s:4370: Error: Unrecognized opcode: `mfv
www.eeworm.com/read/281683/4113502

java opcodeinfo.java

package js.tinyvm; /** * Machine-generated file. Do not modify. */ public interface OpCodeInfo { int OPCODE_ARGS[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 2, 2, 1,
www.eeworm.com/read/413311/2162420

h eng_scsi.h

#if !defined( ENGINE_SCSI3_H ) #define ENGINE_SCSI3_H #include "gen_typs.h" /* scsi3 opcode and CDB bits */ #define svucSCSI_COMMAND 0x60 #define scsiINQUIRY 0x12 #define scsiMODE_SELE
www.eeworm.com/read/412251/2172133

svn-base comunicationserver.cpp.svn-base

#include "StdAfx.h" #pragma pack(push, 1) typedef struct { uint16 opcode; uint32 size; }packet; #pragma pack(pop) VENICE_INLINE static void swap32(uint32* p) { *p = ((*p >> 24 & 0xff))
www.eeworm.com/read/410728/2202316

s pabs.s

# sh testcase for pabs # mach: shdsp # as(shdsp): -defsym sim_cpu=1 -dsp # FIXME: opcode table ambiguity in ignored bits 4-7. .include "testutils.inc" start set_grs_a5a5 lds r0, a0 pcopy a0,
www.eeworm.com/read/410728/2202353

s prnd.s

# sh testcase for prnd # mach: shdsp # as(shdsp): -defsym sim_cpu=1 -dsp # FIXME: opcode table ambiguity in ignored bits 4-7. .include "testutils.inc" start set_grs_a5a5 lds r0, a0 pcopy a0,
www.eeworm.com/read/410728/2202381

s pclr.s

# sh testcase for pclr # mach: shdsp # as(shdsp): -defsym sim_cpu=1 -dsp # FIXME: opcode table ambiguity in ignored bits 4-7. .include "testutils.inc" start pclr_cc: set_grs_a5a5 lds r0, a0
www.eeworm.com/read/410728/2203916

c gencode.c

#include "config.h" #include #include #include #include "ansidecl.h" #include "opcode/d10v.h" static void write_header PARAMS ((void)); static void write_opcodes PARAMS
www.eeworm.com/read/385086/2595410

c atab-x86.c

/* * This file was generated by optab.pl - do not edit. */ #include "common-x86.h" #include "operands-x86.h" #include "optab-x86.h" #include "regs-x86.h" static struct x86OpCode Instruction_AAA[]
www.eeworm.com/read/360007/2970625

h tftp.h

#ifndef _HERMIT_TFTP_H_ #define _HERMIT_TFTP_H_ #define TFTP_PORT_NO 69 #define MODE_ASCII "netascii" #define MODE_BIN "octet" typedef enum _tftp_opcode_id{ TFTP_OP_READ = 1, TFTP_OP_WRITE =