OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minConstant
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h
175
int64_t
minConstant
(MCInst const &MCI, size_t Index);
178
return isShiftedUInt<N, S>(
minConstant
(MCI, Index));
182
return isShiftedInt<N, S>(
minConstant
(MCI, Index));
185
return isUInt<N>(
minConstant
(MCI, Index));
HexagonMCCompound.cpp
119
HexagonMCInstrInfo::
minConstant
(MI, 2) == -1))
137
if (HexagonMCInstrInfo::
minConstant
(MI, 1) <= 63 &&
138
HexagonMCInstrInfo::
minConstant
(MI, 1) >= 0 &&
149
HexagonMCInstrInfo::
minConstant
(MI, 2) == 0)
HexagonMCDuplexInfo.cpp
427
(
minConstant
(MCI, 2) == 1 ||
minConstant
(MCI, 2) == -1)) {
447
(
minConstant
(MCI, 2) == 1 ||
minConstant
(MCI, 2) == 255)) {
477
Hexagon::P0 == PredReg &&
minConstant
(MCI, 2) == 0) {
506
minConstant
(MCI, 2) == 0) {
516
minConstant
(MCI, 1) == 0) {
737
if (
minConstant
(Inst, 2) == 255) {
[
all
...]
HexagonMCInstrInfo.cpp
564
int64_t HexagonMCInstrInfo::
minConstant
(MCInst const &MCI, size_t Index) {
Completed in 73 milliseconds