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

  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 46 TIword iw0; member in struct:private
720 decode_ProgCtrl_0 (TIword iw0, disassemble_info *outf)
727 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
728 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
808 decode_CaCTRL_0 (TIword iw0, disassemble_info *outf)
815 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask);
816 int op = ((iw0 >> CaCTRL_op_bits) & CaCTRL_op_mask);
817 int reg = ((iw0 >> CaCTRL_reg_bits) & CaCTRL_reg_mask);
876 decode_PushPopReg_0 (TIword iw0, disassemble_info *outf)
883 int W = ((iw0 >> PushPopReg_W_bits) & PushPopReg_W_mask)
4653 TIword iw0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 46 TIword iw0; member in struct:private
720 decode_ProgCtrl_0 (TIword iw0, disassemble_info *outf)
727 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
728 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
808 decode_CaCTRL_0 (TIword iw0, disassemble_info *outf)
815 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask);
816 int op = ((iw0 >> CaCTRL_op_bits) & CaCTRL_op_mask);
817 int reg = ((iw0 >> CaCTRL_reg_bits) & CaCTRL_reg_mask);
876 decode_PushPopReg_0 (TIword iw0, disassemble_info *outf)
883 int W = ((iw0 >> PushPopReg_W_bits) & PushPopReg_W_mask)
4653 TIword iw0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 46 TIword iw0; member in struct:private
720 decode_ProgCtrl_0 (TIword iw0, disassemble_info *outf)
727 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
728 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
808 decode_CaCTRL_0 (TIword iw0, disassemble_info *outf)
815 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask);
816 int op = ((iw0 >> CaCTRL_op_bits) & CaCTRL_op_mask);
817 int reg = ((iw0 >> CaCTRL_reg_bits) & CaCTRL_reg_mask);
876 decode_PushPopReg_0 (TIword iw0, disassemble_info *outf)
883 int W = ((iw0 >> PushPopReg_W_bits) & PushPopReg_W_mask)
4653 TIword iw0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 71 bu16 iw0, iw1; local
76 iw0 = IFETCH (PCREG);
78 iw2 = ((bu32)iw0 << 16) | iw1;
81 if ((iw0 & 0xc000) == 0xc000)
84 sim_io_eprintf (sd, "%04x", iw0);
1761 decode_ProgCtrl_0 (SIM_CPU *cpu, bu16 iw0, bu32 pc)
1767 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
1768 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
2000 decode_CaCTRL_0 (SIM_CPU *cpu, bu16 iw0)
2006 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask)
6305 bu16 iw0, iw1; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 46 TIword iw0; member in struct:private
720 decode_ProgCtrl_0 (TIword iw0, disassemble_info *outf)
727 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
728 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
808 decode_CaCTRL_0 (TIword iw0, disassemble_info *outf)
815 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask);
816 int op = ((iw0 >> CaCTRL_op_bits) & CaCTRL_op_mask);
817 int reg = ((iw0 >> CaCTRL_reg_bits) & CaCTRL_reg_mask);
876 decode_PushPopReg_0 (TIword iw0, disassemble_info *outf)
883 int W = ((iw0 >> PushPopReg_W_bits) & PushPopReg_W_mask)
4653 TIword iw0; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 71 bu16 iw0, iw1; local
76 iw0 = IFETCH (PCREG);
78 iw2 = ((bu32)iw0 << 16) | iw1;
81 if ((iw0 & 0xc000) == 0xc000)
84 sim_io_eprintf (sd, "%04x", iw0);
1761 decode_ProgCtrl_0 (SIM_CPU *cpu, bu16 iw0, bu32 pc)
1767 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
1768 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
2000 decode_CaCTRL_0 (SIM_CPU *cpu, bu16 iw0)
2006 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask)
6305 bu16 iw0, iw1; local
    [all...]

Completed in 54 milliseconds