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

  /src/external/gpl3/binutils/dist/gas/config/
tc-bfin.c 1340 int grp, hword;
1361 hword = val;
1362 ASSIGN (hword);
1339 int grp, hword; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bfin.c 1340 int grp, hword;
1361 hword = val;
1362 ASSIGN (hword);
1339 int grp, hword; local
  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 2629 |.hword.........................................................|
2636 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); local
2649 *pval = imm16_val (hword);
2650 if (hword & 0x8000)
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
2679 OUTS (outf, uimm16 (hword));
2685 OUTS (outf, uimm16 (hword));
2691 OUTS (outf, imm16 (hword));
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 2629 |.hword.........................................................|
2636 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); local
2649 *pval = imm16_val (hword);
2650 if (hword & 0x8000)
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
2679 OUTS (outf, uimm16 (hword));
2685 OUTS (outf, uimm16 (hword));
2691 OUTS (outf, imm16 (hword));
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 2629 |.hword.........................................................|
2636 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); local
2649 *pval = imm16_val (hword);
2650 if (hword & 0x8000)
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
2679 OUTS (outf, uimm16 (hword));
2685 OUTS (outf, uimm16 (hword));
2691 OUTS (outf, imm16 (hword));
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 3558 |.hword.........................................................|
3565 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); local
3571 TRACE_EXTRACT (cpu, "%s: Z:%i H:%i S:%i grp:%i reg:%i hword:%#x",
3572 __func__, Z, H, S, grp, reg, hword);
3578 val = imm16 (hword), val_str = imm16_str (hword);
3580 val = luimm16 (hword), val_str = luimm16_str (hword);
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 2629 |.hword.........................................................|
2636 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); local
2649 *pval = imm16_val (hword);
2650 if (hword & 0x8000)
2658 *pval = luimm16_val (hword);
2665 *pval |= luimm16_val (hword);
2671 *pval |= luimm16_val (hword) << 16;
2679 OUTS (outf, uimm16 (hword));
2685 OUTS (outf, uimm16 (hword));
2691 OUTS (outf, imm16 (hword));
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 3558 |.hword.........................................................|
3565 int hword = ((iw1 >> LDIMMhalf_hword_bits) & LDIMMhalf_hword_mask); local
3571 TRACE_EXTRACT (cpu, "%s: Z:%i H:%i S:%i grp:%i reg:%i hword:%#x",
3572 __func__, Z, H, S, grp, reg, hword);
3578 val = imm16 (hword), val_str = imm16_str (hword);
3580 val = luimm16 (hword), val_str = luimm16_str (hword);

Completed in 48 milliseconds