HomeSort by relevance Sort by last modified time
    Searched refs:segregs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c 151 insn->segregs =
152 yasm_xrealloc(insn->segregs, (insn->num_segregs+1)*sizeof(uintptr_t));
153 insn->segregs[insn->num_segregs] = segreg;
163 insn->segregs = NULL;
197 yasm_xfree(insn->segregs);
insn.h 147 /*@null@*/ uintptr_t *segregs; member in struct:yasm_insn
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c     [all...]

Completed in 78 milliseconds