Home
last modified time | relevance | path

Searched refs:opcode_table (Results 26 – 50 of 220) sorted by relevance

123456789

/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/cpu/core/
H A Dtable.cpp296 opcode_table = &op_table[table_EM]; in update_table()
299 opcode_table = &op_table[table_MX]; in update_table()
301 opcode_table = &op_table[table_Mx]; in update_table()
305 opcode_table = &op_table[table_mX]; in update_table()
307 opcode_table = &op_table[table_mx]; in update_table()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mc68hc11/
H A Dhc11dasm.h49 static const M68HC11_OPCODE opcode_table[256]; variable
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mc68hc11/
H A Dhc11dasm.h49 static const M68HC11_OPCODE opcode_table[256]; variable
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dinterp.c154 void *opcode_table[n_ops] = {
240 opcode_table[OP_JNORM] = &do_ldjnorm; in g3_interpret_object()
242 opcode_table[OP_JNORM] = &do_ljnorm; in g3_interpret_object()
378 opcode_table[OP_JNORM] = &do_jnorm; in g3_interpret_object()
387 object = ((uchar * (*)(uchar *)) opcode_table[*(short *)object])(object); in interpreter_loop()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dsparc-dis.c948 build_hash_table (opcode_table, hash_table, num_opcodes) in build_hash_table() argument
949 const struct sparc_opcode **opcode_table; in build_hash_table()
967 register int hash = HASH_INSN (opcode_table[i]->match);
970 h->opcode = opcode_table[i];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dsparc-dis.c948 build_hash_table (opcode_table, hash_table, num_opcodes) in build_hash_table() argument
949 const struct sparc_opcode **opcode_table; in build_hash_table()
967 register int hash = HASH_INSN (opcode_table[i]->match);
970 h->opcode = opcode_table[i];
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dsparc-dis.c948 build_hash_table (opcode_table, hash_table, num_opcodes) in build_hash_table() argument
949 const struct sparc_opcode **opcode_table; in build_hash_table()
967 register int hash = HASH_INSN (opcode_table[i]->match);
970 h->opcode = opcode_table[i];
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/ccpu/
H A Dccpudasm.c117 opcode_table_entry opcode_table[] = { variable
403 switch (amodes [ opcode_table [ opcode ].ot_amode ].ad_amode) in DasmCCPU()
490 opcodes [ opcode_table [ opcode ].ot_opcode ].od_name, ambuffer); in DasmCCPU()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/ccpu/
H A Dccpudasm.c117 opcode_table_entry opcode_table[] = { variable
403 switch (amodes [ opcode_table [ opcode ].ot_amode ].ad_amode) in DasmCCPU()
490 opcodes [ opcode_table [ opcode ].ot_opcode ].od_name, ambuffer); in DasmCCPU()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dxtensa-isa-internal.h95 xtensa_opcode_internal **opcode_table;/* Indexed by internal opcode #. */ member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dxtensa-isa-internal.h95 xtensa_opcode_internal **opcode_table;/* Indexed by internal opcode #. */ member
/dports/games/quakeforge/quakeforge-0.7.2/libs/gamecode/
H A Dpr_opcode.c47 hashtab_t *opcode_table; variable
1070 return Hash_FindElement (opcode_table, &op); in PR_Opcode()
1078 opcode_table = Hash_NewTable (1021, 0, 0, 0); in PR_Opcode_Init()
1079 Hash_SetHashCompare (opcode_table, opcode_get_hash, opcode_compare); in PR_Opcode_Init()
1082 Hash_AddElement (opcode_table, op); in PR_Opcode_Init()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/smp/ssmp/
H A Dssmp.cpp32 (this->*opcode_table[op_readpc()])(); in op_step()
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dopcodes.h52 extern const uint8_t opcode_table[][ADR_LEN];
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/chip/superfx/core/
H A Dcore.hpp8 void (SuperFX::*opcode_table[1024])(); variable
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/chip/superfx/
H A Dsuperfx.cpp28 (this->*opcode_table[(regs.sfr & 0x0300) + peekpipe()])(); in enter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/
H A Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A Ddirect_machine.cpp92 return opcode_table; in direct_run()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A Ddirect_machine.cpp92 return opcode_table; in direct_run()

123456789