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

/openbsd-current/regress/usr.bin/mandoc/mdoc/
H A DMakefile3 SUBDIR = Ad An Ap Aq Ar At Bd Bf Bk Bl Brq Bx Cd Cm
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp885 const MCOperand &Cm = MI->getOperand(2); local
890 unsigned CmVal = Cm.getImm();
1006 const MCOperand &Cm = MI->getOperand(2); local
1011 unsigned CmVal = Cm.getImm();
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Di386-dis.c225 #define Cm OP_C, m_mode macro
812 { "movL", Rm, Cm, XX },
814 { "movL", Cm, Rm, XX },
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c246 #define Cm OP_C, m_mode macro
863 { "movZ", Rm, Cm, XX },
865 { "movZ", Cm, Rm, XX },
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3735 const uint16_t Cm = (Encoding & 0x78) >> 3; local
3746 AArch64Operand::CreateSysCR(Cm, S, getLoc(), getContext()));

Completed in 157 milliseconds