CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Opcode

搜索资源列表

  1. psopcode

    0下载:
  2. psopcode - Parser Interpreter opcode information table.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4898
    • 提供者:krsgby
  1. x86-opcode-map

    0下载:
  2. ch7006 mode ch7006 lookup mode for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11487
    • 提供者:suxpcue
  1. tag_brcm

    0下载:
  2. Set the ingress opcode, traffic class, tag enforcment is deprecated.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1837
    • 提供者:wonkxnr
  1. tile-desc_64

    0下载:
  2. TILE-Gx opcode information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11435
    • 提供者:zibeiqk
  1. ppc-opcode

    0下载:
  2. delay.h: Linux delay routines on sparc64.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11890
    • 提供者:zhmvxh
  1. psopinfo

    0下载:
  2. Module Name: psopinfo - AML opcode information functions and dispatch tables.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2932
    • 提供者:huiliuwp
  1. ppc

    0下载:
  2. ppc.h Header file for PowerPC opcode table. -ppc.h Header file for PowerPC opcode table.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3881
    • 提供者:liubola
  1. opcode

    0下载:
  2. Instruction opcodes for compiled code.Also uses 41-43.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:kmteiyu
  1. tgsi_info

    0下载:
  2. infer the destination type of a TGSI opcode. MOV is special so return VOID.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4401
    • 提供者:baizobp
  1. svga_shader_op

    0下载:
  2. SVGA Shader Token Opcode Info.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3020
    • 提供者:pipertao
  1. main

    0下载:
  2. My file is about Fetch and Executive stages of processing. The processor contains a single data register, called the accumulator (AC). Both instructions and data are 16 bits long, and memory is organized as a sequence of 16-bit words. The instruction
  3. 所属分类:IT Hero

    • 发布日期:2017-04-10
    • 文件大小:630
    • 提供者:Diana
  1. ppc-opcode

    0下载:
  2. The shmid64_ds structure for i386 architecture.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3156
    • 提供者:ciejogi
  1. radeon_swizzle

    0下载:
  2. Check whether the given swizzle, absolute and negate combination can be implemented natively by the hardware for this opcode Source Code for Linux v2.13.6. -Check whether the given swizzle, absolute and negate combination can be implemented native
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2367
    • 提供者:perxoufu
  1. dbri_subr

    0下载:
  2. Clear out structures. This also intializes the command queue to all DBRI WAIT s since the WAIT opcode is 0.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:16156
    • 提供者:cwnoucw
  1. wendang2

    0下载:
  2. 算术逻辑单元的VHDL语言描述,它在信号opcode的控制下可分别完成加减,相等或不相等比较等操作-VHDL language descr iption of arithmetic logic unit, which carries out addition and subtraction, respectively, under the control of the signal opcode, equal or unequal comparison operations
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2651
    • 提供者:EMILY
  1. x86.Architecture.CPUID

    0下载:
  2. Describe CPUID opcode for the x86 architecture (allowing software to discover details of the processor)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:31835
    • 提供者:__sergey__
  1. 汇编实验

    0下载:
  2. 汇编大多是指汇编语言,汇编程序。把汇编语言翻译成机器语言的过程称为汇编。在汇编语言中,用助记符(Memoni)代替操作码,用地址符号(Symbol)或标号(Label)代替地址码。这样用符号代替机器语言的二进制码,就把机器语言变成了汇编语言。于是汇编语言亦称为符号语言。用汇编语言编写的程序,机器不能直接识别,要由一种程序将汇编语言翻译成机器语言,这种起翻译作用的程序叫汇编程序,汇编程序是系统软件中语言处理的系统软件。(Compilation mostly refers to assembly l
  3. 所属分类:汇编语言

    • 发布日期:2017-12-19
    • 文件大小:1203200
    • 提供者:vdhuavhuai
  1. Kernel Inline Hook

    0下载:
  2. 目前流行和成熟的kernel inline hook技术就是修改内核函数的opcode,通过写入jmp或 push ret等指令跳转到新的内核函数中,从而达到修改或过滤的功能。这些技术的共同点 就是都会覆盖原有的指令,这样很容易在函数中通过查找jmp,push ret等指令来查出来, 因此这种inline hook方式不够隐蔽。本文将使用一种高级inline hook技术来实现更隐蔽的 inline hoo技术(Currently popular and mature kernel in
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:32768
    • 提供者:xiami001
  1. XCache-3.2.0-php-5.3.29-nts-Win32-VC9-x86

    0下载:
  2. xcache模块可以缓存php运行时编译生成的opcode可以加速php程序的效率(XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested (on linux) and supported on all of the latest version of PHP popular rel
  3. 所属分类:WEB开发

    • 发布日期:2017-12-23
    • 文件大小:158720
    • 提供者:hmuang
  1. 65282

    0下载:
  2. 获取汇编指令长度 ,代码中包含了两个函数, unsigned long __fastcall Decode_Size( LPCVOID Opcode ); unsigned long __fastcall Decode_Size( LPCVOID Opcode, DETAILED_SIZE& Detailed ); 前一函数仅返回指令长度,后一个函数返回指令的详细长度报告:前缀长,指令(包含了MOD/RM 字节,SIB字节)长,第一个操作数长,第二个操作数长。 欢迎大家下
  3. 所属分类:汇编语言

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:xxed
« 1 2 3 4 5»
搜珍网 www.dssz.com