Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Ddb_disasm.c58 #define REX_B 1 macro
980 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
984 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_x86.c47 REX_B = 0x1, /* extension of the ModRM.rm field */ enumerator
186 rex |= REX_B; in emit_rex()