代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/158865/5594400
h java-opcodes.h
enum java_opcode {
#define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
#include "javaop.def"
#undef JAVAOP
};
www.eeworm.com/read/412483/11198200
h opc_icehook.h
// Should be included by Opcode.h if needed
#define ICE_DONT_CHECK_COMPILER_OPTIONS
// From Windows...
typedef int BOOL;
#ifndef FALSE
#define FALSE 0
#
www.eeworm.com/read/124347/6052777
h sparc.h
/* Definitions for opcode table for the sparc.
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2002
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler, G
www.eeworm.com/read/158872/5589884
h sparc.h
/* Definitions for opcode table for the sparc.
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2002
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler, G
www.eeworm.com/read/147766/5726088
h ip_conntrack_tftp.h
#ifndef _IP_CT_TFTP
#define _IP_CT_TFTP
#define TFTP_PORT 69
struct tftphdr {
u_int16_t opcode;
};
#define TFTP_OPCODE_READ 1
#define TFTP_OPCODE_WRITE 2
#endif /* _IP_CT_TFTP */
www.eeworm.com/read/243262/12952234
c inst.c
/* SPIM S20 MIPS simulator.
Code to build assembly instructions and resolve symbolic labels.
Copyright (C) 1990-2004 by James Larus (larus@cs.wisc.edu).
ALL RIGHTS RESERVED.
SPIM is dist
www.eeworm.com/read/126502/14419140
c exec.c
u32 arm_exec (void)
{
switch (CONDITION_MASK) {
case 0:
if (ZFLAG)
return opcode_handles[OPCODE_MASK]();
break;
case 1:
if (!ZFLAG)
return opcode_handles[OPCODE
www.eeworm.com/read/115010/15029782
c exec.c
u32 arm_exec (void)
{
switch (CONDITION_MASK) {
case 0:
if (ZFLAG)
return opcode_handles[OPCODE_MASK]();
break;
case 1:
if (!ZFLAG)
return opcode_handles[OPCODE
www.eeworm.com/read/457234/7330880
h ilopc.h
/*
* HT Editor
* ilopc.h
*
* Copyright (C) 1999-2002 Sebastian Biallas (sb@biallas.net)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/273544/10911488
inc ops_sx.inc
%if S_size == 8
%define OPCODE_PROLOG(op) OPCODE_LABEL OpE1_ %+ op
%else
%define OPCODE_PROLOG(op) OPCODE_LABEL OpE0X %+ X_8bit %+ _ %+ op
%endif
OPCODE_PROLOG(0x5A) ; PHY s
_PHY
OPCODE_EP