Searched refs:maskedIndex (Results 1 – 5 of 5) sorted by relevance
129 int maskedIndex = flags & RCode_MASK; in resultCodeForFlags() local131 if (aCode._index == maskedIndex) return aCode; in resultCodeForFlags()137 int maskedIndex = ((extendedRCode >> 28) & ExtendedRCode_MASK) | (flags & RCode_MASK); in resultCodeForFlags() local139 if (aCode._index == maskedIndex) return aCode; in resultCodeForFlags()
66 int maskedIndex = optioncode; in resultCodeForFlags() local68 if (aCode._index == maskedIndex) return aCode; in resultCodeForFlags()
74 int maskedIndex = (flags & OpCode_MASK) >> 11; in operationCodeForFlags() local76 if (aCode._index == maskedIndex) return aCode; in operationCodeForFlags()
67 int maskedIndex = index & LABEL_MASK; in labelForByte() local69 if (aLabel._index == maskedIndex) return aLabel; in labelForByte()
125 int maskedIndex = index & CLASS_MASK; in classForIndex() local127 if (aClass._index == maskedIndex) return aClass; in classForIndex()