代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/187737/5217595
cpp opcodes.cpp
// OPCODES.CPP
//
// Copyright (c) 1997-2000 Symbian Ltd. All rights reserved.
#include
const OPCODEFUNC OpCode::OpCodeTable[] =
{
&SimpleDirectRightSideInt,
&SimpleDirect
www.eeworm.com/read/170239/5405961
h dis_arm_opcodes.h
/*
* dis_arm_opcodes.h
*
* Opcode recognition tables for ARM processors.
* Support for ARM and THUMB instruction sets.
*
* by Nick Patavalis (npat@inaccessnetworks.com)
*
* This code was par
www.eeworm.com/read/340665/3268285
s sep-err-1.s
; Test error cases for separators.
; { dg-do assemble { target cris-*-* } }
.text
start:
nop|moveq 0,r10 ; { dg-error "Unknown opcode" }
www.eeworm.com/read/410728/2201727
h pyr.h
/* pyramid.opcode.h -- gdb initial attempt.
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/410728/2201746
h pj.h
/* Definitions for decoding the picoJava opcode table.
Copyright 1999, 2002, 2003 Free Software Foundation, Inc.
Contributed by Steve Chamberlain of Transmeta (sac@pobox.com).
This program is f
www.eeworm.com/read/395929/2428547
h pyr.h
/* pyramid.opcode.h -- gdb initial attempt.
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/395929/2429979
s sep-err-1.s
; Test error cases for separators.
; { dg-do assemble { target cris-*-* } }
.text
start:
nop|moveq 0,r10 ; { dg-error "Unknown opcode" }
www.eeworm.com/read/158872/5589874
h pyr.h
/* pyramid.opcode.h -- gdb initial attempt.
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/158872/5590106
c gencode.c
/* Simulator/Opcode generator for the Hitachi Super-H architecture.
Written by Steve Chamberlain of Cygnus Support.
sac@cygnus.com
This file is part of SH sim
THIS SOFTWARE IS NOT COPYR
www.eeworm.com/read/100924/15860161
cs packettftp.cs
using System;
using System.Windows.Forms;
namespace MyClasses
{
public class PacketTFTP
{
public struct PACKET_TFTP
{
public ushort OpCode;
public ushort Bytes;
public u