Home
last modified time | relevance | path

Searched refs:op_bswap (Results 1 – 14 of 14) sorted by relevance

/dports/devel/xopcodecalc/XOpcodeCalc-0.03/asm/
H A Dgcc32.s244 .globl op_bswap
245 op_bswap: label
H A Dgcc64.s249 .globl op_bswap
250 op_bswap: label
H A Dmsvc32.asm248 op_bswap PROC label
252 op_bswap ENDP
H A Dmsvc64.asm251 op_bswap PROC label
255 op_bswap ENDP
H A Dasm.h78 extern "C" void op_bswap(RECDATA *pRecData) XASM("op_bswap");
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/
H A Dasm_defs.h126 {OP_BSWAP, &op_bswap, "bswap", {{"EAX", LIM32}, {"", 0}}, {{"EAX"…
182 {OP_BSWAP, &op_bswap, "bswap", {{"RAX", LIM32}, {"", 0}}, {{"RAX"…
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Ddrcbex64.h182 void op_bswap(Assembler &a, const uml::instruction &inst);
H A Ddrcbex86.h183 void op_bswap(Assembler &a, const uml::instruction &inst);
H A Ddrcbex64.cpp368 { uml::OP_BSWAP, &drcbe_x64::op_bswap }, // BSWAP dst,src
3796 void drcbe_x64::op_bswap(Assembler &a, const instruction &inst) in op_bswap() function in drc::drcbe_x64
H A Ddrcbex86.cpp246 { uml::OP_BSWAP, &drcbe_x86::op_bswap }, // BSWAP dst,src
4876 void drcbe_x86::op_bswap(Assembler &a, const instruction &inst) in op_bswap() function in drc::drcbe_x86
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Ddrcbex64.h182 void op_bswap(Assembler &a, const uml::instruction &inst);
H A Ddrcbex86.h183 void op_bswap(Assembler &a, const uml::instruction &inst);
H A Ddrcbex64.cpp368 { uml::OP_BSWAP, &drcbe_x64::op_bswap }, // BSWAP dst,src
3796 void drcbe_x64::op_bswap(Assembler &a, const instruction &inst) in op_bswap() function in drc::drcbe_x64
H A Ddrcbex86.cpp246 { uml::OP_BSWAP, &drcbe_x86::op_bswap }, // BSWAP dst,src
4876 void drcbe_x86::op_bswap(Assembler &a, const instruction &inst) in op_bswap() function in drc::drcbe_x86