Home
last modified time | relevance | path

Searched refs:op_bt (Results 1 – 17 of 17) sorted by relevance

/dports/devel/xopcodecalc/XOpcodeCalc-0.03/asm/
H A Dgcc32.s268 .globl op_bt
269 op_bt: label
H A Dgcc64.s273 .globl op_bt
274 op_bt: label
H A Dmsvc32.asm272 op_bt PROC label
276 op_bt ENDP
H A Dmsvc64.asm275 op_bt PROC label
279 op_bt ENDP
H A Dasm.h80 extern "C" void op_bt(RECDATA *pRecData) XASM("op_bt");
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/
H A Dasm_defs.h147 {OP_BT, &op_bt, "bt", {{"EAX", LIM32}, {"ECX", LIM32}}, {{"EAX"…
203 {OP_BT, &op_bt, "bt", {{"RAX", LIM64}, {"RCX", LIM64}}, {{"RAX"…
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dvm.h215 op_bt = 0x17, // 023 enumerator
H A Dscriptdebug.cpp415 case op_bt: in isJumpOpcode()
H A Dvm.cpp793 case op_bt: // 0x17 (23) in run_vm()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dvm.h216 op_bt = 0x17, // 023 enumerator
H A Dscriptdebug.cpp429 case op_bt: in isJumpOpcode()
H A Dvm.cpp805 case op_bt: // 0x17 (23) in run_vm()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/sci/
H A Dscidisasm.cpp756 if (opcode == op_jmp || opcode == op_bt || opcode == op_bnt) {
/dports/games/scummvm/scummvm-2.5.1/devtools/sci/
H A Dscidisasm.cpp756 if (opcode == op_jmp || opcode == op_bt || opcode == op_bnt) {
/dports/games/scummvm-tools/scummvm-tools-2.5.0/sci/
H A Dscidisasm.cpp755 if (opcode == op_jmp || opcode == op_bt || opcode == op_bnt) {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/
H A Dconsole.cpp3693 if (opcode == op_bt || opcode == op_bnt || opcode == op_jmp) { in printKernelCallsFound()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/
H A Dconsole.cpp3716 if (opcode == op_bt || opcode == op_bnt || opcode == op_jmp) { in printKernelCallsFound()