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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp135 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0;
139 Ops[3].getAsInteger(10, CRn);
142 Bits = (Op0 << 14) | (Op1 << 11) | (CRn << 7) | (CRm << 3) | Op2;
151 uint32_t CRn = (Bits >> 7) & 0xf; local
155 return "S" + utostr(Op0) + "_" + utostr(Op1) + "_C" + utostr(CRn) + "_C" +
/freebsd-13-stable/sys/arm64/include/
H A Dundefined.h57 MRS_GET(CRn)

Completed in 55 milliseconds