Home
last modified time | relevance | path

Searched refs:isNegated (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
HDAVRMCExpr.cpp45 if (isNegated()) in printImpl()
48 if (isNegated()) in printImpl()
153 Kind = isNegated() ? AVR::fixup_lo8_ldi_neg : AVR::fixup_lo8_ldi; in getFixupKind()
156 Kind = isNegated() ? AVR::fixup_hi8_ldi_neg : AVR::fixup_hi8_ldi; in getFixupKind()
159 Kind = isNegated() ? AVR::fixup_hh8_ldi_neg : AVR::fixup_hh8_ldi; in getFixupKind()
162 Kind = isNegated() ? AVR::fixup_ms8_ldi_neg : AVR::fixup_ms8_ldi; in getFixupKind()
166 Kind = isNegated() ? AVR::fixup_lo8_ldi_pm_neg : AVR::fixup_lo8_ldi_pm; in getFixupKind()
169 Kind = isNegated() ? AVR::fixup_hi8_ldi_pm_neg : AVR::fixup_hi8_ldi_pm; in getFixupKind()
172 Kind = isNegated() ? AVR::fixup_hh8_ldi_pm_neg : AVR::fixup_hh8_ldi_pm; in getFixupKind()
HDAVRMCExpr.h43 bool isNegated, MCContext &Ctx);
55 bool isNegated() const { return Negated; } in isNegated() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
HDAVRAsmParser.cpp451 bool isNegated = false; in tryParseRelocExpression() local
467 isNegated = true; in tryParseRelocExpression()
514 AVRMCExpr::create(ModifierKind, InnerExpression, isNegated, getContext()); in tryParseRelocExpression()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrFormats.td5482 class BaseThreeOperandFPData<bit isNegated, bit isSub,
5492 let Inst{21} = isNegated;
5500 multiclass ThreeOperandFPData<bit isNegated, bit isSub,string asm,
5502 def Hrrr : BaseThreeOperandFPData<isNegated, isSub, FPR16, asm,
5509 def Srrr : BaseThreeOperandFPData<isNegated, isSub, FPR32, asm,
5515 def Drrr : BaseThreeOperandFPData<isNegated, isSub, FPR64, asm,
/freebsd-14-stable/contrib/bsnmp/tests/
HDcatch.hpp2492 LazyExpression( bool isNegated );
8110 LazyExpression::LazyExpression( bool isNegated ) in LazyExpression() argument
8111 : m_isNegated( isNegated ) in LazyExpression()