代码搜索:Helper
找到约 8,496 项符合「Helper」的源代码
代码结果 8,496
www.eeworm.com/read/230045/14307828
c ncky-helper.c
/* ncky-helper.c
*
* In order to speed up ncky.c I have written a specialized
* memory allocator which can free all the blocks associated
* with a chart at once.
*
* I have also modified t
www.eeworm.com/read/227822/14410369
c op_helper.c
/*
* PowerPC emulation helpers for qemu.
*
* Copyright (c) 2003-2005 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Les
www.eeworm.com/read/227822/14410395
c helper2.c
/*
* i386 helpers (without register variable usage)
*
* Copyright (c) 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/227822/14410496
c op_helper.c
#include "exec.h"
//#define DEBUG_PCALL
//#define DEBUG_MMU
void raise_exception(int tt)
{
env->exception_index = tt;
cpu_loop_exit();
}
#ifdef USE_INT_TO_FLOAT_HELPERS
void do_fitos(voi
www.eeworm.com/read/227822/14410759
c op_helper.c
/*
* 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/14410870
c op_helper.c
/*
* ARM helper routines
*
* Copyright (c) 2005 CodeSourcery, LLC
*
* 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/14410951
h hostregs_helper.h
/*
* Save/restore host registrs.
*
* Copyright (c) 2007 CodeSourcery
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub
www.eeworm.com/read/227822/14411134
c op_helper.c
/*
* MIPS emulation helpers for qemu.
*
* Copyright (c) 2004-2005 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/221820/14719015