Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.h249 #define OP_REGTBL_MASK 0xFFFF0000 /* higher word is register type [gen/dbg] */ macro
251 #define OP_REGTYPE( type ) (type & OP_REGTBL_MASK)