HomeSort by relevance Sort by last modified time
    Searched defs:targetmod (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 104 uintptr_t targetmod; /**< Arch target modifier, 0 if none. */ member in struct:yasm_insn_operand
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 215 unsigned int targetmod:3; member in struct:x86_info_operand
440 } else if (op->targetmod == X86_FAR) {
530 switch (insn_operands[jinfo->operands_index+0].targetmod) {
580 switch (insn_operands[info->operands_index+0].targetmod) {
    [all...]

Completed in 80 milliseconds