Home
last modified time | relevance | path

Searched refs:CLR (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/libexec/getty/
H A Dsubr.c227 #define CLR(t, f) (t) &= ~(f) macro
272 CLR(cflag, CSIZE|PARENB); in set_flags()
274 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags()
276 CLR(cflag, CSIZE); in set_flags()
283 CLR(iflag, INPCK); in set_flags()
286 CLR(cflag, PARODD); in set_flags()
288 CLR(iflag, INPCK); in set_flags()
290 CLR(iflag, INPCK|IGNPAR); in set_flags()
291 CLR(cflag, PARODD); in set_flags()
303 CLR(cflag, HUPCL); in set_flags()
[all …]
/freebsd/sys/dev/uart/
H A Duart_dev_imx.h206 #define CLR(_bas, _r, _b) \ macro
214 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b))
/freebsd/sys/kern/
H A Dkern_ubsan.c89 #define CLR(t, f) ((t) &= ~(f)) macro
1208 CLR(ubsan_flags, UBSAN_ABORT); in Report()
1214 CLR(ubsan_flags, UBSAN_STDERR); in Report()
1220 CLR(ubsan_flags, UBSAN_SYSLOG); in Report()
1226 CLR(ubsan_flags, UBSAN_STDOUT); in Report()
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok5 CLR
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok8 CLR
/freebsd/lib/libc/gen/
H A Dfts-compat11.c66 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
358 CLR(FTS_NAMEONLY); in freebsd11_fts_read()
H A Dfts.c65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
357 CLR(FTS_NAMEONLY); in fts_read()
H A Dfts-compat.c77 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
368 CLR(FTS_NAMEONLY); in __fts_read_44bsd()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp434 splitCompareBranch(Branch, SystemZ::CLR); in relaxBranch()
H A DSystemZInstrInfo.cpp1420 MI.getOpcode() == SystemZ::CLR || MI.getOpcode() == SystemZ::CLGR || in foldMemoryOperandImpl()
2033 case SystemZ::CLR: in getFusedCompare()
2054 case SystemZ::CLR: in getFusedCompare()
2075 case SystemZ::CLR: in getFusedCompare()
2096 case SystemZ::CLR: in getFusedCompare()
H A DSystemZScheduleZEC12.td518 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ196.td507 def : InstRW<[WLat1, FXU, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ13.td546 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ14.td556 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ15.td571 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZScheduleZ16.td571 def : InstRW<[WLat1, FXb, NormalGr], (instregex "CLR$")>;
H A DSystemZInstrInfo.td1630 def CLR : CompareRR <"clr", 0x15, z_ucmp, GR32, GR32>;
H A DSystemZISelLowering.cpp9601 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_LE); in EmitInstrWithCustomInserter()
9603 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()
/freebsd/contrib/mandoc/
H A Dcompat_fts.c65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
/freebsd/sbin/ping/
H A Dping.c108 #define CLR(bit) (A(bit) &= (~B(bit))) macro
1020 CLR(ntransmitted % mx_dup_ck); in pinger()
H A Dping6.c155 #define CLR(bit) (A(bit) &= (~B(bit))) macro
1307 CLR(seq % mx_dup_ck); in pinger()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedExynosM5.td693 def : InstRW<[M5WriteLGW], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?[BHW]$")>;
694 def : InstRW<[M5WriteLGX], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?X$")>;
H A DAArch64InstrFormats.td11887 // Differing SrcRHS and DstRHS allow you to cover CLR & SUB by giving a more
12363 // Read-Check-Write <OP> family (RCW[CLR|SET|SWP][S|P|PS]?[A|L|AL]?)
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td1635 // CLR Rd
1639 def CLR : InstAlias<"clr\t$rd", (EORRdRr GPR8 : $rd, GPR8 : $rd)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]

12