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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 431 /* If unified_syntax is true, we are processing the new unified
454 static bool unified_syntax = false; variable
1145 if (unified_syntax)
3315 unified_syntax = true;
3317 unified_syntax = false;
5309 if (!unified_syntax)
9623 if (unified_syntax)
11387 if (unified_syntax)
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 431 /* If unified_syntax is true, we are processing the new unified
454 static bool unified_syntax = false; variable
1149 if (unified_syntax)
3314 unified_syntax = true;
3316 unified_syntax = false;
5308 if (!unified_syntax)
9626 if (unified_syntax)
11390 if (unified_syntax)
11606 if (unified_syntax && inst.size_req == 0 && Rd <= 7)
11613 else if (unified_syntax && inst.size_req != 2
    [all...]

Completed in 43 milliseconds