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

  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 170 static struct hcodes_s msp430_hcodes[] = variable in typeref:struct:hcodes_s
4281 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb];
4910 if (msp430_hcodes[i].op1 == insn)
4911 hc = &msp430_hcodes[i];
4942 if (msp430_hcodes[i].op1 == insn)
4943 hc = & msp430_hcodes[i];
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 170 static struct hcodes_s msp430_hcodes[] = variable in typeref:struct:hcodes_s
4281 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb];
4910 if (msp430_hcodes[i].op1 == insn)
4911 hc = &msp430_hcodes[i];
4942 if (msp430_hcodes[i].op1 == insn)
4943 hc = & msp430_hcodes[i];

Completed in 20 milliseconds