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

/freebsd-10.1-release/contrib/byacc/
H A Dverbose.c140 if (p->action_code == SHIFT)
141 act = SHIFT;
154 if (act == SHIFT)
285 if (q->suppressed < 2 && q->action_code == SHIFT)
293 if (p->action_code == SHIFT && p->suppressed == 0)
297 if (backtrack && p->action_code == SHIFT && p->suppressed == 1)
H A Dmkpar.c98 temp->action_code = SHIFT;
141 while (next && next->symbol == symbol && next->action_code == SHIFT)
257 else if (pref != 0 && pref->action_code == SHIFT)
351 if (p->action_code == SHIFT && MaySuppress(p))
H A Doutput.c395 if (p->action_code == SHIFT)
410 if (p->action_code == SHIFT)
/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dintpcm.h38 #define INTPCM_DECLARE_OP_WRITE(SIGN, BIT, ENDIAN, SHIFT) \
43 _PCM_WRITE_##SIGN##BIT##_##ENDIAN(dst, v >> SHIFT); \
/freebsd-10.1-release/contrib/binutils/include/opcode/
H A Dcr16.h411 as a 32-bit unsigned long, where OPC is expanded (by a left SHIFT)
413 #define BIN(OPC,SHIFT) (OPC << SHIFT)
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dcr16-opc.c138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \
140 {NAME, 1, OPC1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}}, \
142 {NAME, 1, OPC1+1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}},\
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \
152 {NAME, 1, OPC1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}}, \
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dvalprint.c757 #define SHIFT( x ) ((x) << 4)
813 digits[j] = SHIFT (digits[j]);
756 #define SHIFT macro
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c120 #define SHIFT \ macro
961 SHIFT;
/freebsd-10.1-release/contrib/binutils/binutils/
H A Drclex.c101 K(SCROLLBAR), K(SEPARATOR), K(SHIFT), K(STATE3),
H A Drcparse.y114 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
309 | SHIFT
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-cr16.c42 /* Assign a number NUM, shifted by SHIFT bytes, into a location
44 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)
1667 SHIFT represents the location of the operand to be print into.
1778 SHIFT represents the printing location of operand.
2402 /* MAPPING - SHIFT INSN, if imm4/imm16 positive values
H A Dtc-mips.c943 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
944 VALUE << SHIFT. VALUE is evaluated exactly once. */
945 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
946 (STRUCT) = (((STRUCT) & ~((MASK) << (SHIFT))) \
947 | (((VALUE) & (MASK)) << (SHIFT)))
949 /* Extract bits MASK << SHIFT from STRUCT and shift them right
950 SHIFT places. */
951 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
952 (((STRUCT) >> (SHIFT)) & (MASK))
/freebsd-10.1-release/sys/dev/ral/
H A Drt2860reg.h558 #define RT2860_DLY_PAPE_DIS SHIFT 0
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_runreg.h547 #define RT2860_DLY_PAPE_DIS SHIFT 0

Completed in 306 milliseconds