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()
2521 SDValue Ctl = getVectorConstant(FC, dl); in butterfly() local2522 Results.push(Hexagon::V6_vdelta, ResTy, {Va, OpRef(Ctl)}); in butterfly()2529 SDValue Ctl = getVectorConstant(RC, dl); in butterfly() local2530 Results.push(Hexagon::V6_vrdelta, ResTy, {Va, OpRef(Ctl)}); in butterfly()
8481 StringRef Ctl; in parseSwizzleBitmaskPerm() local8483 if (!parseString(Ctl)) { in parseSwizzleBitmaskPerm()8486 if (Ctl.size() != BITMASK_WIDTH) { in parseSwizzleBitmaskPerm()8495 for (size_t i = 0; i < Ctl.size(); ++i) { in parseSwizzleBitmaskPerm()8497 switch(Ctl[i]) { in parseSwizzleBitmaskPerm()