Home
last modified time | relevance | path

Searched refs:rex_offset (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zydis/
H A DUtils.c234 const ZyanU8 rex_offset = (instruction->attributes & ZYDIS_ATTRIB_HAS_REX) ? 1 : 0; in ZydisGetInstructionSegments() local
235 if (!rex_offset || (instruction->raw.prefix_count > 1)) in ZydisGetInstructionSegments()
240 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
242 if (rex_offset) in ZydisGetInstructionSegments()
246 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
/dports/devel/zydis/zydis-3.1.0/src/
H A DUtils.c234 const ZyanU8 rex_offset = (instruction->attributes & ZYDIS_ATTRIB_HAS_REX) ? 1 : 0; in ZydisGetInstructionSegments() local
235 if (!rex_offset || (instruction->raw.prefix_count > 1)) in ZydisGetInstructionSegments()
240 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
242 if (rex_offset) in ZydisGetInstructionSegments()
246 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zydis/
H A DUtils.c234 const ZyanU8 rex_offset = (instruction->attributes & ZYDIS_ATTRIB_HAS_REX) ? 1 : 0; in ZydisGetInstructionSegments() local
235 if (!rex_offset || (instruction->raw.prefix_count > 1)) in ZydisGetInstructionSegments()
240 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
242 if (rex_offset) in ZydisGetInstructionSegments()
246 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zydis/
H A DUtils.c234 const ZyanU8 rex_offset = (instruction->attributes & ZYDIS_ATTRIB_HAS_REX) ? 1 : 0; in ZydisGetInstructionSegments() local
235 if (!rex_offset || (instruction->raw.prefix_count > 1)) in ZydisGetInstructionSegments()
240 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
242 if (rex_offset) in ZydisGetInstructionSegments()
246 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zydis/
H A DUtils.c234 const ZyanU8 rex_offset = (instruction->attributes & ZYDIS_ATTRIB_HAS_REX) ? 1 : 0; in ZydisGetInstructionSegments() local
235 if (!rex_offset || (instruction->raw.prefix_count > 1)) in ZydisGetInstructionSegments()
240 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
242 if (rex_offset) in ZydisGetInstructionSegments()
246 instruction->raw.prefix_count - rex_offset; in ZydisGetInstructionSegments()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Damd64-tdep.c902 int rex_offset; member
1106 details->rex_offset = -1; in amd64_get_insn_details()
1116 details->rex_offset = insn - start; in amd64_get_insn_details()
1198 if (insn_details->rex_offset != -1) in fixup_riprel()
1199 dsc->insn_buf[insn_details->rex_offset] &= ~REX_B; in fixup_riprel()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Damd64-tdep.c959 int rex_offset; member
1163 details->rex_offset = -1; in amd64_get_insn_details()
1173 details->rex_offset = insn - start; in amd64_get_insn_details()
1255 if (insn_details->rex_offset != -1) in fixup_riprel()
1256 dsc->insn_buf[insn_details->rex_offset] &= ~REX_B; in fixup_riprel()
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-20171052 * amd64-tdep.c (amd64_insn::rex_offset): Rename to...