HomeSort by relevance Sort by last modified time
    Searched refs:iw0 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
bfin-dis.c 47 TIword iw0; member in struct:private
718 decode_ProgCtrl_0 (TIword iw0, disassemble_info *outf)
725 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask);
726 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask);
806 decode_CaCTRL_0 (TIword iw0, disassemble_info *outf)
813 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask);
814 int op = ((iw0 >> CaCTRL_op_bits) & CaCTRL_op_mask);
815 int reg = ((iw0 >> CaCTRL_reg_bits) & CaCTRL_reg_mask);
874 decode_PushPopReg_0 (TIword iw0, disassemble_info *outf)
881 int W = ((iw0 >> PushPopReg_W_bits) & PushPopReg_W_mask)
4651 TIword iw0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-bfin.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_decoder.cpp 314 ALU_WORD0_LDS_IDX_OP_EGCM iw0(dw0);
316 bc.index_mode = iw0.get_INDEX_MODE();
317 bc.last = iw0.get_LAST();
318 bc.pred_sel = iw0.get_PRED_SEL();
319 bc.src[0].chan = iw0.get_SRC0_CHAN();
320 bc.src[0].sel = iw0.get_SRC0_SEL();
321 bc.src[0].rel = iw0.get_SRC0_REL();
323 bc.src[1].chan = iw0.get_SRC1_CHAN();
324 bc.src[1].sel = iw0.get_SRC1_SEL();
325 bc.src[1].rel = iw0.get_SRC1_REL()
    [all...]

Completed in 1170 milliseconds