Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h270 static inline int getT2SOImmValSplatVal(unsigned V) { in getT2SOImmValSplatVal() function
316 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal()
340 if (getT2SOImmValSplatVal(V) != -1) in isT2SOImmTwoPartVal()
351 if (getT2SOImmValSplatVal(V & 0xff00ff00U) != -1) in isT2SOImmTwoPartVal()
353 else if (getT2SOImmValSplatVal(V & 0x00ff00ffU) != -1) in isT2SOImmTwoPartVal()
371 if (getT2SOImmValSplatVal(Imm & 0xff00ff00U) != -1) in getT2SOImmTwoPartFirst()
375 assert (getT2SOImmValSplatVal(Imm & 0x00ff00ffU) != -1); in getT2SOImmTwoPartFirst()