Home
last modified time | relevance | path

Searched refs:NOR (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/bin/sh/
Dshow.c87 case NOR: in shtree()
Dnodetypes76 NOR nbinary # the || operator
Deval.c223 case NOR: in evaltree()
Djobs.c1226 case NOR: in cmdtxt()
Dparser.c320 t = NOR; in andor()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp276 case Mips::NOR: in printAlias()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp885 unsigned LL, SC, AND, NOR, ZERO, BEQ; in emitAtomicBinary() local
891 NOR = Mips::NOR; in emitAtomicBinary()
899 NOR = Mips::NOR64; in emitAtomicBinary()
944 BuildMI(BB, DL, TII->get(NOR), StoreVal).addReg(ZERO).addReg(AndRes); in emitAtomicBinary()
1045 BuildMI(BB, DL, TII->get(Mips::NOR), Mask2).addReg(Mips::ZERO).addReg(Mask); in emitAtomicBinaryPartword()
1074 BuildMI(BB, DL, TII->get(Mips::NOR), BinOpRes) in emitAtomicBinaryPartword()
1291 BuildMI(BB, DL, TII->get(Mips::NOR), Mask2).addReg(Mips::ZERO).addReg(Mask); in emitAtomicCmpSwapPartword()
DMipsInstrInfo.td924 def NOR : MMRel, LogicNOR<"nor", GPR32Opnd>, ADD_FM<0, 0x27>;
1136 (NOR GPR32Opnd:$rt, GPR32Opnd:$rs, ZERO), 0>;
1286 (NOR GPR32Opnd:$in, ZERO)>;
/freebsd-9-stable/sys/contrib/dev/ipw/
DLICENSE75 INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
/freebsd-9-stable/sys/contrib/dev/iwi/
DLICENSE78 INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
/freebsd-9-stable/usr.sbin/pc-sysinstall/conf/licenses/
Dintel-en.txt80 INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
/freebsd-9-stable/share/misc/
Diso3166187 NO NOR 578 Norway
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
DQNX_OCL.txt214 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp766 Op = SDValue(CurDAG->getMachineNode(PPC::NOR, dl, MVT::i32, Op, Op), 0); in SelectSETCC()
DPPCInstrInfo.td1648 defm NOR : XForm_6r<31, 124, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB),
2190 // Implement the 'not' operation with the NOR instruction.
2192 (NOR $in, $in)>;