Searched refs:PTR2op_dst_mask (Results 1 – 2 of 2) sorted by relevance
1372 #define PTR2op_dst_mask 0x7 macro1383 PTR2op_dst_bits, PTR2op_dst_mask, \
1486 int src = ((iw0 >> PTR2op_src_bits) & PTR2op_dst_mask); in decode_PTR2op_0()1488 int dst = ((iw0 >> PTR2op_dst_bits) & PTR2op_dst_mask); in decode_PTR2op_0()