代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/227822/14410382
h exec.h
/*
* i386 execution defines
*
* Copyright (c) 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ
www.eeworm.com/read/227822/14410481
h exec.h
#ifndef EXEC_SPARC_H
#define EXEC_SPARC_H 1
#include "dyngen-exec.h"
#include "config.h"
#if defined(__sparc__)
struct CPUSPARCState *env;
#else
register struct CPUSPARCState *env asm(AREG0);
#endif
www.eeworm.com/read/227822/14410754
h exec.h
/*
* SH4 emulation
*
* Copyright (c) 2005 Samuel Tardieu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lice
www.eeworm.com/read/227822/14410842
h exec.h
/*
* ARM execution defines
*
* Copyright (c) 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publi
www.eeworm.com/read/227822/14410924
h exec.h
/*
* m68k execution defines
*
* Copyright (c) 2005-2006 CodeSourcery
* Written by Paul Brook
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/227822/14410968
c exec.c
/*
* virtual page mapping and translated block handling
*
* Copyright (c) 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/227822/14411115
h exec.h
#if !defined(__QEMU_MIPS_EXEC_H__)
#define __QEMU_MIPS_EXEC_H__
//#define DEBUG_OP
#include "config.h"
#include "mips-defs.h"
#include "dyngen-exec.h"
#if defined(__sparc__)
struct CPUMIPSState *en
www.eeworm.com/read/126530/14417315
hpp exec.hpp
//*************************************************************************
// MODULE : Exec - Definitions for Process Control Blocks and such. *
// AUTHOR : Ron Chernich
www.eeworm.com/read/126530/14417325
cpp exec.cpp
//*************************************************************************
// MODULE : Exec - Process creation and management module *
// AUTHOR : Ron Chernich
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