Searched refs:Ctl (Results 1 – 3 of 3) sorted by relevance
70 #define Ctl(x) ((x) ^ 0100) macro92 termios.c_cc[VINTR] = Ctl('C'); in stty_default()93 termios.c_cc[VERASE] = Ctl('H'); in stty_default()94 termios.c_cc[VKILL] = Ctl('U'); in stty_default()95 termios.c_cc[VEOF] = Ctl('D'); in stty_default()97 termios.c_cc[VSUSP] = Ctl('Z'); in stty_default()
2228 SDValue Ctl = getVectorConstant(FC, dl); in butterfly() local2229 Results.push(Hexagon::V6_vdelta, ResTy, {Va, OpRef(Ctl)}); in butterfly()2236 SDValue Ctl = getVectorConstant(RC, dl); in butterfly() local2237 Results.push(Hexagon::V6_vrdelta, ResTy, {Va, OpRef(Ctl)}); in butterfly()
6756 StringRef Ctl; in parseSwizzleBitmaskPerm() local6758 if (!parseString(Ctl)) { in parseSwizzleBitmaskPerm()6761 if (Ctl.size() != BITMASK_WIDTH) { in parseSwizzleBitmaskPerm()6770 for (size_t i = 0; i < Ctl.size(); ++i) { in parseSwizzleBitmaskPerm()6772 switch(Ctl[i]) { in parseSwizzleBitmaskPerm()