Searched refs:SYSmvalue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3468 int SYSmvalue = getMClassRegisterSYSmValueMask(Reg); local
3469 if (SYSmvalue == -1)
3473 if (!Subtarget->hasV7Ops() && SYSmvalue >= 0x11 && SYSmvalue <= 0x13)
3480 return SYSmvalue;
3488 if ((SYSmvalue < 0x4 && Mask == -1) || (SYSmvalue > 0x4 && !Flags.empty()))
3497 // (the flags need to be in bits 11-10) and combine with the SYSmvalue to
3499 if (SYSmvalue < 0x4)
3500 return SYSmvalue | Mas
[all...]

Completed in 110 milliseconds