Home
last modified time | relevance | path

Searched refs:modrm_offset (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Damd64-tdep.c906 int modrm_offset; member
1053 if (details->modrm_offset != -1) in amd64_get_unused_input_int_reg()
1108 details->modrm_offset = -1; in amd64_get_insn_details()
1155 details->modrm_offset = insn - start; in amd64_get_insn_details()
1173 int modrm_offset = insn_details->modrm_offset; in fixup_riprel() local
1174 gdb_byte *insn = insn_details->raw_insn + modrm_offset; in fixup_riprel()
1207 dsc->insn_buf[modrm_offset] &= ~0xc7; in fixup_riprel()
1208 dsc->insn_buf[modrm_offset] |= 0x80 + arch_tmp_regno; in fixup_riprel()
1226 if (details->modrm_offset != -1) in fixup_displaced_copy()
1515 if (insn->modrm_offset != -1) in rip_relative_offset()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Damd64-tdep.c963 int modrm_offset; member
1110 if (details->modrm_offset != -1) in amd64_get_unused_input_int_reg()
1165 details->modrm_offset = -1; in amd64_get_insn_details()
1212 details->modrm_offset = insn - start; in amd64_get_insn_details()
1230 int modrm_offset = insn_details->modrm_offset; in fixup_riprel() local
1231 gdb_byte *insn = insn_details->raw_insn + modrm_offset; in fixup_riprel()
1264 dsc->insn_buf[modrm_offset] &= ~0xc7; in fixup_riprel()
1265 dsc->insn_buf[modrm_offset] |= 0x80 + arch_tmp_regno; in fixup_riprel()
1283 if (details->modrm_offset != -1) in fixup_displaced_copy()
1572 if (insn->modrm_offset != -1) in rip_relative_offset()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Damd64-tdep.c1103 int modrm_offset; member
1267 if (details->modrm_offset != -1) in amd64_get_unused_input_int_reg()
1322 details->modrm_offset = -1; in amd64_get_insn_details()
1380 details->modrm_offset = insn - start; in amd64_get_insn_details()
1398 int modrm_offset = insn_details->modrm_offset; in fixup_riprel() local
1399 gdb_byte *insn = insn_details->raw_insn + modrm_offset; in fixup_riprel()
1442 dsc->insn_buf[modrm_offset] &= ~0xc7; in fixup_riprel()
1443 dsc->insn_buf[modrm_offset] |= 0x80 + arch_tmp_regno; in fixup_riprel()
1460 if (details->modrm_offset != -1) in fixup_displaced_copy()
1795 if (insn->modrm_offset != -1) in rip_relative_offset()
[all …]
/dports/devel/capstone4/capstone-4.0.2/bindings/python/
H A Dtest_x86.py149 if insn.modrm_offset != 0:
150 print("\tmodrm_offset: 0x%x" % (insn.modrm_offset))
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/python/
H A Dtest_x86.py149 if insn.modrm_offset != 0:
150 print("\tmodrm_offset: 0x%x" % (insn.modrm_offset))
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/python/
H A Dtest_x86.py149 if insn.modrm_offset != 0:
150 print("\tmodrm_offset: 0x%x" % (insn.modrm_offset))
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/python/
H A Dtest_x86.py149 if insn.modrm_offset != 0:
150 print("\tmodrm_offset: 0x%x" % (insn.modrm_offset))
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/python/
H A Dtest_x86.py149 if insn.modrm_offset != 0:
150 print("\tmodrm_offset: 0x%x" % (insn.modrm_offset))
/dports/devel/capstone4/capstone-4.0.2/tests/
H A Dtest_x86.c203 if (x86->encoding.modrm_offset != 0) { in print_insn_detail()
204 printf("\tmodrm_offset: 0x%x\n", x86->encoding.modrm_offset); in print_insn_detail()
/dports/emulators/qemu/qemu-6.2.0/capstone/tests/
H A Dtest_x86.c203 if (x86->encoding.modrm_offset != 0) { in print_insn_detail()
204 printf("\tmodrm_offset: 0x%x\n", x86->encoding.modrm_offset); in print_insn_detail()
/dports/emulators/qemu5/qemu-5.2.0/capstone/tests/
H A Dtest_x86.c203 if (x86->encoding.modrm_offset != 0) { in print_insn_detail()
204 printf("\tmodrm_offset: 0x%x\n", x86->encoding.modrm_offset); in print_insn_detail()
/dports/emulators/qemu60/qemu-6.0.0/capstone/tests/
H A Dtest_x86.c203 if (x86->encoding.modrm_offset != 0) { in print_insn_detail()
204 printf("\tmodrm_offset: 0x%x\n", x86->encoding.modrm_offset); in print_insn_detail()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/tests/
H A Dtest_x86.c155 if (x86->encoding.modrm_offset != 0) { in print_insn_detail()
156 printf("\tmodrm_offset: 0x%x\n", x86->encoding.modrm_offset); in print_insn_detail()
/dports/devel/capstone4/capstone-4.0.2/bindings/python/capstone/
H A Dx86.py83 …a.encoding.modrm_offset, a.encoding.disp_offset, a.encoding.disp_size, a.encoding.imm_offset, a.en…
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/python/capstone/
H A Dx86.py83 …a.encoding.modrm_offset, a.encoding.disp_offset, a.encoding.disp_size, a.encoding.imm_offset, a.en…
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/python/capstone/
H A Dx86.py83 …a.encoding.modrm_offset, a.encoding.disp_offset, a.encoding.disp_size, a.encoding.imm_offset, a.en…
/dports/devel/py-capstone/capstone-4.0.1/capstone/
H A Dx86.py83 …a.encoding.modrm_offset, a.encoding.disp_offset, a.encoding.disp_size, a.encoding.imm_offset, a.en…
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/python/capstone/
H A Dx86.py83 …a.encoding.modrm_offset, a.encoding.disp_offset, a.encoding.disp_size, a.encoding.imm_offset, a.en…
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/python/capstone/
H A Dx86.py83 …a.encoding.modrm_offset, a.encoding.disp_offset, a.encoding.disp_size, a.encoding.imm_offset, a.en…
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/libudis86/
H A Dtypes.h228 uint8_t modrm_offset; member
/dports/editors/wxhexeditor/wxHexEditor/udis86/libudis86/
H A Dtypes.h228 uint8_t modrm_offset; member
/dports/lang/php80/php-8.0.15/ext/opcache/jit/libudis86/
H A Dtypes.h228 uint8_t modrm_offset; member
/dports/lang/php81/php-8.1.1/ext/opcache/jit/libudis86/
H A Dtypes.h228 uint8_t modrm_offset; member
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/libudis86/
H A Dtypes.h228 uint8_t modrm_offset; member
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/libudis86/
H A Dtypes.h228 uint8_t modrm_offset; member

123