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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 20967 int postreg = inst.operands[1].imm & 0xf;
20970 constraint (postreg == 0xd || postreg == 0xf,
20972 inst.instruction |= postreg;
20962 int postreg = inst.operands[1].imm & 0xf; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 20970 int postreg = inst.operands[1].imm & 0xf;
20973 constraint (postreg == 0xd || postreg == 0xf,
20975 inst.instruction |= postreg;
20965 int postreg = inst.operands[1].imm & 0xf; local

Completed in 67 milliseconds