Searched refs:X86_REX_B (Results 1 – 2 of 2) sorted by relevance
| /tools/arch/x86/include/asm/ | ||
| A D | insn.h | 123 #define X86_REX_B(rex) ((rex) & 1) /* REX or REX2 B3 */ macro |
| /tools/objtool/arch/x86/ | ||
| A D | decode.c | 206 rex_b = X86_REX_B(rex); in arch_decode_instruction() |
Completed in 14 milliseconds