Home
last modified time | relevance | path

Searched refs:BaseLongOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h88 BaseLongOffset = 4, // Indirect with long offset enumerator
/external/llvm/lib/Target/Hexagon/
DHexagon.td203 let ValueCols = [["BaseLongOffset"]];
DHexagonInstrFormats.td49 def BaseLongOffset : AddrModeType<4>; // Indirect with long offset
DHexagonInstrInfo.cpp3007 case HexagonII::BaseLongOffset: in hasNonExtEquivalent()
3150 getAddrMode(MI) != HexagonII::BaseLongOffset && in getBaseAndOffset()
4093 case HexagonII::BaseLongOffset: in getNonExtOpcode()
DHexagonInstrInfoV4.td446 let InputType = "imm", addrMode = BaseLongOffset, isExtended = 1,
756 addrMode = BaseLongOffset, AddedComplexity = 40 in
820 let mayStore = 1, isNVStore = 1, isExtended = 1, addrMode = BaseLongOffset,