Home
last modified time | relevance | path

Searched refs:x86_modrm_reg (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h246 #define x86_modrm_reg(modrm) (((modrm) >> 3) & 0x7) macro
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h246 #define x86_modrm_reg(modrm) (((modrm) >> 3) & 0x7) macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h268 #define x86_modrm_reg(modrm) (((modrm) >> 3) & 0x7) macro
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.c815 if ((ip [0] == 0xf7) && (x86_modrm_mod (ip [1]) == 0x3) && (x86_modrm_reg (ip [1]) == 0x7)) { in mono_arch_is_int_overflow()
5773 else if ((code [0] == 0xff) && (x86_modrm_reg (code [1]) == 0x6)) in mono_arch_get_patch_offset()
5776 else if ((code [0] == 0xff) && (x86_modrm_reg (code [1]) == 0x2)) in mono_arch_get_patch_offset()
H A Dmini-amd64.c7630 if ((rip [0] == 0xf7) && (x86_modrm_mod (rip [1]) == 0x3) && (x86_modrm_reg (rip [1]) == 0x7)) { in mono_arch_is_int_overflow()