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

  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 483 #define luimm16_val(x) fmtconst_val (c_luimm16, x, 0) macro
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 483 #define luimm16_val(x) fmtconst_val (c_luimm16, x, 0) macro
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 483 #define luimm16_val(x) fmtconst_val (c_luimm16, x, 0) macro
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 483 #define luimm16_val(x) fmtconst_val (c_luimm16, x, 0) macro
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;

Completed in 25 milliseconds