Searched refs:SUBF (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpmod.h | 66 #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 D | PPCMacroFusion.def | 51 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 D | PPCBack2BackFusion.def | 219 SUBF, 757 SUBF,
|
H A D | PPCFrameLowering.cpp | 931 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 D | P9InstrResources.td | 132 (instregex "SUBF(I)?C(8)?(O)?$"), 138 (instregex "SUBF(E|ME|ZE)?(8)?(O)?(_rec)?$"),
|
H A D | PPCFastISel.cpp | 1295 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8; in SelectBinaryIntOp() 1326 case PPC::SUBF: in SelectBinaryIntOp()
|
H A D | P10InstrResources.td | 1014 SUBF, SUBF8,
|
H A D | PPCISelLowering.cpp | 12797 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 D | PPCInstrInfo.cpp | 2563 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && in optimizeCompareInstr()
|
H A D | PPCInstrInfo.td | 2936 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)>;
|