代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/377555/9271554
c outasm.c
#include
#include "utility.h"
#include "genasm.h"
//the same order as enum en_opcode
char *optab[]={
"mov", "movsx","movzx","push", "pop", "lea", "xchg",
"add", "sub", "inc", "dec"
www.eeworm.com/read/124347/6052765
h mmix.h
/* mmix.h -- Header file for MMIX opcode table
Copyright (C) 2001 Free Software Foundation, Inc.
Written by Hans-Peter Nilsson (hp@bitrange.com)
This file is part of GDB, GAS, and the GNU binut
www.eeworm.com/read/156415/11804925
h parser.h
#ifndef PARSER_H
#define PARSER_H
#include "scanner.h"
typedef double(*FuncPtr)(double);
struct ExprNode
{
enum Token_Type OpCode;
//PLUS,MINUS,MUL,DIV
union
{
struct{ExprNode *Left,*
www.eeworm.com/read/251646/12327782
h igrp.h
/*
* Cisco IGRP definitions
*/
/* IGRP Header
*/
struct igrphdr {
u_int ig_op:4; /* opcode */
u_int ig_v :4; /* protocol version number */
u_char ig_ed
www.eeworm.com/read/487231/1238551
pas express.pas
program test2_3;
var expstr,newexp:string;
s:array [1..255] of char;
opcode:array[1..255] of 0..3;
p,len,i:byte;
ch:char;
res:array[1..255] of longint;
procedure trans_exp
www.eeworm.com/read/233448/4672967
c asm-function-9.c
/* APPLE LOCAL file CW asm blocks */
/* Test macros with . in the opcode. */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
#define foodef() rlwinm. r4,r
www.eeworm.com/read/216802/4880644
pl make-op-def.pl
#!/usr/local/bin/perl -w
#
# Opcode extractor.
# Copyright (c) 1997-1998 New Generation Software (NGS) Oy
#
# Author: Markku Rossi
#
#
# This library is free software; you can r
www.eeworm.com/read/187737/5217585
cpp en_cmp.cpp
// EN_CMP.CPP
//
// Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
//
#include
void OpCode::CompareLessThanInt(CStack& aStack, COplRuntime&, CFrame*)
{
TInt righ
www.eeworm.com/read/316872/3588623
c ppc-opc.c
/* ppc-opc.c -- PowerPC opcode list
Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support
T
www.eeworm.com/read/432906/1886780
h ia64-asmtab.h
/* ia64-asmtab.h -- Header for compacted IA-64 opcode tables.
Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Bob Manson of Cygnus Support
This file is