Home
last modified time | relevance | path

Searched refs:isPCRelative (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp135 bool isPCRelative() const { in isPCRelative() function
441 if (AM.isPCRelative()) { in matchAddressRecursively()
694 if (AM.isPCRelative()) { in SelectARID()
757 if (AM.isPCRelative()) { in SelectARII()
809 if (AM.isPCRelative()) { in SelectAL()
847 if (!AM.isPCRelative()) { in SelectPCD()
876 if (!AM.isPCRelative()) { in SelectPCI()
909 if (AM.isPCRelative()) { in SelectARI()
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dxtensa-isa-internal.h56 char isPCRelative; /* Is this a PC-relative offset? */ member
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dxtensa-isa.c457 return intop->isPCRelative; in xtensa_operand_isPCRelative()
465 if (!intop->isPCRelative) in xtensa_operand_do_reloc()
475 if (!intop->isPCRelative) in xtensa_operand_undo_reloc()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog374 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,