Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Encoding

545   uint64_t Encoding;
546 return AArch64_AM::processLogicalImmediate(UImm, BitSize, Encoding);
728 // ANDS does not use the same encoding scheme as the others xxxS
790 // encoding becomes the sp register.
2426 "Encoding cannot handle value that big");
3462 uint64_t Encoding;
3463 if (AArch64_AM::processLogicalImmediate(UImm, BitSize, Encoding)) {
3467 .addImm(Encoding);
3553 uint64_t Encoding;
3554 if (AArch64_AM::processLogicalImmediate(UImm, BitSize, Encoding)) {
3558 .addImm(Encoding);