Home
last modified time | relevance | path

Searched refs:isDuplex (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h17 bool isDuplex; member
DHexagonRelocator.cpp145 if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex)) in findBitMask()
148 if (((insn & 0xc000) != 0) && (encodings[i].isDuplex)) in findBitMask()