Home
last modified time | relevance | path

Searched refs:SUBF (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument
67 typedef __typeof ((PTR)->SUBF) _subf_type; \
71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \
76 TAILQ_INSERT_BEFORE(_lelem, &(PTR)->SUBF, LINK); \
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.def51 FUSION_OP_SET(ADD4, ADD8, SUBF, SUBF8),
58 FUSION_OP_SET(ADD4, ADD8, SUBF, SUBF8))
79 FUSION_OP_SET(ADD4, ADD8, SUBF, SUBF8))
H A DPPCBack2BackFusion.def219 SUBF,
757 SUBF,
H A DPPCFrameLowering.cpp931 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg) in emitPrologue()
1002 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg) in emitPrologue()
1404 BuildMI(&MBB, DL, TII.get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), ScratchReg) in inlineStackProbe()
1459 BuildMI(*CurrentMBB, {MI}, DL, TII.get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), in inlineStackProbe()
H A DP9InstrResources.td132 (instregex "SUBF(I)?C(8)?(O)?$"),
138 (instregex "SUBF(E|ME|ZE)?(8)?(O)?(_rec)?$"),
H A DPPCFastISel.cpp1295 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8; in SelectBinaryIntOp()
1326 case PPC::SUBF: in SelectBinaryIntOp()
H A DP10InstrResources.td1014 SUBF, SUBF8,
H A DPPCISelLowering.cpp12797 BuildMI(*MBB, {MI}, DL, TII->get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), NegMod) in emitProbedAlloca()
13103 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter()
13105 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter()
13107 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF); in EmitInstrWithCustomInserter()
H A DPPCInstrInfo.cpp2563 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && in optimizeCompareInstr()
H A DPPCInstrInfo.td2936 defm SUBF : XOForm_1rx<31, 40, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB),
2969 def : InstAlias<"sub $rA, $rB, $rC", (SUBF gprc:$rA, gprc:$rC, gprc:$rB)>;