代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/218806/14905520
cpp cdaudio.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/210569/15196321
c nr4hdr.c
/* Net/rom transport layer header conversion routines.
*/
#include "global.h"
#include "mbuf.h"
#include "nr4.h"
/* Convert a net/rom transport header to host format structure.
* Return -1 i
www.eeworm.com/read/208858/15234055
cmd simili.cmd
add list /u1/*
#add list /u1/u1_cpu/*
#add list /u1/u1_cpu/u8_mult/*
#add list /u1/u1_cpu/pc /u1/u1_cpu/opcode /u1/*
#add list /u1/u1_cpu/u3_control/*
#add list /u1/u1_cpu/u8_mult/*
SetListStyle nodel
www.eeworm.com/read/170239/5405974
c dis_ppc.c
/* Power PC (403-GA) disassembler.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system designs. As such, it is likely t
www.eeworm.com/read/161845/5549551
s tscread.s
.file "tsc.s"
.text
.globl tscread
tscread:
pushl %ebp
movl %esp, %ebp
movl 8(%ebp), %edi
/* Opcode for reading Pentium timestamp counter */
.byte 0x0f
.byte 0x31
movl %edx, (%ed
www.eeworm.com/read/161121/5556486
c fpopcode.c
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/161121/5556495
c fpa11_cprt.c
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
(c) Philip Blundell, 1999
Direct questions, comments to Scott Bambrough
This program is free
www.eeworm.com/read/158872/5590182
c gencode.c
#include "mn10300_sim.h"
static void write_header PARAMS ((void));
static void write_opcodes PARAMS ((void));
static void write_template PARAMS ((void));
long Opcodes[512];
static int curop=0;
int
www.eeworm.com/read/158872/5590227
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/158872/5590298
c gen.c
/* The IGEN simulator generator for GDB, the GNU Debugger.
Copyright 2002 Free Software Foundation, Inc.
Contributed by Andrew Cagney.
This file is part of GDB.
This program is free so