代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/347503/3169917

s opcode64.s

.text foo: ag %r9,4095(%r5,%r10) agf %r9,4095(%r5,%r10) agfr %r9,%r6 aghi %r9,-32767 agr %r9,%r6 alc %r9,4095(%r5,%r10) alcg %r9,4095(%r5,%r10) alcgr %r9,%r6 alcr %r9,%r6 alg %r9,4095(%r5,%r
www.eeworm.com/read/340665/3266533

d opcode64.d

#name: s390x opcode #objdump: -drw .*: +file format .* Disassembly of section .text: .* : 0: e3 95 af ff 00 08 [ ]*ag %r9,4095\(%r5,%r10\) 6: e3 95 af ff 00 18 [ ]*agf %r9,4095\(%r5,%r
www.eeworm.com/read/340665/3266538

s opcode64.s

.text foo: ag %r9,4095(%r5,%r10) agf %r9,4095(%r5,%r10) agfr %r9,%r6 aghi %r9,-32767 agr %r9,%r6 alc %r9,4095(%r5,%r10) alcg %r9,4095(%r5,%r10) alcgr %r9,%r6 alcr %r9,%r6 alg %r9,4095(%r5,%r
www.eeworm.com/read/316872/3585024

c opcode_helper.c

/* * arch/sh/kernel/cpu/sh2a/opcode_helper.c * * Helper for the SH-2A 32-bit opcodes. * * Copyright (C) 2007 Paul Mundt * * This file is subject to the terms and conditions of the GNU General
www.eeworm.com/read/312645/3662224

h mips_opcode.h

/*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redis
www.eeworm.com/read/312645/3668807

h openrisc_opcode.h

//============================================================================= // // openrisc_opcode.h // // Define the instruction formats and opcode values for the OpenRISC // instructi
www.eeworm.com/read/447738/1696018

d opcode64.d

#name: s390x opcode #objdump: -drw .*: +file format .* Disassembly of section .text: .* : 0: e3 95 af ff 00 08 [ ]*ag %r9,4095\(%r5,%r10\) 6: e3 95 af ff 00 18 [ ]*agf %r9,4095\(%r5,%r
www.eeworm.com/read/447738/1696023

s opcode64.s

.text foo: ag %r9,4095(%r5,%r10) agf %r9,4095(%r5,%r10) agfr %r9,%r6 aghi %r9,-32767 agr %r9,%r6 alc %r9,4095(%r5,%r10) alcg %r9,4095(%r5,%r10) alcgr %r9,%r6 alcr %r9,%r6 alg %r9,4095(%r5,%r
www.eeworm.com/read/405816/2282126

c opcode9.c

#include "cpudefs.h" void op_9000(void) /* SUB */ { ULONG srcreg = (opcode & 7); ULONG dstreg = (opcode >> 9) & 7; {{ BYTE src = regs.d[srcreg].B.l; { BYTE dst = regs.d[dstreg].B.l; {{ULONG n
www.eeworm.com/read/405816/2282131

c opcode6.c

#include "cpudefs.h" void op_6000(void) /* Bcc */ { ULONG oldpc = regs.pc; WORD src = nextiword(); if (cctrue(0)) { regs.pc = oldpc + (LONG)src; change_pc24 (regs.pc&0xffffff); /* ASG