Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td111 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2,
131 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2,
163 isExtentSigned = 1, opExtentBits = 24, opExtentAlign = 2 in
200 BaseOpcode = "PS_call_nr", isExtentSigned = 1, opExtentAlign = 2 in
258 isExtentSigned = 1, opExtentBits = 16, opExtentAlign = 0 in {
317 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
324 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
338 isExtendable = 1, opExtendable = 0, isExtentSigned = 1,
473 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
479 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
H A DHexagonDepInstrInfo.td224 let isExtentSigned = 1;
321 let isExtentSigned = 1;
418 let isExtentSigned = 1;
606 let isExtentSigned = 1;
669 let isExtentSigned = 1;
690 let isExtentSigned = 1;
709 let isExtentSigned = 1;
729 let isExtentSigned = 1;
1241 let isExtentSigned = 1;
1588 let isExtentSigned = 1;
[all …]
H A DHexagonInstrFormats.td118 bits<1> isExtentSigned = 0;
119 let TSFlags{28} = isExtentSigned; // Signed or unsigned range.
322 bits<1> isExtentSigned = 0;
323 let TSFlags{22} = isExtentSigned; // Signed or unsigned range.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp339 bool HexagonMCInstrInfo::isExtentSigned(MCInstrInfo const &MCII, in isExtentSigned() function in HexagonMCInstrInfo
351 if (HexagonMCInstrInfo::isExtentSigned(MCII, MCI)) // if value is signed in getMaxValue()
362 if (HexagonMCInstrInfo::isExtentSigned(MCII, MCI)) // if value is signed in getMinValue()
H A DHexagonMCInstrInfo.h145 bool isExtentSigned(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCCodeEmitter.cpp675 FixupKind = HexagonMCInstrInfo::isExtentSigned(MCII, MI) in getExprOpValue()