HomeSort by: relevance | last modified time | path
    Searched defs:hasreloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 558 unsigned hasreloc : 1; /* Operand has relocation suffix. */ member in struct:arm_it::__anon9986
7669 inst.operands[i].hasreloc = 1;
7679 inst.operands[i].hasreloc = 1;
7684 inst.operands[i].hasreloc = 0;
9301 if (inst.operands[0].hasreloc)
11947 && (inst.operands[0].hasreloc
14188 if (inst.operands[0].hasreloc == 0)
14204 if (inst.operands[1].hasreloc == 0)
14223 if (inst.operands[1].hasreloc == 0)
14243 if (inst.operands[1].hasreloc == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 558 unsigned hasreloc : 1; /* Operand has relocation suffix. */ member in struct:arm_it::__anon11458
7672 inst.operands[i].hasreloc = 1;
7682 inst.operands[i].hasreloc = 1;
7687 inst.operands[i].hasreloc = 0;
9304 if (inst.operands[0].hasreloc)
11950 && (inst.operands[0].hasreloc
14191 if (inst.operands[0].hasreloc == 0)
14207 if (inst.operands[1].hasreloc == 0)
14226 if (inst.operands[1].hasreloc == 0)
14246 if (inst.operands[1].hasreloc == 0
    [all...]

Completed in 46 milliseconds