Searched refs:iw0 (Results 1 – 1 of 1) sorted by relevance
567 decode_ProgCtrl_0 (TIword iw0, disassemble_info *outf) in decode_ProgCtrl_0() argument573 int poprnd = ((iw0 >> ProgCtrl_poprnd_bits) & ProgCtrl_poprnd_mask); in decode_ProgCtrl_0()574 int prgfunc = ((iw0 >> ProgCtrl_prgfunc_bits) & ProgCtrl_prgfunc_mask); in decode_ProgCtrl_0()652 decode_CaCTRL_0 (TIword iw0, disassemble_info *outf) in decode_CaCTRL_0() argument658 int a = ((iw0 >> CaCTRL_a_bits) & CaCTRL_a_mask); in decode_CaCTRL_0()659 int op = ((iw0 >> CaCTRL_op_bits) & CaCTRL_op_mask); in decode_CaCTRL_0()660 int reg = ((iw0 >> CaCTRL_reg_bits) & CaCTRL_reg_mask); in decode_CaCTRL_0()716 decode_PushPopReg_0 (TIword iw0, disassemble_info *outf) in decode_PushPopReg_0() argument722 int W = ((iw0 >> PushPopReg_W_bits) & PushPopReg_W_mask); in decode_PushPopReg_0()723 int grp = ((iw0 >> PushPopReg_grp_bits) & PushPopReg_grp_mask); in decode_PushPopReg_0()[all …]