Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/arch/x86/
Ddecode.c95 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, in arch_decode_instruction() local
124 rex_w = X86_REX_W(rex) >> 3; in arch_decode_instruction()
144 if (rex_w && !rex_b && modrm_mod == 3 && modrm_rm == 4) { in arch_decode_instruction()
226 if (rex_w && !rex_r && modrm_mod == 3 && modrm_reg == 4) { in arch_decode_instruction()
238 if (rex_w && !rex_b && modrm_mod == 3 && modrm_rm == 4) { in arch_decode_instruction()
264 } else if (rex_w && !rex_b && modrm_rm == 4 && sib == 0x24) { in arch_decode_instruction()
279 if (rex_w && !rex_b && modrm_mod == 1 && modrm_rm == 5) { in arch_decode_instruction()
290 } else if (rex_w && !rex_b && sib == 0x24 && in arch_decode_instruction()
306 if (sib == 0x24 && rex_w && !rex_b && !rex_x) { in arch_decode_instruction()