Searched refs:USE_BITS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c8368 #define USE_BITS(mask,shift) (used_bits |= ((mask) << (shift)))
8375 case '^': USE_BITS (OP_MASK_BITIND, OP_SH_BITIND); break;
8376 case '~': USE_BITS (OP_MASK_BITIND, OP_SH_BITIND); break;
8380 case '1': USE_BITS (OP_MASK_UDI1, OP_SH_UDI1); break;
8381 case '2': USE_BITS (OP_MASK_UDI2, OP_SH_UDI2); break;
8382 case '3': USE_BITS (OP_MASK_UDI3, OP_SH_UDI3); break;
8383 case '4': USE_BITS (OP_MASK_UDI4, OP_SH_UDI4); break;
8384 case 'A': USE_BITS (OP_MASK_SHAMT, OP_SH_SHAMT); break;
8385 case 'B': USE_BITS (OP_MASK_INSMSB, OP_SH_INSMSB); break;
8386 case 'C': USE_BITS (OP_MASK_EXTMSB
8361 #define USE_BITS macro
8474 #undef USE_BITS macro
[all...]

Completed in 122 milliseconds