Searched refs:isNegated (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp47 if (isNegated())
154 Kind = isNegated() ? AVR::fixup_lo8_ldi_neg : AVR::fixup_lo8_ldi;
157 Kind = isNegated() ? AVR::fixup_hi8_ldi_neg : AVR::fixup_hi8_ldi;
160 Kind = isNegated() ? AVR::fixup_hh8_ldi_neg : AVR::fixup_hh8_ldi;
163 Kind = isNegated() ? AVR::fixup_ms8_ldi_neg : AVR::fixup_ms8_ldi;
167 Kind = isNegated() ? AVR::fixup_lo8_ldi_pm_neg : AVR::fixup_lo8_ldi_pm;
170 Kind = isNegated() ? AVR::fixup_hi8_ldi_pm_neg : AVR::fixup_hi8_ldi_pm;
173 Kind = isNegated() ? AVR::fixup_hh8_ldi_pm_neg : AVR::fixup_hh8_ldi_pm;
H A DAVRMCExpr.h43 bool isNegated, MCContext &Ctx);
55 bool isNegated() const { return Negated; } function in class:llvm::AVRMCExpr
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp427 bool isNegated = false; local
445 isNegated = true;
448 isNegated = false;
502 isNegated, getContext());
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c8956 bool isNegated = false; local
8962 isNegated = true;
8973 inst.instruction |= (isNegated ? 0x200000 : 0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c8900 bfd_boolean isNegated = FALSE; local
8906 isNegated = TRUE;
8917 inst.instruction |= (isNegated ? 0x200000 : 0);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c8956 bool isNegated = false; local
8962 isNegated = true;
8973 inst.instruction |= (isNegated ? 0x200000 : 0);

Completed in 562 milliseconds