Searched defs:SHIFT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pcm/ |
| D | intpcm.h | 38 #define INTPCM_DECLARE_OP_WRITE(SIGN, BIT, ENDIAN, SHIFT) \ argument
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | cr16-opc.c | 138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument 150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
|
| /freebsd-10-stable/usr.bin/grep/regex/ |
| D | tre-fastmatch.c | 120 #define SHIFT \ macro
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | valprint.c | 756 #define SHIFT( x ) ((x) << 4) in print_decimal_chars() macro
|
| /freebsd-10-stable/contrib/byacc/ |
| D | defs.h | 141 #define SHIFT 1 macro
|
| /freebsd-10-stable/contrib/binutils/include/opcode/ |
| D | cr16.h | 413 #define BIN(OPC,SHIFT) (OPC << SHIFT) argument
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-cr16.c | 44 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT) argument
|
| D | tc-mips.c | 944 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \ argument 950 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \ argument
|