Home
last modified time | relevance | path

Searched defs:ModRM (Results 51 – 75 of 92) sorted by relevance

1234

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/i86/
H A Dinstrv30.c4 unsigned ModRM; in PREFIXV30() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/nec/
H A Dnecinstr.c20 OP( 0x0f, i_pre_nec ) { UINT32 ModRM, tmp, tmp2; variable
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86instdb.cpp67 #define O(PREFIX, OPCODE, ModO, LL, W, EvexW, N, ModRM) (O_ENCODE(0, Opcode::k##PREFIX, 0x##OPCODE,… argument
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86instdb.cpp67 #define O(PREFIX, OPCODE, ModO, LL, W, EvexW, N, ModRM) (O_ENCODE(0, Opcode::k##PREFIX, 0x##OPCODE,… argument
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86instdb.cpp67 #define O(PREFIX, OPCODE, ModO, LL, W, EvexW, N, ModRM) (O_ENCODE(0, Opcode::k##PREFIX, 0x##OPCODE,… argument
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86instdb.cpp67 #define O(PREFIX, OPCODE, ModO, LL, W, EvexW, N, ModRM) (O_ENCODE(0, Opcode::k##PREFIX, 0x##OPCODE,… argument
/dports/devel/py-opcodes/opcodes-0.3.14/opcodes/
H A Dk1om.py653 class ModRM: class
H A Dx86.py767 class ModRM: class
H A Dx86_64.py910 class ModRM: class
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp70 static bool hasBaseReg(uint8_t ModRM) { return (ModRM & 0xc7) != 0x5; } in hasBaseReg()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/Arch/
H A DX86.cpp69 static bool hasBaseReg(uint8_t ModRM) { return (ModRM & 0xc7) != 0x5; } in hasBaseReg()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/nec/
H A Dnec.c236 OP( 0x0f, i_pre_nec ) { UINT32 ModRM, tmp, tmp2; variable
546 OP( 0x8d, i_lea ) { UINT16 ModRM = FETCH; (void)(*GetEA[ModRM])(); RegWord(ModRM)=EO; CLKS(4… variable
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/nec/
H A Dnec.c236 OP( 0x0f, i_pre_nec ) { UINT32 ModRM, tmp, tmp2; variable
545 OP( 0x8d, i_lea ) { UINT16 ModRM = FETCH; (void)(*GetEA[ModRM])(); RegWord(ModRM)=EO; CLKS(4… variable
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/nec/
H A Dnec.c203 OP( 0x0f, i_pre_nec ) { UINT32 ModRM, tmp, tmp2; variable
511 OP( 0x8d, i_lea ) { UINT16 ModRM = FETCH; (void)(*GetEA[ModRM])(); RegWord(ModRM)=EO; CLKS(4… variable
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.h245 #define ModRM(mod, rm, reg) write8( ( mod << 6 ) | ( (rm & 7) << 3 ) | ( reg & 7 ) ) macro
/dports/emulators/mednafen/mednafen/src/wswan/
H A Dv30mz.cpp594 OP( 0x8d, i_lea ) { uint16 ModRM = FETCH; if(ModRM >= 192) { printf("LEA Error: %02x\n", ModR… in DoOP() local
/dports/games/libretro-beetle_wswan/beetle-wswan-libretro-5b03d1b/mednafen/wswan/
H A Dv30mz.cpp592 …OP( 0x8d, i_lea ) { uint16 ModRM = FETCH; if(ModRM >= 192) { printf("LEA Error: %02x\n", Mod… in DoOP() local
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/
H A Dx86.c47 #define ModRM(mod,reg,rm) (Mod(mod)|RegOp(reg)|RM(rm)) macro
H A Dx86_64.c45 #define ModRM(mod,reg,rm) (Mod(mod)|RegOp(reg)|RM(rm)) macro
H A Dia64.c41 #define ModRM(mod,reg,rm) (Mod(mod)|RegOp(reg)|RM(rm)) macro
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.c65 #define ModRM(mod, rm, reg) \ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/
H A Demulate.c133 #define ModRM (1<<19) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/
H A Demulate.c133 #define ModRM (1<<19) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/
H A Demulate.c133 #define ModRM (1<<19) macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7849 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11 in LowerTRAMPOLINE() local

1234