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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 516 /* "uncond_value" is set to the value in place of the conditional field in
519 unsigned int uncond_value; member in struct:arm_it
16644 changed to inst.uncond_value. This is necessary because instructions shared
16659 if (inst.uncond_value != -1u)
16660 inst.instruction |= inst.uncond_value << 28;
23336 inst.uncond_value = (opcode->tag == OT_csuffixF) ? 0xf : -1u;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 516 /* "uncond_value" is set to the value in place of the conditional field in
519 unsigned int uncond_value; member in struct:arm_it
16647 changed to inst.uncond_value. This is necessary because instructions shared
16662 if (inst.uncond_value != -1u)
16663 inst.instruction |= inst.uncond_value << 28;
23339 inst.uncond_value = (opcode->tag == OT_csuffixF) ? 0xf : -1u;

Completed in 63 milliseconds