Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c156 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local
188 rex_w = X86_REX_W(rex) >> 3; in arch_decode_instruction()
212 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
273 if (!rex_w) in arch_decode_instruction()
325 if (!rex_w) in arch_decode_instruction()
380 if (!rex_w) in arch_decode_instruction()
412 if (!rex_w) in arch_decode_instruction()
450 if (!rex_w) in arch_decode_instruction()
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc1811 * data with rex_w, and 16-bit data with 0x66; rex_w takes precedence