sem [		addcc		subcc		andcc		andncc
		orcc		orncc		xorcc		xnorcc	] {
    set_op(new_inst,Op,1 ,1);
    Rx_src(new_inst,rs1); set_src2(new_inst,i,rs2,simm13) ; Rx_dest(new_inst,rd);
    new_inst.destq?push_back(rmap_dest(9 ,0));
} where Op in [	86 	90 	94 	96 
		98 		100 	102 	104  ];