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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 514 unsigned int size_req; member in struct:arm_it
8848 inst.size_req = 0;
11409 if (inst.size_req != 4)
11434 if (inst.size_req == 2)
11441 constraint (inst.size_req == 2, _("cannot honor width suffix"));
11443 if (inst.size_req == 4
11444 || (inst.size_req != 2 && !opcode))
11493 if (!inst.operands[2].shifted && inst.size_req != 4)
11603 if (unified_syntax && inst.size_req == 0 && Rd <= 7)
11610 else if (unified_syntax && inst.size_req != 2
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 514 unsigned int size_req; member in struct:arm_it
8851 inst.size_req = 0;
11412 if (inst.size_req != 4)
11437 if (inst.size_req == 2)
11444 constraint (inst.size_req == 2, _("cannot honor width suffix"));
11446 if (inst.size_req == 4
11447 || (inst.size_req != 2 && !opcode))
11496 if (!inst.operands[2].shifted && inst.size_req != 4)
11606 if (unified_syntax && inst.size_req == 0 && Rd <= 7)
11613 else if (unified_syntax && inst.size_req != 2
    [all...]

Completed in 43 milliseconds