Home
last modified time | relevance | path

Searched refs:isExtentSigned (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td112 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2,
132 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2,
164 isExtentSigned = 1, opExtentBits = 24, opExtentAlign = 2 in
201 BaseOpcode = "PS_call_nr", isExtentSigned = 1, opExtentAlign = 2 in
259 isExtentSigned = 1, opExtentBits = 16, opExtentAlign = 0 in {
318 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
325 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
339 isExtendable = 1, opExtendable = 0, isExtentSigned = 1,
470 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
476 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
H A DHexagonDepInstrInfo.td225 let isExtentSigned = 1;
322 let isExtentSigned = 1;
419 let isExtentSigned = 1;
607 let isExtentSigned = 1;
670 let isExtentSigned = 1;
691 let isExtentSigned = 1;
710 let isExtentSigned = 1;
730 let isExtentSigned = 1;
1242 let isExtentSigned = 1;
1589 let isExtentSigned = 1;
[all …]
H A DHexagonInstrFormatsV5.td81 bits<1> isExtentSigned = 0;
82 let TSFlags{22} = isExtentSigned; // Signed or unsigned range.
H A DHexagonInstrFormats.td117 bits<1> isExtentSigned = 0;
118 let TSFlags{28} = isExtentSigned; // Signed or unsigned range.
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp316 bool HexagonMCInstrInfo::isExtentSigned(MCInstrInfo const &MCII, in isExtentSigned() function in HexagonMCInstrInfo
328 if (HexagonMCInstrInfo::isExtentSigned(MCII, MCI)) // if value is signed in getMaxValue()
339 if (HexagonMCInstrInfo::isExtentSigned(MCII, MCI)) // if value is signed in getMinValue()
H A DHexagonMCInstrInfo.h144 bool isExtentSigned(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCCodeEmitter.cpp683 FixupKind = HexagonMCInstrInfo::isExtentSigned(MCII, MI) in getExprOpValue()