Lines Matching refs:CRm
786 uint32_t Op0 = 3, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0;790 Ops[3].getAsInteger(10, CRm);792 Bits = (Op0 << 14) | (Op1 << 11) | (CRn << 7) | (CRm << 3) | Op2;817 uint32_t CRm = (Bits >> 3) & 0xf;831 + "_c" + utostr(CRm) + "_" + utostr(Op2);